Skip to content

Commit

Permalink
Add Quiesce option in Snapshot module
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 authored and evgeni committed Dec 12, 2024
1 parent 46cf395 commit 5f5ba20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/modules/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
- Option to add RAM (only available for VMWare compute-resource)
required: false
type: bool
quiesce:
description:
- Option to create quiesce snapshot (only available for VMWare compute-resource)
required: false
type: bool
state:
description:
- State of Snapshot
Expand Down Expand Up @@ -157,6 +162,7 @@ def main():
description=dict(),
include_ram=dict(type='bool'),
id=dict(),
quiesce=dict(type='bool'),
),
required_plugins=[('snapshot_management', ['*'])],
entity_opts={'scope': ['host']},
Expand Down

0 comments on commit 5f5ba20

Please sign in to comment.