Skip to content

Commit

Permalink
volumegroup: correct comment got the ControllerGetVolumeGroup RPC call
Browse files Browse the repository at this point in the history
The comment mentions CreateVolumeGroup, which should be
ControllerGetVolumeGroup.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
  • Loading branch information
nixpanic committed Jul 25, 2024
1 parent 78db8ad commit 46f4733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volumegroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ service Controller {
// ListVolumeGroups RPC call to list volume groups.
rpc ListVolumeGroups(ListVolumeGroupsRequest)
returns (ListVolumeGroupsResponse) {}
// CreateVolumeGroup RPC call to get a volume group.
// ControllerGetVolumeGroup RPC call to get a volume group.
rpc ControllerGetVolumeGroup(ControllerGetVolumeGroupRequest)
returns (ControllerGetVolumeGroupResponse) {}
}
Expand Down

0 comments on commit 46f4733

Please sign in to comment.