diff --git a/blivet/devices/lvm.py b/blivet/devices/lvm.py index 661881ea9..661dc6e06 100644 --- a/blivet/devices/lvm.py +++ b/blivet/devices/lvm.py @@ -2673,7 +2673,7 @@ def _set_size(self, newsize): if not isinstance(newsize, Size): raise AttributeError("new size must be of type Size") - newsize = self.vg.align(newsize) + newsize = self.vg.align(newsize, roundup=self.growable) log.debug("trying to set lv %s size to %s", self.name, newsize) # Don't refuse to set size if we think there's not enough space in the # VG for an existing LV, since it's existence proves there is enough