Documentation ¶
Overview ¶
Package mirror for mirroring
Index ¶
Constants ¶
View Source
const (
// AppName is the ceph filesystem mirror application name
AppName = "rook-ceph-fs-mirror"
)
Variables ¶
View Source
var ( // PeerAdditionMinVersion This version includes a number of fixes for snapshots and mirror status PeerAdditionMinVersion = version.CephVersion{Major: 16, Minor: 2, Extra: 5} )
Functions ¶
Types ¶
type ReconcileFilesystemMirror ¶
type ReconcileFilesystemMirror struct {
// contains filtered or unexported fields
}
ReconcileFilesystemMirror reconciles a CephFilesystemMirror object
func (*ReconcileFilesystemMirror) Reconcile ¶
func (r *ReconcileFilesystemMirror) Reconcile(context context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a CephFilesystemMirror object and makes changes based on the state read and what is in the CephFilesystemMirror.Spec The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.