[node-patches] Change in ovirt-node[master]: Mount kdump nfs targets before trying to use them

rbarry at redhat.com rbarry at redhat.com
Thu Nov 13 14:11:00 UTC 2014


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 <rbarry at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes



More information about the node-patches mailing list