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:
parent
fc753dd261
commit
ce0eee905e
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue