Growfs fails on Debian 11 with btrfs #22
Labels
category: context linux
Linux OS contextualization packages
community
Issue created by OpenNebula Community
status: pending
Issue needs to be processed by the team
type: bug
Something isn't working
The script loc-05-grow-rootsfs fails on a vanilla install of Debian 11 with btrfs. /var/log/messages:
Dec 7 11:38:27 debian-BASE one-contextd[1178]: Script loc-05-grow-rootfs output: GROWFS: No such mountpoint: /
The root filesystem in /proc/mounts looks like this:
Note the
subvol=/@rootfs
part.The script fails due to this block of code:
MOUNT_LINE is empty due to the fact that lines containing 'rootfs' are filtered out, causing the partition which holds the rootfs cannot be found.
No patch attached since I am not sure why the rootfs lines are being filtered out.
The text was updated successfully, but these errors were encountered: