mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Allow block map cache size modification. (#35667)
The VDO Ansible module currently cannot modify the block map cache size (but can configure the block map cache size for new volumes). Add the "Block map cache size" parameter to the list of modifiable parameters.
This commit is contained in:
@@ -570,6 +570,7 @@ def run_module():
|
||||
# The 'vdo status' keys that are currently modifiable.
|
||||
statusparamkeys = ['Acknowledgement threads',
|
||||
'Bio submission threads',
|
||||
'Block map cache size',
|
||||
'CPU-work threads',
|
||||
'Logical threads',
|
||||
'Physical threads',
|
||||
|
||||
Reference in New Issue
Block a user