mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
teuthology-lock --list-targets --owner $1 --status up > /tmp/$$
|
|
teuthology-nuke --unlock -t /tmp/$$ -r --owner $1
|
|
rm /tmp/$$
|
|
|