-
Notifications
You must be signed in to change notification settings - Fork 159
Support for fsType
parameter (XFS in particular)
#617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For CSI, the correct storageclass parameter is "csi.storage.k8s.io/fstype: xfs". Can you try that? /assign @mattcary |
Works like a charm, thanks! |
Fixed in #582 |
/close |
@mattcary: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hello!
My use case is: use Volume Snapshots for creating backups for MongoDB
My problem is: I am not able to use the CSI driver to provision PV using following StorageClass:
Note the
fsType: xfs
part. If I remove this line, then PV is created correctly (ext4 is assumed).I want to use XFS because it's recommended for MongoDB: https://docs.mongodb.com/manual/administration/production-notes/#kernel-and-file-systems
Until now, I used
kubernetes.io/gce-pd
provisioner, but thekubernetes.io/gce-pd
provisioner doesn't support VolumeSnapshots.Here's error that I'm getting:
For completeness, here's PVC's yaml:
The text was updated successfully, but these errors were encountered: