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
We need to check the size of the PV format and compare it to the
size of the underlying block device when deciding if the format
size should be grown. The size of the VG (self._device here) is
not relevant for this operation.
This code used to work because of a bug in blivet where size of
the VG was incorrectly calculated for PVs with size not matching
the underlying block device size, this was fixed in blivet (see
storaged-project/blivet#1334) so the
grow_to_fill feature no longer works without this fix.
0 commit comments