Documentation
¶
Index ¶
Constants ¶
View Source
const (
// InitCommand is the `rook ceph` subcommand which will perform mgr initialization
InitCommand = "mgr-init"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ClusterInfo *cephconfig.ClusterInfo
Name string
Keyring string
ModuleServerAddr string
CephVersionName string
}
Config contains the necessary parameters Rook needs to know to set up a mgr for a Ceph cluster.
Click to show internal directories.
Click to hide internal directories.