Commit c954b51
committed
fix(controller): remove PUBLISH_UNPUBLISH_VOLUME capability for SMB
The SMB CSI driver does not implement ControllerPublishVolume or ControllerUnpublishVolume
since SMB shares are mounted directly by nodes and do not require controller-side attach/detach.
Removing the ControllerServiceCapability_RPC_PUBLISH_UNPUBLISH_VOLUME capability avoids
advertising unsupported functionality and allows the sanity test suite to pass.
This change does not impact node-side STAGE_UNSTAGE_VOLUME support, which remains fully functional.1 parent c159577 commit c954b51
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
0 commit comments