ceph-csi/internal/cephfs/store
Niels de Vos 991343d9e5 cleanup: do not pass EncodingVersion to GenerateVolID()
The only encoding version that exists is `1`. There is no need to have
multiple constants for that version across different packages. Because
there is only one version, `GenerateVolID()` does not really require it,
and it can use a default version.

If there is a need in the future to support an other encoding version,
this can be revisited with a cleaner solution.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-03-18 06:23:28 +00:00
..
backingsnapshot.go cephfs: fscrypt encryption support 2022-11-23 12:21:02 +00:00
fsjournal.go cleanup: do not pass EncodingVersion to GenerateVolID() 2024-03-18 06:23:28 +00:00
volumeoptions_test.go cephfs: use shallow volumes for the ROX accessMode 2023-02-21 20:09:13 +00:00
volumeoptions.go cleanup: refactor functions to accept a context parameter 2024-03-12 13:54:19 +00:00