vm node lists automatic
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
NODELIST=( vm3 vm4 vm5 vm6 vm7 vm8 )
|
||||
NODELIST=( $( scontrol show node|grep NodeName | sed -e 's,[^ ]\+=\([^ ]\+\) .*,\1,' ) )
|
||||
|
||||
NODERUNS=( )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user