Skip to content

Commit

Permalink
a single node can be part of multiple pools
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Mar 7, 2024
1 parent 002c61e commit 63b4fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion info-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ type ServerProperties struct {
CommitID string `json:"commitID,omitempty"`
Network map[string]string `json:"network,omitempty"`
Disks []Disk `json:"drives,omitempty"`
PoolNumber int `json:"poolNumber,omitempty"`
PoolNumber int `json:"poolNumber,omitempty"` // Deprecated: 2024, please use PoolNumbers
PoolNumbers []int `json:"poolNumbers,omitempty"`
MemStats MemStats `json:"mem_stats"`
GoMaxProcs int `json:"go_max_procs,omitempty"`
NumCPU int `json:"num_cpu,omitempty"`
Expand Down

0 comments on commit 63b4fc3

Please sign in to comment.