Skip to content

Commit

Permalink
Advertise NodeController VolumeCondition
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vest committed Dec 14, 2023
1 parent e892d6d commit 3a7cc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/linode-bs/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (linodeDriver *LinodeDriver) SetupLinodeDriver(linodeClient linodeclient.Li
csi.NodeServiceCapability_RPC_STAGE_UNSTAGE_VOLUME,
csi.NodeServiceCapability_RPC_EXPAND_VOLUME,
csi.NodeServiceCapability_RPC_GET_VOLUME_STATS,
csi.NodeServiceCapability_RPC_VOLUME_CONDITION,
}
if err := linodeDriver.AddNodeServiceCapabilities(ns); err != nil {
return err
Expand Down

0 comments on commit 3a7cc93

Please sign in to comment.