ISSUE TYPE
CLOUDSTACK VERSION
4.15.0
COMPONENT NAME
SecondaryStorage
The existing ShareMountPoint means you would need to mount a clustered filesystem to all the hosts
in the cluster so that multiple hosts can write to the same shared(mountPoint) storage without causing
file system corruption.
In all hosts we use fuse to mount a distribution filesystem to a POSIX directory such as /cfs/share,
which can share files and directories in all hosts.
We can use directory /cfs/share/primary/ as primary storage with ShareMountPoint type now.
Can CloudStack use directory /cfs/share/secondary/ as Secondary Storage with ShareMountPoint type ?