Hello,
I hope you and your loved ones are safe and healthy.
I have a three node cluster with 2 data nodes and 1 voting node running Elastic Stack 7.13 on Ubuntu 20.04.2. All of the node are on a single physical workstation running ESXi.
All the three nodes have separate underlying storage medium for their OS and Elastic Data. Hence. Hence there is physical layer redundancy for the data (OS are on same SSD)
Node 1 has two disk in the VM:
1.A SSD-1 holds the OS (100 GB volume)
1.B SSD-2 holds the Elastic data (1.5 TB volume)
Node 2 has two disk in the VM:
2.A SSD-1 holds the OS (100 GB volume)
2.B SSD-3 holds the Elastic data (1.5 TB volume)
Node 3 has single disk with OS only
On this ESXi there is a 2 TB LUN mounted using iSCSI which is hosted and has redundancy via the NAS. Here is a graphical representation including the problem: I can mount a new volume only to one of data nodes. This leads to the obvious problem of backups not completing successfully since the voume is mounted only on one of the VMs.
How do I take snapshots with a single volume? Is the recommendation to have a shared volume on the NAS (such as SFTP / rsysnc) and carry out the backup there?