Documentation
¶
Index ¶
Constants ¶
View Source
const ( Nautilus = "nautilus" Octopus = "octopus" Pacific = "pacific" Quincy = "quincy" Reef = "reef" Squid = "squid" Tentacle = "tentacle" Main = "main" )
List of known CephVersion strings
Variables ¶
This section is empty.
Functions ¶
func CurrentCephVersionString ¶ added in v0.32.0
func CurrentCephVersionString() string
CurrentCephVersionString is the current Ceph version string
Types ¶
type CephVersion ¶
type CephVersion int
CephVersion type
const ( CephNautilus CephVersion = 14 + iota CephOctopus CephPacific CephQuincy CephReef CephSquid CephUnknown )
Enum of known CephVersions
func CephVersionOfString ¶
func CephVersionOfString(vname string) CephVersion
CephVersionOfString converts a string to CephVersion
func CurrentCephVersion ¶
func CurrentCephVersion() CephVersion
CurrentCephVersion is the current Ceph version
Click to show internal directories.
Click to hide internal directories.