On 03/12/2014 12:24 PM, Michael Morgan wrote:
Hello,

  The luci package distributed with at least SL6.5 is missing some necessary
options in /usr/lib64/python2.6/site-packages/luci/lib/ricci_communicator.py.
Specifically around:

def resolve_cluster_version(uname_str):
     if 'Santiago' in uname_str:
         return (3, 'RHEL', uname_str[uname_str.find('6.'):].split(' ')[0])
     elif 'Tikanga' in uname_str:
         return (2, 'RHEL', uname_str[uname_str.find('5.'):].split(' ')[0])
     elif 'Nahant' in uname_str:
         return (1, 'RHEL', uname_str[uname_str.find('4.'):].split(' ')[0])

  It can't currently determine SL's cluster version from /etc/redhat-release.
This causes problems with the web interface since certain options require the
cluster version to be set properly (ie. available fencing device types).

  Let me know if any other info is needed. Thanks.

-Mike

Hi Mike,

Thanks for the report, I'll see about getting a fixed version prepared and into testing.

I'll let you know once that is done.

Pat

--
Pat Riehecky

Scientific Linux developer
http://www.scientificlinux.org/

Reply via email to