2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-25 00:40:52 +00:00
Jarrod Johnson d69cca46d0 Rework check_globbing to reduce false positives
First, globbing can only be the cause of a mess up if the given
noderange is a file that matches.

With this we still have:
for node in $(nodelist compute); do nodepower $node; done
As a potential false positive if any node is a range.

For this, offer suggestion of changing directories.

Also, if it had been:
for NODE in $(nodelist compute); do export NODE; nodepower $NODE; done

Another clause can detect that, which has been added.
2017-11-27 10:04:23 -05:00
2015-02-03 10:16:43 -05:00
S
Description
xCAT confluent - replacement of conserver and eventually xcatd
20 MiB
Languages
Python 86%
Shell 10.3%
C 2.4%
Go Template 0.6%
Go 0.3%
Other 0.2%