Fabian Deutsch has uploaded a new change for review. Change subject: [DRAFT] recipe: Don't mount tmpfs on /live ......................................................................
[DRAFT] recipe: Don't mount tmpfs on /live Previously /live was the target for a tmpfs, but this is a problem with the slightly changed mount_live() logic (probably). Therefor we remove the tmpfs moutn (which shouldn't be needed anyway) so mount_live() behaves correct. Change-Id: I2b3abb2accb15bdd05e2f49e0e2881ba23c4f4bd Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-post.ks 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/57/19757/1 diff --git a/recipe/common-post.ks b/recipe/common-post.ks index 31c2042..3f323fb 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -98,7 +98,6 @@ files /var/lib/multipath files /var/cache/multipathd empty /mnt -empty /live files /boot empty /boot-kdump empty /cgroup -- To view, visit http://gerrit.ovirt.org/19757 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2b3abb2accb15bdd05e2f49e0e2881ba23c4f4bd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
