mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(#37) floaty snapshot warns users about snapshots pending
Vmpooler works by generating a snapshot sha and queueing the host for taking a snapshot. Depending on the load of vmpooler, this could take quite a while to complete making it a little confusing to users trying to use that snapshot name right away. This commit adds a warning to the snapshot command about taking snapshots.
This commit is contained in:
parent
41c0e931bb
commit
414ac22f40
1 changed files with 1 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ class Vmfloaty
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
puts "Snapshot pending. Use `floaty query host` to determine when snapshot is valid."
|
||||||
pp snapshot_req
|
pp snapshot_req
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue