mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rbd: enable CSI-Addons Server and Identity Service
Add a new endpoint for the CSI-Addons Service and enable the Identity Service for the RBD plugin. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
0f8bbaa217
commit
b3910f2b4a
@ -118,6 +118,9 @@ type Config struct {
|
||||
// snapshots allowed on rbd image without flattening, once the soft limit is
|
||||
// reached cephcsi will start flattening the older rbd images.
|
||||
MinSnapshotsOnImage uint
|
||||
|
||||
// CSI-Addons endpoint
|
||||
CSIAddonsEndpoint string
|
||||
}
|
||||
|
||||
// ValidateDriverName validates the driver name.
|
||||
|
Reference in New Issue
Block a user