mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
cephfs: add network fence service to identity.go
Signed-off-by: Riya Singhal <rsinghal@redhat.com>
This commit is contained in:
parent
9d5ee285a2
commit
6b0c412996
@ -77,6 +77,12 @@ func (is *IdentityServer) GetCapabilities(
|
|||||||
Type: identity.Capability_Service_CONTROLLER_SERVICE,
|
Type: identity.Capability_Service_CONTROLLER_SERVICE,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
}, &identity.Capability{
|
||||||
|
Type: &identity.Capability_NetworkFence_{
|
||||||
|
NetworkFence: &identity.Capability_NetworkFence{
|
||||||
|
Type: identity.Capability_NetworkFence_NETWORK_FENCE,
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user