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
#14211 adds support for online resizing (growing) of zfs and lvm storage block volumes (root disks). An initial discovery of adding support for Ceph RBD volumes has been performed with the following findings:
RBD has an exclusive lock feature and supports online resizing with RBD client kernel > 3.10.
Ceph backed VM's have a read only snapshot which can't be updated when the root disk size is updated. The snapshot is used for instance creation.
After an initial implementation similar to the approach for zfs volumes, we observe the following error when attempting to grow the root disk size:
root@testbox:~# lxc config device set v1 root size=11GiB
Error: Failed to update device "root": Could not grow underlying "ext4" filesystem for"/dev/rbd0": Failed to run: resize2fs /dev/rbd0: exit status 1 (resize2fs 1.47.0 (5-Feb-2023)
resize2fs: Bad magic number in super-block while trying to open /dev/rbd0)
More research and exploration are necessary to assess the feasibility of incorporating this feature.
The text was updated successfully, but these errors were encountered:
#14211 adds support for online resizing (growing) of
zfs
andlvm
storage block volumes (root disks). An initial discovery of adding support for Ceph RBD volumes has been performed with the following findings:zfs
volumes, we observe the following error when attempting to grow the root disk size:More research and exploration are necessary to assess the feasibility of incorporating this feature.
The text was updated successfully, but these errors were encountered: