storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
97 stars 85 forks source link

Added support for PV grow #1229

Closed japokorn closed 3 months ago

japokorn commented 3 months ago

Storage role requires support for a case when PV has to be resized to fill all available space when its device's size changes (usually on VM).

A new flag grow_to_fill was added, which marks the device for size expansion (all available space it taken). Proper size is determined by LVM, avoiding inaccurate size calculations in blivet.

japokorn commented 3 months ago