We have deployed a 15 node cluster using shared storage. When we issue a df -h, we see the root filesystem and /mnt filesystems mounted.
We also see the filesystems from each of the other datanodes on each others local storage. For example...
/mnt/scsi-123abc is mounted on server01
/mnt/scsi-456def is mounted on server02
Under /mnt on server01, we also see /mnt/scsi-456def as part of the root filesystem, not mounted as its own filesystem.
Under /mnt on server02, we also see /mnt/scsi-123abc as part of the root filesystem, not mounted as its own filesystem.
Is this a storage configuration issue, or is it something that BDE decided when it deployed?
Thanks,
Steve