summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-14 07:11:53 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-14 07:11:53 +0000
commite0b2904ef83b5a082f3bae1756bc7633a659c8fc (patch)
treeb4e0698ae9f50b8757530f2332cb1c40872d4a5c /vmadm.md
parentd4cba41b5674e6ca1cbd5669aeb42d5f7d62e8bd (diff)
parentb8119579a246727805a03c5a8e60fb44109410f6 (diff)
downloadvmadm-e0b2904ef83b5a082f3bae1756bc7633a659c8fc.tar.gz
Merge branch 'iso' into 'main'
fix: VMs can be restarted Closes #17 See merge request larswirzenius/vmadm!19
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmadm.md b/vmadm.md
index 0ba4f12..a3e62d7 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -158,6 +158,9 @@ when I invoke ssh -F .ssh/config debian@smoke df -h /
then stdout contains "4.9G"
when I invoke ssh -F .ssh/config debian@smoke free -m
then stdout contains "1997"
+when I invoke vmadm shutdown --config config.yaml smoke.yaml
+when I invoke vmadm start --config config.yaml smoke.yaml
+when I invoke ssh -F .ssh/config debian@smoke hostname
~~~