Skip to content

Commit

Permalink
Add missing expand volume capability
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Mar 26, 2019
1 parent 692e5bd commit 455ebbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sanity/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ var _ = DescribeSanity("Node Service", func(sc *SanityContext) {
case csi.NodeServiceCapability_RPC_UNKNOWN:
case csi.NodeServiceCapability_RPC_STAGE_UNSTAGE_VOLUME:
case csi.NodeServiceCapability_RPC_GET_VOLUME_STATS:
case csi.NodeServiceCapability_RPC_EXPAND_VOLUME:
default:
Fail(fmt.Sprintf("Unknown capability: %v\n", cap.GetRpc().GetType()))
}
Expand Down

0 comments on commit 455ebbf

Please sign in to comment.