Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in-use volume extend support #10

Open
ShiroDN opened this issue Dec 6, 2022 · 1 comment
Open

in-use volume extend support #10

ShiroDN opened this issue Dec 6, 2022 · 1 comment

Comments

@ShiroDN
Copy link

ShiroDN commented Dec 6, 2022

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?

@WanzenBug
Copy link
Collaborator

WanzenBug commented Dec 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants