Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(LVHDSR): add a way to modify config of LVMs #689

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 28, 2024

  1. feat(LVHDSR): add a way to modify config of LVMs

    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 <ronan.abhamon@vates.fr>
    Wescoeur committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9fd1da1 View commit details
    Browse the repository at this point in the history