I installed clush via conda in a environment. All config files are under <conda env location>/clush/etc/clustershell
In my groups.conf I have
[Main]
default: roles
confdir: /etc/clustershell/groups.conf.d $CFGDIR/groups.conf.d
autodir: /etc/clustershell/groups.d $CFGDIR/groups.d
Next I have groups.d/cluster.yaml where I have my node definitions.
The syntax of the file is fine because running nodeset -LL shows all my definitions.
If I run
I expect to get the date from all machines.
Instead I get
Usage: clush [options] command
clush: error: No node to run on.
so what am I missing here?
I installed clush via
condain a environment. All config files are under<conda env location>/clush/etc/clustershellIn my
groups.confI haveNext I have
groups.d/cluster.yamlwhere I have my node definitions.The syntax of the file is fine because running
nodeset -LLshows all my definitions.If I run
I expect to get the date from all machines.
Instead I get
Usage: clush [options] command clush: error: No node to run on.so what am I missing here?