Publish LIST_VOLUMES capability#381
Conversation
| csi.ControllerServiceCapability_RPC_LIST_VOLUMES, | ||
| csi.ControllerServiceCapability_RPC_LIST_VOLUMES_PUBLISHED_NODES, | ||
| csi.ControllerServiceCapability_RPC_VOLUME_CONDITION, | ||
| } { |
There was a problem hiding this comment.
I see that ListSnapshots() returns snapshots of both block volumes and file systems, while ListVolumes() return only volumes. Should this call include file systems as well?
@AkshaySainiDell @adarsh-dell
There was a problem hiding this comment.
After clarification with @adarsh-dell it looks like it should return file systems as well. But this is out of scope of this defect. As discussed with @alikdell just this particular capability needs to be published for now.
There was a problem hiding this comment.
Yes, please add what is missing at krv-18102
santhoshatdell
left a comment
There was a problem hiding this comment.
Another PR was merged that has 90% code coverage. Workflow action in this PR has also passed. Please update the PR description (make test) part.
Description
Fixes #1709 and adds LIST_VOLUMES capability to be published by the controller
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration