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
Hi, it seems that the in-use volume extension doesn't work even though it should work according to docs https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#_using_drbd_as_the_transport_protocol ("Resizing of attached and in-use volumes does not fully work. While the resize itself is successful, the compute service will not propagate it to the VM until after a restart.").
Are you planning to implement a live extension - possibly in a new connector?
Not currently, no. The effort needed to get this implemented is not justified by the level of adoption we see.
If someone were to implement the "TODO" on the LocalConnector, it should just start working, so I'd say "patches welcome", but thats for the os-brick maintainers.
Hi, it seems that the in-use volume extension doesn't work even though it should work according to docs https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#_using_drbd_as_the_transport_protocol ("Resizing of attached and in-use volumes does not fully work. While the resize itself is successful, the compute service will not propagate it to the VM until after a restart.").
After some digging, it seems it is because you use LocalConnector https://github.com/openstack/os-brick/blob/master/os_brick/initiator/connectors/local.py that doesn't support volume extend.
Are you planning to implement a live extension - possibly in a new connector?
The text was updated successfully, but these errors were encountered: