1
0
mirror of https://github.com/ceph/ceph synced 2025-02-19 08:57:27 +00:00
ceph/cleanup-user.sh

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/$$