-
Notifications
You must be signed in to change notification settings - Fork 933
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
Unable to Set volatile.vsock_id for LXD VM #11739
Comments
|
Note that we have #11508 to handle what may be the source of your issue. |
So, there is no way to set it manually? |
Correct, it's assigned by LXD at startup time and is only stored in a volatile config key for LXD's own use while the VM is running. |
LXD Version -
5.14
System:
Ubuntu 22.04.2 LTS
I'm not able to set
vsock_id
for a VM.Reproduce:
lxc init images:ubuntu/jammy machine --vm
lxc config set machine volatile.vsock_id=50
lxc config show machine --expanded
lxc start machine
lxc config show machine --expanded
Here
22
is just the next id, if we try it again it well be23
, etc. but not50
.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: