ceph-csi/internal/cephfs/mounter
mageekchiu 0c60fd28ea cephfs: upgrading mount syntax
The old syntax is almost deprecated,and there are reasons to upgrade it
- old syntax is lack of fsid(critical for debugging and observability)
- mds_namespace is deprecated, it might be inappropriate to continue using it
- kernel will try new syntax first and then the old one, it's a waste

Signed-off-by: mageekchiu <qiukang@mail.ustc.edu.cn>
2025-03-25 14:39:22 +00:00
..
fuse.go cephfs: added support for snapshot-backed volumes 2022-06-16 09:44:27 +00:00
kernel_test.go cephfs: address golangci-lint issues 2024-04-09 06:55:23 +00:00
kernel.go cephfs: upgrading mount syntax 2025-03-25 14:39:22 +00:00
volumemounter.go util: move kernel version functions to pkg/util/kernel 2025-03-07 16:05:04 +00:00