summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vmadm.md b/vmadm.md
index 7d5ae96..2fb6eeb 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -258,6 +258,14 @@ when I run ssh -F .ssh/config debian@smoke hostname
when I run vmadm start --config config.yaml smoke.yaml
~~~
+Do it again, but using the `vmadm reboot` helper command.
+
+
+~~~scenario
+when I run vmadm reboot --config config.yaml smoke.yaml
+when I run ssh -F .ssh/config debian@smoke hostname
+~~~
+
Finally, we delete it twice.
~~~scenario