mirror of
https://github.com/ceph/ceph
synced 2025-02-06 02:14:01 +00:00
7 lines
129 B
Bash
7 lines
129 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
teuthology-lock --list-targets --owner $1 > /tmp/$$
|
||
|
teuthology-nuke --unlock -t /tmp/$$ -r --owner $1
|
||
|
rm /tmp/$$
|
||
|
|