hostnames with numbers in %allhostinfo are getting altered
Status: Beta
Brought to you by:
jbp4444
When I put a hostname with a number into the
%allhostinfo hash and run cl_info -A the hostnames with
numbers are wrong.
Example:
%allhostinfo = (
"test" => [ "test" ],
"testtest" => [ "test" ],
"thisisatest" => [ "test" ],
"test55run" => [ "test" ],
"a987test" => [ "test" ]
);
$ ./cl_hosts -A
There are 5 hosts:
atest987
test
testrun55
testtest
thisisatest
Logged In: YES
user_id=470622
Hmm, the original intent for the herdtools was to control a cluster of
machines with common names (node1, node2, etc.) ... I hadn't thought
of such a naming system. The problem comes in the 'sorthosts' function,
but I'll have to think about a way to get around that.