Closed dkrizic closed 1 month ago
Argh, I just found out that version 1.2.0 as of 2024-08 has this new "feature":
Feature
- Supports NFS protocols (including NFSv3, NFSv4, and NFSv4.1) for storage classes.
Limitation
- SMB/NFS PVs can only be created on Btrfs volumes because ext4 volumes do not support quota configuration for shared folders.
I will try with the older 1.1.3
I am using iSCSI and I succesfully created RWX volumes on latest version of a chart with ext4.
Edit: Actually I am wrong all of them are RWO. Sorry for trouble
~I am using iSCSI and I succesfully created RWX volumes on latest version of a chart with ext4.~
Edit: Actually I am wrong all of them are RWO. Sorry for trouble
You confused me, because iSCSI is a block storage and can only be used by one host at a time.
Now I am running into this problem:
2024-10-22T12:25:16Z [INFO] [driver/utils.go:105] GRPC request: {"capacity_range":{"required_bytes":1073741824},"name":"pvc-3b88c59a-b703-4c66-a3cb-465a1e707e29","parameters":{"csi.storage.k8s.io/pv/name":"pvc-3b88c59a-b703-4c66-a3cb-465a1e707e29","csi.storage.k8s.io/pvc/name":"smb","csi.storage.k8s.io/pvc/namespace":"default","dsm":"10.10.2.45","formatOptions":"-E nodiscard","location":"/volume1","mountPermissions":"0750","protocol":"smb"},"volume_capabilities":[{"AccessType":{"Mount":{"mount_flags":["mfsymlinks"]}},"access_mode":{"mode":5}}]}
2024-10-22T12:25:17Z [ERROR] [driver/utils.go:108] GRPC error: rpc error: code = AlreadyExists desc = Already existing volume name with different capacity
I saw it the issue somewhere else, so obviously this issue is done. Unluckily I have to stick with the older version and I think my good old RS214 is really old :-)
Hi,
first, thank you @christian-schlichtherle for the Helm chart. It works for me for iSCSI, but now I also wanted to use NFS or SMB for RWX volumes. I have basically two StorageClasses
and
When I try to create a volume like this:
I see the following error in the synology-csi-controller
But digging deeper (this is a pod with 4 containers!), the csi-plugin (the actual Synology specific container) tells me this:
So yes, my very old Synology is using ext4 (and does not support btrfs), but what does the message mean? Do I need to configure something to allow/enable ext4 for SMB and NFS. The error for NFS is the same.