mirror of
https://github.com/minio/minio.git
synced 2025-12-04 14:37:18 -05:00
Change "disks" node to "drives" in OBD output (#10540)
This commit is contained in:
@@ -61,7 +61,7 @@ type ServerLogOBDInfo struct {
|
||||
// SysOBDInfo - Includes hardware and system information of the MinIO cluster
|
||||
type SysOBDInfo struct {
|
||||
CPUInfo []ServerCPUOBDInfo `json:"cpus,omitempty"`
|
||||
DiskHwInfo []ServerDiskHwOBDInfo `json:"disks,omitempty"`
|
||||
DiskHwInfo []ServerDiskHwOBDInfo `json:"drives,omitempty"`
|
||||
OsInfo []ServerOsOBDInfo `json:"osinfos,omitempty"`
|
||||
MemInfo []ServerMemOBDInfo `json:"meminfos,omitempty"`
|
||||
ProcInfo []ServerProcOBDInfo `json:"procinfos,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user