mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
cephfs: add comment for exported CloneStatus struct
added comment for exported structure. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
18d65ba3f5
commit
ae6b77f105
@ -190,6 +190,7 @@ func createCloneFromSnapshot(ctx context.Context, parentVolOpt, volOptions *volu
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CloneStatus represents the subvolume clone status.
|
||||||
type CloneStatus struct {
|
type CloneStatus struct {
|
||||||
Status struct {
|
Status struct {
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
|
Loading…
Reference in New Issue
Block a user