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