-
Notifications
You must be signed in to change notification settings - Fork 930
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
Support growing the VM disk size without needing to reboot the VM #13311
Comments
I think we'll also need a few commits from lxc/incus#1166. |
Good spot |
Can you review that PR in full and see which commits are suitable (even if not directly related to resizing) ta. |
Sure thing! |
@tomponline I've included the commits relevant to resizing VM disks in #14211. The other two commits in lxc/incus#1166 relate to hashing block node names if they exceed the maximum length. Currently in LXD, AFAIK, we don't perform any hashing for block node names, so commits lxc/incus@371745b and lxc/incus@d08911f from Incus may be useful for us. |
Two commits were identified as potential imports in #13311: The first commit adds a function `blockNodeName` which hashes block node names if they exceed 31 characters. The second commit applies the node name overflow function when adding a QEMU config to a drive. @simondeziel pointed out that we already have a function `qemuDeviceNameOrID` so this PR just adds missing node name overflow handling.
This has been requested as something users would expect.
The text was updated successfully, but these errors were encountered: