Hi, As part of dumping back-trace of core files in console log of jenkins we need executable name, finding executable name from the corefile is not common across platfoms, hence lets make the executable name as part of corefile name in all Centos jenkin slaves similar to netbsd slaves.
Currently Core pattern in Netbsd slaves is # /sbin/sysctl -n kern.defcorename /%n-%p.core Lets set same in Centos slaves as well # /sbin/sysctl -w kernel.core_pattern="/%e-%p.core" Once the above changes are done in CentOs machines, I shall push a patch to glusterfs-patch-acceptance-tests making changes needed in regression.sh -Prasanna _______________________________________________ Gluster-infra mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-infra
