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

CA-392823: ensure no device mapper conflicts in LVHDSR detach #686

Merged
merged 2 commits into from
May 17, 2024

Commits on May 13, 2024

  1. CA-392823: ensure no device mapper conflicts in LVHDSR detach

    Within the detach operation checks are made that none of the device
    mapper devices for the SR volume group have opern handles. The falls
    false if operations on other LVM srs happen to call a device mapper
    operation such as `lvs` or `vgs` at the point the check is made as
    these operations can result in all of the devices managed by the
    device mapper subsystem being accessed as part of the scan. this then
    gives a false response for the open file handles check.
    
    Signed-off-by: Mark Syms <mark.syms@cloud.com>
    MarkSymsCtx committed May 13, 2024
    Configuration menu
    Copy the full SHA
    54e17e9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. CA-392823: pid_is_alive expects pid to be an int.

    Signed-off-by: Mark Syms <mark.syms@cloud.com>
    MarkSymsCtx committed May 16, 2024
    Configuration menu
    Copy the full SHA
    293fb74 View commit details
    Browse the repository at this point in the history