MCPcopy
hub / github.com/cubefs/cubefs / initCluster

Method initCluster

authnode/server.go:246–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244}
245
246func (m *Server) initCluster() {
247 m.cluster = newCluster(m.clusterName, m.leaderInfo, m.fsm, m.partition, m.config)
248 m.cluster.retainLogs = m.retainLogs
249}

Callers 1

StartMethod · 0.95

Calls 1

newClusterFunction · 0.70

Tested by

no test coverage detected