MCPcopy
hub / github.com/rook/rook / String

Method String

pkg/daemon/ceph/osd/device.go:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (m *DeviceOsdMapping) String() string {
70 b, _ := json.Marshal(m)
71 return string(b)
72}
73
74func (d *DesiredDevice) UpdateDeviceClass(agent *OsdAgent, device *sys.LocalDisk) {
75 // Rook sets the storage class of a device with the following priority.

Callers 8

RunFunction · 0.45
ResizeOsdCrushWeightFunction · 0.45
enablePoolMirroringFunction · 0.45
CreateErasureCodeProfileFunction · 0.45
NewMirrorCheckerFunction · 0.45
buildDataSourceMethod · 0.45
runCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected