[node-patches] Change in ovirt-node[master]: service: Firstboot shouldn't block reboot
jboggs at redhat.com
jboggs at redhat.com
Mon Apr 22 21:50:25 UTC 2013
Joey Boggs has submitted this change and it was merged.
Change subject: service: Firstboot shouldn't block reboot
......................................................................
service: Firstboot shouldn't block reboot
The sysd-upd-utmp-shutdown.service (see below)
is pulling in the var-log.mount unit.
That means it tries to mount /var/log as defined
in /etc/fstab (the entry was created as a part of
the installation). This fails because of some
reason (which is hard to debug, couldn't nail it
down).
But that doesn't matter because /var/log is
already mounted and working, just unknown to
systemd.
This patch unmounts /var/log so systemd can mount
it to prevent the reboot from failing.
rhbz#920208
Change-Id: I35779c9bb3dcf132d5555bdfa444e798b6b0f4cc
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-init-functions.sh
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
Joey Boggs: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/12935
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I35779c9bb3dcf132d5555bdfa444e798b6b0f4cc
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list