[node-patches] Change in ovirt-node[master]: remove autoinstall fail due to invalid disk test from ovirt-...

jboggs at redhat.com jboggs at redhat.com
Thu Aug 16 13:21:48 UTC 2012


Joey Boggs has uploaded a new change for review.

Change subject: remove autoinstall fail due to invalid disk test from ovirt-early
......................................................................

remove autoinstall fail due to invalid disk test from ovirt-early

is_auto_install will return the proper error for invalid disk

Change-Id: I589217d93de7e8f40e9512de82f01c0925280820
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/ovirt-init-functions.sh
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/63/7263/1

diff --git a/scripts/ovirt-init-functions.sh b/scripts/ovirt-init-functions.sh
index f61c3f4..1ea3a03 100644
--- a/scripts/ovirt-init-functions.sh
+++ b/scripts/ovirt-init-functions.sh
@@ -429,9 +429,6 @@
                     init=
                     for d in $hostvgdisks; do
                         did="$(IFS="$oldIFS" parse_disk_id "$d")"
-                        if [ -z "$did" -a $iscsi_install == 1 ]; then
-                            autoinstall_failed
-                        fi
                         if [ -n "$init" ]; then
                             init="$init${SEP}$did"
                         else


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I589217d93de7e8f40e9512de82f01c0925280820
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list