[node-patches] Change in ovirt-node[master]: Work around corrupt GPT tables in the diagnostic page

rbarry at redhat.com rbarry at redhat.com
Tue Jun 11 23:11:27 UTC 2013


Ryan Barry has uploaded a new change for review.

Change subject: Work around corrupt GPT tables in the diagnostic page
......................................................................

Work around corrupt GPT tables in the diagnostic page

Echo "ok" to parted to quash an error message from parted

Change-Id: Ic04103d395b46564479e46b834f723b0c8976fef
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/setup/core/diagnostics_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/84/15584/1

diff --git a/src/ovirt/node/setup/core/diagnostics_page.py b/src/ovirt/node/setup/core/diagnostics_page.py
index 2a00694..c8a8403 100644
--- a/src/ovirt/node/setup/core/diagnostics_page.py
+++ b/src/ovirt/node/setup/core/diagnostics_page.py
@@ -80,5 +80,5 @@
     def __diagnostics(self):
         return [("multipath", "multipath -ll"),
                 ("fdisk", "fdisk -l"),
-                ("parted", "parted -l"),
+                ("parted", "echo ok | parted -l"),
                 ("lsblk", "lsblk")]


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic04103d395b46564479e46b834f723b0c8976fef
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list