[Linux-cluster] system-config-cluster problem

Antonio Dias accdias+cluster at gmail.com
Mon Jan 14 22:24:41 UTC 2008


2008/1/14 Gary Romo <garromo at us.ibm.com>:
>   File "/usr/share/system-config-cluster/FaildomController.py", line 213
>     if val == "Yes" or val == "yes" or val="1":

Edit /usr/share/system-config-cluster/FaildomController.py and change
line 213 to be like this:

if val == "Yes" or val == "yes" or val == "1":

-- 
Antonio Dias




More information about the Linux-cluster mailing list