Closed Tristan971 closed 3 years ago
Hey 👋 It's already possible through https://github.com/scaleway/scaleway-csi/blob/2092531de88b8b381724b6202769b4bb33a029d9/examples/kubernetes/README.md#choose-the-filesystem-type 😄 closing :)
Hey 👋 It's already possible through https://github.com/scaleway/scaleway-csi/blob/2092531de88b8b381724b6202769b4bb33a029d9/examples/kubernetes/README.md#choose-the-filesystem-type 😄 closing :)
good lord I can't read 🤦 sorry...
This is mainly intended to be able to provision XFS-formatted PVCs
nice to have
I think so?
From looking at https://github.com/scaleway/scaleway-csi/blob/2092531de88b8b381724b6202769b4bb33a029d9/driver/diskutils.go#L202 it looks like it will look for a
mkfs.<fsType>
binary and use itAlso from https://github.com/scaleway/scaleway-csi/blob/2092531de88b8b381724b6202769b4bb33a029d9/driver/diskutils.go#L429-L435 we see that resize is technically also already there
and finally https://github.com/scaleway/scaleway-csi/blob/master/Dockerfile#L21-L22 has xfsprogs bundled, so the binary is there already
Marked as WIP because I'm not sure where/how to add tests for this change, nor if that's enough to make this work. Let me know
Thanks