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

[IMP] In some case, we might want to keep some lvm active #420

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

Commits on Jun 27, 2024

  1. [IMP] In some case, we might want to keep some lvm active

    In some special configuration, we might need not to deactivate some lvm.
    This commit allows to define some lvm paths that will not be deactivated
    by vdsm.
    The list of the lvm paths can be configured in
    /etc/vdsm/vdsm.conf.d/keep_alive_lvm.conf:
    
    [lvm]
    keep_active = /dev/vg1/lv1,/dev/vg1/lv2,/dev/vg2/lv1
    
    Signed-off-by: Cyril VINH-TUNG <[email protected]>
    cvinh committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9202b31 View commit details
    Browse the repository at this point in the history