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:
Bryan Gurney 2018-04-24 16:14:04 -04:00 committed by Brian Coca
parent fc753dd261
commit ce0eee905e

View file

@ -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',