diff --git a/internal/cephfs/errors/errors.go b/internal/cephfs/errors/errors.go index 790119d9a..a354aa57e 100644 --- a/internal/cephfs/errors/errors.go +++ b/internal/cephfs/errors/errors.go @@ -58,6 +58,9 @@ var ( // ErrVolumeHasSnapshots is returned when a subvolume has snapshots. ErrVolumeHasSnapshots = coreError.New("volume has snapshots") + + // ErrQuiesceInProgress is returned when quiesce operation is in progress. + ErrQuiesceInProgress = coreError.New("quiesce operation is in progress") ) // IsCloneRetryError returns true if the clone error is pending,in-progress