azurehpc/experimental/cc_glusterfs2/scripts/glusterfs_pool_master.sh

12 строки
148 B
Bash
Executable File

#/bin/bash
HOSTLIST=$1
systemctl start glusterd
systemctl status glusterd
for host in $HOSTLIST
do
gluster peer probe $host
done