List supported file systems for csi.storage.k8s.io/fstype #3243
Replies: 7 comments 3 replies
-
for now ext4 and xfs, buts ext4 is recommended as there is an issue with xfs rook/rook#3132 (comment) |
Beta Was this translation helpful? Give feedback.
-
Will other file systems such as |
Beta Was this translation helpful? Give feedback.
-
We have tested ext4 and xfs, if rbd/kubernetes supports other filesystem types it should be supported with cephcsi also. Please try it out and let us know how it works. |
Beta Was this translation helpful? Give feedback.
-
I verified the static provisioned volume with ext4 and that worked. When I tried with btrfs file system I received the error below. `Warning FailedMount 1s (x5 over 10s) kubelet MountVolume.MountDevice failed for volume "ceph-rbd-static-pv" : rpc error: code = Internal desc = rpc error: code = Internal desc = need resize check failed on devicePath /dev/rbd1 and staingPath /var/lib/kubelet/plugins/kubernetes.io/csi/pv/ceph-rbd-static-pv/globalmount/csi-test, error: Could not parse fs info on given filesystem format: btrfs. Supported fs types are: xfs, ext3, ext4 |
Beta Was this translation helpful? Give feedback.
-
I did some more research and it looks like btrfs support was recently added into Kubernetes mount utilities: kubernetes/mount-utils@f60c4b2 I am using an older version of Kubernetes (1.22.x) and so I don't think btrfs is supported in my version. |
Beta Was this translation helpful? Give feedback.
-
If I upgrade to the canary version and I have problems, will it be safe to downgrade back to a 3.6.x release? Any idea when a version of cephcsi that uses Kuberentes 1.24 will be released to stable?
… On Jul 13, 2022, at 11:00 PM, Madhu Rajanna ***@***.***> wrote:
@LukeMauldin it is only a client package change, give a try with quay.io/cephcsi/cephcsi:canary image which uses kubernetes 1.24
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Also for the static rbd images, where would I specific mount options such as noatime?
… On Jul 13, 2022, at 11:00 PM, Madhu Rajanna ***@***.***> wrote:
@LukeMauldin it is only a client package change, give a try with quay.io/cephcsi/cephcsi:canary image which uses kubernetes 1.24
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The documentation states that
csi.storage.k8s.io/fstype
defaults to the file system typeext4
. What are the other supported file system values? Specifically, isbtrfs
a supported value?Environment details
Beta Was this translation helpful? Give feedback.
All reactions