Published on
Takes approximately 1 minute to read
Post HistoryResizing a BTRFS Partition
Since it's not entirely obvious, these are my notes on expanding a BTRFS partition for a KVM guest.
On the shutdown guest, resize the virtual disk:
Then after booting the guest, resize the last partition:
In theory, resizing the partition on a mounted system is safe, given the filesystem doesn't know that this space exists yet.
And finally, perform a live resize of the BTRFS filesystem:
And done!