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 upqmemman sometimes doesn't notice that VM is no longer running #1409
Comments
marmarek
added
bug
C: other
P: minor
labels
Nov 12, 2015
marmarek
added this to the Release 3.1 milestone
Nov 12, 2015
marmarek
closed this
in
marmarek/old-qubes-core-admin@fef8761
Nov 29, 2015
added a commit
to QubesOS/qubes-core-admin
that referenced
this issue
Jan 15, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jan 15, 2016
Member
Automated announcement from builder-github
The package qubes-core-dom0-3.0.27-1.fc20 has been pushed to the r3.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
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-dom0-testing
label
Jan 15, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Mar 13, 2016
Member
Automated announcement from builder-github
The package qubes-core-dom0-3.0.28-1.fc20 has been pushed to the r3.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.
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
marmarek commentedNov 12, 2015
When it happens, it still tries to assign memory to such VM (so such memory isn't assigned to other VMs - in unused). As part of such assignment, it writes to xenstore
/local/domain/XID/memory/target, which means that even if VM xenstore directory was already removed, it is recreated. And because of that, qmemman will still think the VM is running, because it usesxenstore-list /local/domain(equivalent) to enumerate running VMs (when@releaseDomainxenstore watch fires).This is just another issue, which happens only when running our automated tests - haven't spotted in real usage.