Skip to content

Commit

Permalink
build: include MirrorDaemonCount in the ConfigMap API
Browse files Browse the repository at this point in the history
It seems that original commit 4c2d2ca 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>
  • Loading branch information
nixpanic authored and mergify[bot] committed Apr 24, 2024
1 parent cc0427f commit 4b49d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/deploy/kubernetes/csi-config-map.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4b49d28

Please sign in to comment.