gluster volume create nunet_vol ${hostname}:/data/brick1 force // Please provide a valid hostname/ip other than localhost, 127.0.0.1 or loopback address (0.0.0.0 to 0.255.255.255).
gluster volume start nunet_vol
sudo mount -t glusterfs ${hostname}:/nunet_vol /mnt
Authentication using TLS
Generate a private key:
openssl genrsa -out /etc/ssl/glusterfs.key 2048
Generate a Certificate Signing Request (CSR)
Fill out the details (ensure Common Name (CN) matches the hostname).