Browse Source
Go's hasFreeDiskLocation returns true immediately when MaxVolumeCount is 0, treating it as unlimited. Rust was computing effective_free as <= 0 for max==0, rejecting the location. This could fail volume creation during early startup before the first heartbeat adjusts max.rust-volume-server
1 changed files with 11 additions and 5 deletions
Loading…
Reference in new issue