Michael Burns has submitted this change and it was merged. Change subject: early: Mount all entries in fstab. ......................................................................
early: Mount all entries in fstab. When systemd get's started it reads the contents of the ro-rootfs /etc/fstab file which is very likely different from the persisted version and thus only the mountpoints given in the ro-vesion are mounted. All entries appearing later (e.g. when the persisted file is bind-mounted) are discovered by systemd, but not mounted automatically. To hack around this, a simple "mount -a" is run just before the ovirt logic jumps in. oVirt bug rhbz#806349 Upstream systemd bug rhbz#807203 Change-Id: I0713eaaa5074f2d24b7565db06686caaedc08c7a Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Michael Burns: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3117 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0713eaaa5074f2d24b7565db06686caaedc08c7a Gerrit-PatchSet: 3 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Michael Burns <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
