Hello all,
So I have a 3-node cluster which each server loaded with local hard drives. I want to share the local hard drives across all the systems in the cluster, so I did the following:
Used parted to initialize with GPT and create a partition
Used mkfs.ext4 to create a filesystem on each...