Documentation ¶
Overview ¶
Package mds provides methods for managing a Ceph mds cluster.
Index ¶
Constants ¶
View Source
const (
// AppName is the name of Rook's Ceph mds (File) sub-app
AppName = "rook-ceph-mds"
)
Variables ¶
View Source
var UpdateDeploymentAndWait = mon.UpdateCephDeploymentAndWait
UpdateDeploymentAndWait can be overridden for unit tests. Do not alter this for runtime operation.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
Cluster represents a Ceph mds cluster.
func NewCluster ¶
func NewCluster( clusterInfo *cephconfig.ClusterInfo, context *clusterd.Context, rookVersion string, clusterSpec *cephv1.ClusterSpec, fs cephv1.CephFilesystem, fsdetails *client.CephFilesystemDetails, ownerRef metav1.OwnerReference, dataDirHostPath string, ) *Cluster
NewCluster creates a Ceph mds cluster representation.
Click to show internal directories.
Click to hide internal directories.