mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Allow shutting-down state to be returned
If the machine is in a shutting-down state, simply return this instead of waiting until the machine has reached a steady state.
This commit is contained in:
@@ -141,6 +141,9 @@ en:
|
||||
states:
|
||||
paused: |-
|
||||
The Libvirt domain is suspended. Run `vagrant resume` to resume it.
|
||||
shutting_down: |-
|
||||
The Libvirt domain is shutting down. Wait for it to complete and
|
||||
then run `vagrant up` to start it or `vagrant destroy` to remove.
|
||||
shutoff: |-
|
||||
The Libvirt domain is not running. Run `vagrant up` to start it.
|
||||
not_created: |-
|
||||
|
||||
Reference in New Issue
Block a user