Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1212826
Summary: | Reboot/Shutdown buttons does not work on aarch64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> |
Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | berrange, crobinso, jwakely, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | aarch64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | virt-manager-1.3.2-1.fc23 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-31 00:55:10 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: | |||
Bug Depends On: | |||
Bug Blocks: | 922257 |
Description
Marcin Juszkiewicz
2015-04-17 12:10:55 UTC
I'll need to see if qemu-guest-agent is even getting invoked I'm seeing this on a 32-bit ARM guest too (on a x86_64 host, using F22 for both guest and host). Also, running /sbin/poweroff doesn't shutdown, it reboots. The serial console shows: [ OK ] Reached target Shutdown. [ 518.705166] systemd-shutdown[1]: Sending SIGTERM to remaining processes... [ 518.887199] systemd-journald[386]: Received SIGTERM from PID 1 (systemd-shutdow). [ 519.437738] systemd-shutdown[1]: Sending SIGKILL to remaining processes... [ 519.542904] systemd-shutdown[1]: Unmounting file systems. [ 519.750273] EXT4-fs (sda3): re-mounted. Opts: (null) [ 519.777843] EXT4-fs (sda3): re-mounted. Opts: (null) [ 519.779322] systemd-shutdown[1]: All filesystems unmounted. [ 519.779799] systemd-shutdown[1]: Deactivating swaps. [ 519.781378] systemd-shutdown[1]: All swaps deactivated. [ 519.781672] systemd-shutdown[1]: Detaching loop devices. [ 519.793547] systemd-shutdown[1]: All loop devices detached. [ 519.794480] systemd-shutdown[1]: Detaching DM devices. [ 519.796610] systemd-shutdown[1]: All DM devices detached. [ 520.251900] systemd-shutdown[1]: Powering off. [ 520.280523] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 520.291175] reboot: Power down [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.0.4-301.fc22.armv7hl (mockbuild.fedoraproject.org) (gcc version 5.1.1 20150422 (Red Hat 5.1.1-1) (GCC) ) #1 SMP Thu May 21 14:37:41 UTC 2015 [ 0.000000] CPU: ARMv7 Processor [412fc0f1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine model: linux,dummy-virt I have to use the virt-manager 'Force Off' button to kill it. virt-manager will add a qemu-guest-agent virtio-serial channel for arm/aarch64 -M virt now, so if qemu-guest-agent is installed shutdown/reboot from virt-manager will work correctly. that's the best we can do commit e13f81a7c52e75a174a5e5f2bebbf615bed7f91e Author: Cole Robinson <crobinso> Date: Tue Nov 24 19:39:19 2015 -0500 guest: Add qemu-ga virtio channel for arm virt-manager-1.3.0-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-7dfc5692ef virt-manager-1.3.0-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update virt-manager' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-7dfc5692ef virt-manager-1.3.1-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-6cf48609ca virt-manager-1.3.1-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update virt-manager' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-6cf48609ca virt-manager-1.3.2-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-237e1d49a8 virt-manager-1.3.2-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-237e1d49a8 virt-manager-1.3.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |