Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node struct { ID int64 `json:"id"` Name string `json:"name"` Type string `json:"type"` TypeID int64 `json:"type_id"` Children []int64 `json:"children"` CrushWeight float64 `json:"crush_weight"` Depth int64 `json:"depth"` Exist int64 `json:"exists"` PrimaryAffinity float64 `json:"primary_affinity"` Reweight float64 `json:"reweight"` Status string `json:"status"` DeviceClass string `json:"device_class"` }
type OsdTreeRequest ¶
Click to show internal directories.
Click to hide internal directories.