From ae6b77f105eca74d34a5e199ed7ca45d92f2502a Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 11 Aug 2020 17:20:37 +0530 Subject: [PATCH] cephfs: add comment for exported CloneStatus struct added comment for exported structure. Signed-off-by: Madhu Rajanna --- internal/cephfs/clone.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cephfs/clone.go b/internal/cephfs/clone.go index feaa1609b..e44b4a869 100644 --- a/internal/cephfs/clone.go +++ b/internal/cephfs/clone.go @@ -190,6 +190,7 @@ func createCloneFromSnapshot(ctx context.Context, parentVolOpt, volOptions *volu return nil } +// CloneStatus represents the subvolume clone status. type CloneStatus struct { Status struct { State string `json:"state"`