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 <[email protected]> --- 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 <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
