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

View File

@@ -183,6 +183,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
@@ -261,4 +270,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"`
}