Ryan Barry has posted comments on this change. Change subject: Mount kdump nfs targets before trying to use them ......................................................................
Patch Set 7: (1 comment) http://gerrit.ovirt.org/#/c/33439/7/scripts/ovirt-init-functions.sh.in File scripts/ovirt-init-functions.sh.in: Line 1587: Line 1588: if is_persisted /etc/kdump.conf; then Line 1589: if [[ ! -z $OVIRT_KDUMP_NFS && $(major_release) -ge 7 ]]; then Line 1590: [[ ! -d /tmp/kdump-nfs ]] && mkdir /tmp/kdump-nfs Line 1591: mount /tmp/kdump-nfs > We should probably use /run/kdump-nfs/ /run doesn't exist on EL6, and this change may well make it to 6.something, with the way kdump is changing. I'll change it to /var/run, though Line 1592: fi Line 1593: service kdump start Line 1594: fi Line 1595: -- To view, visit http://gerrit.ovirt.org/33439 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7b64094fe1c42638eac00ad81c79c043b884a528 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
