[node-patches] Change in ovirt-node[master]: installer: Silence wipefs completely
fabiand at redhat.com
fabiand at redhat.com
Wed Oct 8 21:18:18 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Silence wipefs completely
......................................................................
installer: Silence wipefs completely
Change-Id: I17d51244dc927b785f236dc0abcd0abe60d88db8
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1150377
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirtnode/ovirtfunctions.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/48/33948/1
diff --git a/src/ovirtnode/ovirtfunctions.py b/src/ovirtnode/ovirtfunctions.py
index 72dd4bf..a56047a 100644
--- a/src/ovirtnode/ovirtfunctions.py
+++ b/src/ovirtnode/ovirtfunctions.py
@@ -1368,8 +1368,8 @@
logger.info("Wiping old boot sector")
# system_closefds("dd if=/dev/zero of=\""+ drive +"\" bs=1024K count=1 &>>" + OVIRT_TMP_LOGFILE)
system_closefds("parted -s \""+ drive +"\" mklabel loop &>>" + OVIRT_TMP_LOGFILE)
- system_closefds("which systemctl 2>/dev/null && wipefs -af \""+ drive +"\" >>" + OVIRT_TMP_LOGFILE + "2>&1")
- system_closefds("which systemctl 2>/dev/null || wipefs -a \""+ drive +"\" >>" + OVIRT_TMP_LOGFILE + "2>&1")
+ system_closefds("which systemctl 2>/dev/null >&2 && wipefs -af \""+ drive +"\" >>" + OVIRT_TMP_LOGFILE + "2>&1")
+ system_closefds("which systemctl 2>/dev/null >&2 || wipefs -a \""+ drive +"\" >>" + OVIRT_TMP_LOGFILE + "2>&1")
## zero out the GPT secondary header
#logger.info("Wiping secondary gpt header")
#disk_kb = subprocess_closefds("sfdisk -s \""+ drive +"\" 2>/dev/null", shell=True, stdout=PIPE, stderr=STDOUT)
--
To view, visit http://gerrit.ovirt.org/33948
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I17d51244dc927b785f236dc0abcd0abe60d88db8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list