[node-patches] Change in ovirt-node[master]: make sure swaps are mounted

mburns at redhat.com mburns at redhat.com
Tue Feb 5 21:29:55 UTC 2013


Michael Burns has uploaded a new change for review.

Change subject: make sure swaps are mounted
......................................................................

make sure swaps are mounted

swap was not being activated automatically

Change-Id: Id9bf3354ec098a31c957197d7e15dc433d86a2ec
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M scripts/ovirt-init-functions.sh
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/72/11772/1

diff --git a/scripts/ovirt-init-functions.sh b/scripts/ovirt-init-functions.sh
index 38f10f5..76f9664 100644
--- a/scripts/ovirt-init-functions.sh
+++ b/scripts/ovirt-init-functions.sh
@@ -169,6 +169,7 @@
     {
         # FIXME Hack around rhbz#806349 and which might be because of rhbz#807203
         mount -a
+        swapon -a
         log "Starting ovirt-early"
         _start_ovirt_early
         RETVAL=$?


--
To view, visit http://gerrit.ovirt.org/11772
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9bf3354ec098a31c957197d7e15dc433d86a2ec
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list