Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSalt vcpus bug in 4.0 rc 1 #3120
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
huntse
Sep 24, 2017
OK, so the problem is in https://github.com/QubesOS/qubes-mgmt-salt-dom0-qvm/blob/master/_modules/ext_module_qvm.py where it's adding a lot of options like --vcpus 4 when they should be --property vcpus=4 in the new version of qvm-create. It's not completely obvious to me how to change the code over to the new format without a large-scale hack however.
huntse
commented
Sep 24, 2017
|
OK, so the problem is in https://github.com/QubesOS/qubes-mgmt-salt-dom0-qvm/blob/master/_modules/ext_module_qvm.py where it's adding a lot of options like |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Sep 24, 2017
Member
I'm working on it, there are more compatibility problems (like handling proxy/netvm, hvm templates...).
|
I'm working on it, there are more compatibility problems (like handling proxy/netvm, hvm templates...). |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
huntse
commented
Sep 24, 2017
|
Yeah this is what I noticed too. Thanks anyway. |
andrewdavidwong
added
bug
C: mgmt
labels
Sep 26, 2017
andrewdavidwong
added this to the Release 4.0 milestone
Sep 26, 2017
marmarek
closed this
in
marmarek/qubes-mgmt-salt-dom0-qvm@088b22b
Sep 29, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Oct 8, 2017
Automated announcement from builder-github
The package qubes-mgmt-salt-dom0-qvm-4.0.4-1.fc25 has been pushed to the r4.0 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
qubesos-bot
commented
Oct 8, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-dom0-cur-test
label
Oct 8, 2017
qubesos-bot
referenced this issue
in QubesOS/updates-status
Oct 8, 2017
Closed
mgmt-salt-dom0-qvm v4.0.4 (r4.0) #256
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Oct 17, 2017
Automated announcement from builder-github
The package qubes-mgmt-salt-dom0-qvm-4.0.4-1.fc25 has been pushed to the r4.0 stable repository for dom0.
To install this update, please use the standard update command:
sudo qubes-dom0-update
Or update dom0 via Qubes Manager.
qubesos-bot
commented
Oct 17, 2017
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
huntse commentedSep 24, 2017
•
edited
Edited 1 time
-
huntse
edited Sep 24, 2017 (most recent)
Qubes OS version (e.g.,
R3.2):R4.0-rc1Affected TemplateVMs (e.g.,
fedora-23, if applicable):n/a
Steps to reproduce the behavior:
Create an
x.topfile like this...and an
x.slsfile like this..and then try to create the vm by doing
Expected behavior:
It should create a new qube with 4 vcpus (as per the docs and presumably R3.2).
Actual behavior:
...you get error output something like this, saying that it doesn't understand the
vcpusoption.General notes:
It seems that the salt stuff has not been updated to take into account changes to the syntax of qvm-create. In particular, it no longer accepts a
--vcpusoption, although there may well be other options which are now broken in 4.0.Related issues: