Douglas Schilling Landgraf has posted comments on this change. Change subject: vdsmd.init: remove legacy judgment code ......................................................................
Patch Set 2: (1 inline comment) .................................................... File vdsm/vdsmd.init.in Line 246: qlconf="$5" Line 247: Line 248: if isOvirt Line 249: then Line 250: if [ -f /etc/pki/vdsm/certs/vdsmcert.pem ] The certificate should exist with the new schema, I don't think we need the above 'if' statement. Please correct me if I am wrong. Line 251: then Line 252: /usr/bin/vdsm-tool validate-ovirt-certs Line 253: fi Line 254: fi -- To view, visit http://gerrit.ovirt.org/12875 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If51f73576975b13bcdaa110f679c3d5596ae5210 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Hunt Xu <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Hunt Xu <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
