mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
build: include MirrorDaemonCount in the ConfigMap API
It seems that original commit 4c2d2caf9f
modified the API under the
vendor/ directory. Weirdly this did not cause any issues?! The change
should have been done in the api/deploy/kubernetes/ file instead, that
gets sync'd after running "go mod vendor".
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
cc0427fc4b
commit
4b49d2898f
@ -46,6 +46,8 @@ type RBD struct {
|
||||
NetNamespaceFilePath string `json:"netNamespaceFilePath"`
|
||||
// RadosNamespace is a rados namespace in the pool
|
||||
RadosNamespace string `json:"radosNamespace"`
|
||||
// RBD mirror daemons running in the ceph cluster.
|
||||
MirrorDaemonCount int `json:"mirrorDaemonCount"`
|
||||
}
|
||||
|
||||
type NFS struct {
|
||||
|
Loading…
Reference in New Issue
Block a user