mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
deploy: add RadosNamespace field for CephFS
This change introduces a `RadosNamespace` field to the CephFS struct. The RadosNamespace field specifies the RADOS namespace for storing the omap data of CephFS subvolumes. Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
a51a6ae43a
commit
178b642b01
@ -36,6 +36,8 @@ type CephFS struct {
|
||||
NetNamespaceFilePath string `json:"netNamespaceFilePath"`
|
||||
// SubvolumeGroup contains the name of the SubvolumeGroup for CSI volumes
|
||||
SubvolumeGroup string `json:"subvolumeGroup"`
|
||||
// RadosNamespace is a rados namespace in the filesystem metadata pool
|
||||
RadosNamespace string `json:"radosNamespace"`
|
||||
// KernelMountOptions contains the kernel mount options for CephFS volumes
|
||||
KernelMountOptions string `json:"kernelMountOptions"`
|
||||
// FuseMountOptions contains the fuse mount options for CephFS volumes
|
||||
|
2
vendor/github.com/ceph/ceph-csi/api/deploy/kubernetes/csi-config-map.go
generated
vendored
2
vendor/github.com/ceph/ceph-csi/api/deploy/kubernetes/csi-config-map.go
generated
vendored
@ -36,6 +36,8 @@ type CephFS struct {
|
||||
NetNamespaceFilePath string `json:"netNamespaceFilePath"`
|
||||
// SubvolumeGroup contains the name of the SubvolumeGroup for CSI volumes
|
||||
SubvolumeGroup string `json:"subvolumeGroup"`
|
||||
// RadosNamespace is a rados namespace in the filesystem metadata pool
|
||||
RadosNamespace string `json:"radosNamespace"`
|
||||
// KernelMountOptions contains the kernel mount options for CephFS volumes
|
||||
KernelMountOptions string `json:"kernelMountOptions"`
|
||||
// FuseMountOptions contains the fuse mount options for CephFS volumes
|
||||
|
Loading…
Reference in New Issue
Block a user