mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
VMware: add support for memory_reservation (#33080)
This fix adds functionality to support memory_reservation and memory_reservation_lock while managing Virtual Machine. Fixes: #20407 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
eab8eab885
commit
94019e7050
2 changed files with 28 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
|||
memory_mb: 512
|
||||
hotadd_memory: true
|
||||
hotadd_cpu: false
|
||||
# vcsim does not support this changes so commenting
|
||||
# till the time.
|
||||
# memory_reservation: 512
|
||||
# memory_reservation_lock: False
|
||||
disk:
|
||||
- size: 0gb
|
||||
type: thin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue