Howdy NOOB here again.
Integration with Veeam is important for my POC, before we license it and go to PROD. As such, I would like to mount /dev/sda3 (presently unmounted) on all nodes and configure it for snapshot storage. I have 1.2TB /dev/sda3 on all participating nodes in cluster, is there a better way to use this space?
Would this just be:
And then adding it to fstab?
Integration with Veeam is important for my POC, before we license it and go to PROD. As such, I would like to mount /dev/sda3 (presently unmounted) on all nodes and configure it for snapshot storage. I have 1.2TB /dev/sda3 on all participating nodes in cluster, is there a better way to use this space?
Would this just be:
Code:
mkdir /mnt/util
mount /dev/sda3 /mnt/uitl
And then adding it to fstab?