ancient-raincoat-46356
07/01/2022, 9:00 PM/var/lib/longhorn
and I am thinking this is where my provisioned PV's will be created and replica's will be stored. So wanting to use those 20G disk on each, I partitioned the disk, created a logical volume out of it and then formatted it with XFS filesystem which is our standard format. I then mounted that disk at /mnt/DATA
, created a subfolder named longhorn
and then symlinked /mnt/DATA/longhorn -> /var/lib/longhorn
. Is this the correct approach to use? This is the information I am failing to find anywhere including in the Longhorn docs.melodic-manchester-54063
07/01/2022, 9:27 PM/var/lib/longhorn
instead of symbolically linking it: https://longhorn.io/docs/1.3.0/best-practices/#setting-up-extra-disksancient-raincoat-46356
07/01/2022, 9:32 PMUUID="blahblahblah" /mnt/DATA xfs defaults 0 0
/var/lib/longhorn /mnt/DATA none bind
melodic-manchester-54063
07/01/2022, 9:43 PM/var/lib/longhorn
. It looks like the source and destination are reverse in your fstab example. /mnt/DATA /var/lib/longhorn none bind
ancient-raincoat-46356
07/21/2022, 5:07 PM