mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
5 lines
101 B
Bash
5 lines
101 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
bin/teuthology-nuke -t $1 -r --owner $2
|
||
|
bin/teuthology-lock --unlock -t $1 --owner $2
|