[node-patches] Change in ovirt-node[node-3.0]: recipe: Don't mount tmpfs on /live
rbarry at redhat.com
rbarry at redhat.com
Wed Oct 9 19:58:51 UTC 2013
Hello Fabian Deutsch,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/20047
to review the following change.
Change subject: recipe: Don't mount tmpfs on /live
......................................................................
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 <fabiand at fedoraproject.org>
---
M recipe/common-post.ks
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/47/20047/1
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 4862ddb..aac74e1 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -93,7 +93,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/20047
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b3abb2accb15bdd05e2f49e0e2881ba23c4f4bd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list