Bug 1754161
| Summary: | After upgrade to F31 old VM created in F30 won't start anymore | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Artem <ego.cordatus> |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | berrange, crobinso, philip.wyett |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-24 16:34:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Right now after update and reboot old VM works. I guess it could be selinux-policy. Updated packages list: https://gist.githubusercontent.com/tim77/0d9c77ae3b631cb3ad393ceff15bce1f/raw/7028fbc5bd60e6c398708d59322ec63ea83012c4/update Bug back again after 10 min uptime... :( I notices that this happens only for non-GNOME environment, in IceWM session for example. In GNOME session everything works fine. *** This bug has been marked as a duplicate of bug 1751120 *** |
Description of problem: Old VM created in F30 won't start anymore after upgrade from F30 to F31. Version-Release number of selected component (if applicable): virt-manager-2.2.1-2.fc31 How reproducible: Upgrade to to F31 from F30. Steps to Reproduce: 1. Start virt-manager 2. Run any of your old VM Actual results: Error starting domain: Error reading from "/sys/fs/cgroup/machine/cgroup.controllers": There is no such file or directory Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper callback (asyncjob, * args, ** kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 111, in tmpcb callback (* args, ** kwargs) File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 66, in newfn ret = fn (self, * args, ** kwargs) File "/usr/share/virt-manager/virtManager/object/domain.py", line 1279, in startup self._backend.create () File "/usr/lib64/python3.7/site-packages/libvirt.py", line 1136, in create if ret == -1: raise libvirtError ('virDomainCreate () failed', dom = self) libvirt.libvirtError: Error reading from "/sys/fs/cgroup/machine/cgroup.controllers": There is no such file or directory Expected results: Old VM starts and works.