From 46f4733ca3779444914529e47f5a6e6fac322500 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 25 Jul 2024 16:03:07 +0200 Subject: [PATCH] volumegroup: correct comment got the ControllerGetVolumeGroup RPC call The comment mentions CreateVolumeGroup, which should be ControllerGetVolumeGroup. Signed-off-by: Niels de Vos --- volumegroup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumegroup/README.md b/volumegroup/README.md index 573f6ac..3a7e754 100644 --- a/volumegroup/README.md +++ b/volumegroup/README.md @@ -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) {} }