Change in vdsm[master]: ovirt_functions: fix elif statement

danken at redhat.com danken at redhat.com
Fri Jul 6 21:02:49 UTC 2012


Dan Kenigsberg has posted comments on this change.

Change subject: ovirt_functions: fix elif statement
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/ovirt_functions.sh
Line 15:             -f /etc/ovirt-node-iso-release ]]; then
how about keeping the intended robustness of /etc/ovirt-node-*-release with something like

 for f in /etc/ovirt-node-*-release; do
    [ -f "$f" ] && return 0
 done

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4eae7e64361d148d60c50dbacd273de7a2490be2
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>


More information about the vdsm-patches mailing list