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

allocate uuid property when creating #1236

Closed
woju opened this Issue Sep 24, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@woju
Member

woju commented Sep 24, 2015

UUID generation shouldn't be left to libvirt, because that's racy. For example,
if VM is run by qvm-start just after creation, qvm-start does not update
xml. Currently we workaround this with libvirt_conn.lookupByName().

@woju woju self-assigned this Sep 24, 2015

@woju woju added this to the Release 4.0 milestone Sep 24, 2015

@woju woju added C: core task labels Sep 24, 2015

woju added a commit to woju/qubes-core-admin that referenced this issue Oct 5, 2015

qubes/vm/qubesvm: fix domain's UUID management
Now we generate UUID on domain's instantiation. This is needed, because
we sometimes don't update XML (like in qvm-start).

fixes QubesOS/qubes-issues#1236

@woju woju closed this Oct 14, 2015

@woju woju referenced this issue Dec 29, 2015

Closed

Fix uuid handling #1557

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment