Skip to content

Commit

Permalink
cephfs: add network fence service to identity.go
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Singhal <[email protected]>
  • Loading branch information
riya-singhal31 committed Sep 18, 2023
1 parent 471351a commit 61279c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/csi-addons/cephfs/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ func (is *IdentityServer) GetCapabilities(
Type: identity.Capability_Service_CONTROLLER_SERVICE,
},
},
}, &identity.Capability{
Type: &identity.Capability_NetworkFence_{
NetworkFence: &identity.Capability_NetworkFence{
Type: identity.Capability_NetworkFence_NETWORK_FENCE,
},
},
})
}

Expand Down

0 comments on commit 61279c6

Please sign in to comment.