multiple FS for cephfs #3804
Closed
lumir-sliva
started this conversation in
General
Replies: 3 comments
@lumir-sliva, filesystem is a storageclass parameter https://github.com/ceph/ceph-csi/blob/devel/examples/cephfs/storageclass.yaml#L19 . You can create multiple storageclasses with unique FS and PVC from them. |
0 replies
|
@lumir-sliva you can create multiple storageclass if you want to use multiple filesystems. |
0 replies
|
thank you, I will try it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be nice for ceph-csi to be able to choose from multiple FS for the csi-config-map, we have clusters where we want to use multiple FS, because of the seperate client I/O. If you have 1 unresponsive client it can affect all the clients, this would not be the case with multiFS.
Could you consider this feature request?
All reactions