Commit Graph

1 Commits

Author SHA1 Message Date
Sage Weil ba0fb3ed87 cleanup-and-unlock.sh: helper to nuke and then unlock a set of nodes
I usually do something like

 teuthology-lock --list-targets --owner scheduled_sage@metropolis > /tmp/b
 ./cleanup-and-unlock.sh /tmp/b scheduled_sage@metropolis

It's a huge headache when some of the nodes are down, though.  A better
thing would be if nuke had an --unlock option, and would continue with the
nodes that didn't error out.

But, this is still useful as is.
2012-04-04 13:56:10 -07:00