This commit is contained in:
2026-08-21 17:52:28 +04:00
parent d7b8f08b4d
commit 578caa5081
116 changed files with 2721 additions and 1973 deletions

View File

@@ -117,6 +117,15 @@ type RecordZone struct {
// Reserved RAM
ReservedRAM uint64 `json:"reserved_ram"`
// Storage Distributed Resource Scheduler
SDRS bool `json:"sdrs"`
// Mode of SDRS
SDRSMode string `json:"sdrs_mode"`
// Minimal level of logs
LoggingLevel string `json:"logging_level"`
}
// A zone item from a list
@@ -195,4 +204,13 @@ type ItemZone struct {
// Reserved RAM
ReservedRAM uint64 `json:"reserved_ram"`
// Storage Distributed Resource Scheduler
SDRS bool `json:"sdrs"`
// Mode of SDRS
SDRSMode string `json:"sdrs_mode"`
// Minimal level of logs
LoggingLevel string `json:"logging_level"`
}