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"`