moosefs-csi
moosefs-csi copied to clipboard
Container Storage Interface (CSI) for MooseFS
Start fuse process use systemd is one way to solve the problem this is systemd example : csi node-plugin shoud create it when NodeStageVolume ``` [root@k8s1 test]# cat /run/systemd/transient/mfs-fuse-pvc-5be4a515-13a1-4c81-b3ac-b93713bc04de.service #...
Hi, I have MooseFS installed on the armv7/armhf nodes and my main k3s cluster is consuming it without any issues. After validating overall performance/stability, I've also thought to add MFS...
`mfsmount` allows the user to specify the following option to mount to a MooseFS master server that requires password authentication to view a specific directory. ``` -o mfspassword=PASSWORD ``` This...
Hi, I have an issue to integrate moosefs-csi in StatefulSet. I need a way to determine the source path to mount. I already know I can make a subPath under...
Adding the ability to use additional mount options, e.g. password, during the MooseFS client mount process
**Context:** I am using the MooseFS CSI provisioner in my Kubernetes cluster to dynamically create PersistentVolumes (PVs). Version I am trying is: https://github.com/moosefs/moosefs-csi/blob/v0.9.7 However, the directories created by the provisioner...