From 57a83f9e26a1f0d3ebd01ea29e77fc5d628d5bca Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Thu, 15 Aug 2013 05:14:15 -0600 Subject: [PATCH] Add state transitions for updating users. --- tbsetup/ptopgen.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tbsetup/ptopgen.in b/tbsetup/ptopgen.in index 3f24b618e..c0a7cc07a 100644 --- a/tbsetup/ptopgen.in +++ b/tbsetup/ptopgen.in @@ -137,6 +137,9 @@ $opstate = <<'OPSTATE'; Power down or stop the node. + + Update user SSH keys. + The node is up and ready to use. @@ -149,6 +152,14 @@ $opstate = <<'OPSTATE'; intervention before it can be used. Please contact the administrator for assistance. + + + Cancel an update users action + + + Updating users can take a fair amount of time, so it + happens asynchronously in this state. + OPSTATE -- GitLab