[shell]: volume balance capacity by min volume density (#8026)

volume balance by min volume density and active volumes
This commit is contained in:
Konstantin Lebedev
2026-02-20 02:30:59 +05:00
committed by GitHub
parent 7b8df39cf7
commit 01b3125815
6 changed files with 149 additions and 32 deletions

View File

@@ -262,3 +262,5 @@ const (
PByte = TByte * 1000
EByte = PByte * 1000
)
const ErrVolumeNoSpaceLeft = "no space left for disk type"