mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Change "disks" node to "drives" in OBD output (#10540)
This commit is contained in:
+1
-1
@@ -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