You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(LVHDSR): add a way to modify config of LVMs (#56)
With this change the driver supports a "lvm-conf" param on "other-config".
For now The configuration is only used by "remove" calls from LVMCache.
Example to issue discards after a lvremove command:
> xe sr-param-set uuid=<SR_UUID> other-config:lvm-conf=issue_discards=1
And to remove the param:
> xe sr-param-remove uuid=<SR_UUID> param-name=other-config param-key=lvm-conf
Signed-off-by: Ronan Abhamon <[email protected]>
0 commit comments