Files
QSfera/vendor/github.com/ceph/go-ceph/cephfs/admin/clone_nautilus.go
T
2023-04-19 20:24:34 +02:00

11 lines
282 B
Go

package admin
// GetFailure returns details about the CloneStatus when in CloneFailed state.
//
// Similar To:
// Reading the .failure object from the JSON returned by "ceph fs subvolume
// snapshot clone"
func (cs *CloneStatus) GetFailure() *CloneFailure {
return cs.failure
}