ceph/cleanup-user.sh
Sage Weil c6b2e93d00 add cleanup-user.sh script
big hammer, use with care
2012-06-28 11:14:24 -07:00

7 lines
129 B
Bash
Executable File

#!/bin/sh -ex
teuthology-lock --list-targets --owner $1 > /tmp/$$
teuthology-nuke --unlock -t /tmp/$$ -r --owner $1
rm /tmp/$$