Skip to content

Commit

Permalink
Update storage_error_resume_behaviour docs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <mnecas@redhat.com>
  • Loading branch information
mnecas committed Sep 8, 2023
1 parent e275455 commit 4ab630e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/modules/ovirt_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,10 @@
type: str
storage_error_resume_behaviour:
description:
- storage error resume behaviour. "auto_resume", "kill", "leave_paused"
- "If the storage, on which this virtual machine has some disks gets unresponsive, the virtual machine gets paused."
- "These are the possible options, what should happen with the virtual machine at the moment the storage becomes available again."
choices: ['auto_resume', 'kill', 'leave_paused']
type: str
version_added: "3.2.0"
numa_nodes:
description:
Expand Down

0 comments on commit 4ab630e

Please sign in to comment.