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
fix(largeblock): redo VG activation using custom config (#99)
A change in lvm2 `https://github.com/xcp-ng-rpms/lvm2/pull/3/files`
introduces an issue in LargeBlockSR: `/dev/` is not scanned now meaning
the loop device is never used for VG activation. So we must add a custom
scan parameter to LVM commands.
We also now systematically do the call to _redo_vg_connection to use our
custom parameters to enable the LV on the correct device before calling
`EXTSR.attach()`.
Signed-off-by: Damien Thenot <damien.thenot@vates.tech>
0 commit comments