From c6b2e93d001a5aef0284676272274d52d45d9513 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 28 Jun 2012 11:14:15 -0700 Subject: [PATCH] add cleanup-user.sh script big hammer, use with care --- cleanup-user.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cleanup-user.sh diff --git a/cleanup-user.sh b/cleanup-user.sh new file mode 100755 index 0000000000000..d6b9b3e5d753b --- /dev/null +++ b/cleanup-user.sh @@ -0,0 +1,6 @@ +#!/bin/sh -ex + +teuthology-lock --list-targets --owner $1 > /tmp/$$ +teuthology-nuke --unlock -t /tmp/$$ -r --owner $1 +rm /tmp/$$ + -- 2.39.5