Hello to all.
I wanted to get your opinion on Longhorn as a distributed filesystem for private cloud production environments. What experience do you have?
Many thanks.
c
creamy-pencil-82913
02/03/2023, 10:06 AM
it’s not a distributed filesystem. it’s a distributed block device replication engine. The filesystem on top of that is still xfs or ext4 and can only be mounted on a single node at once.
🎯 1
👀 1
n
numerous-lighter-90852
02/03/2023, 2:09 PM
So in order to use it I have to add a disk to each node of the cluster so that it syncs?
c
creamy-pencil-82913
02/03/2023, 5:08 PM
The LH docs cover this in great detail... but no, it creates virtual block devices on top of sparse files on your existing filesystem. Those virtual block devices are replicated, and mounted rw on a single node at a time.