I have commented and changed two lines of the script /usr/share/cluster/nfsclient.sh
declare OCF_RESKEY_target_tmp=$(clufindhostname -i "$OCF_RESKEY_target")
if [ $? -ne 0 ]; then
[ "$OCF_RESKEY_use_cache" = "1" ] || rm -f $tmpfn
# ocf_log err "nfsclient:$OCF_RESKEY_name is missing!"
# exit 1
exit 0
.....
# ocf_log err "nfsclient:$OCF_RESKEY_name is missing!"
# exit 1
exit 0
and now it works,
the question is: what hell does this code do???? and how can I debug it to try to find my problem?
Greetings,
ESG
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster