Hi,

It seems iscsi RA in resource-agents-3.9.1 is broken on EPEL5

The problem comes from here:

ocf_version_cmp "$version" "2.0-871"
        if [ $? -eq 2 ]; then # newer than 2.0-871?
                discovery_variant="discovery2"
                options="-D"
        fi

iscsi-initiator-utils-6.2.0.872-6.el5 comes with 2.0-872 version, but it 
doesn't understand discovery2 mode, even though help output prints it out.
According to the man page and I verified, it does fixe the problem, variant 
should be discoverydb.

Cheers,
Vadym


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to