mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rbd: add NetworkFence operation
Signed-off-by: Yug Gupta <yuggupta27@gmail.com>
This commit is contained in:
@ -216,6 +216,9 @@ func (r *Driver) setupCSIAddonsServer(conf *util.Config) error {
|
||||
if conf.IsControllerServer {
|
||||
rs := casrbd.NewReclaimSpaceControllerServer()
|
||||
r.cas.RegisterService(rs)
|
||||
|
||||
fcs := casrbd.NewFenceControllerServer()
|
||||
r.cas.RegisterService(fcs)
|
||||
}
|
||||
|
||||
if conf.IsNodeServer {
|
||||
|
Reference in New Issue
Block a user