/etc/clustershell/groups.conf is in clustershell 1.6-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # ClusterShell node groups primary configuration file
#
# Please see `man 5 groups.conf` for further details.
#
# NOTE: This is a simple group configuration example file, not a
# default config file. Please edit it to fit your own needs.
#
[Main]
# Default group source
default: local
# Uncomment the next line to enable additional group source config files:
#groupsdir: /etc/clustershell/groups.conf.d
# EXAMPLE: flat file "group: nodeset" based group source
[local]
map: sed -n 's/^$GROUP:\(.*\)/\1/p' /etc/clustershell/groups
all: sed -n 's/^all:\(.*\)/\1/p' /etc/clustershell/groups
list: sed -n 's/^\([0-9A-Za-z_-]*\):.*/\1/p' /etc/clustershell/groups
# Other examples of group sources are now available in groups.conf.d/
|