Browse Source
Go's SaveVolumeInfo always computes ExpireAtSec = now + ttlSeconds when the volume has a TTL. The save_vif path (used by set_read_only and set_writable) was missing this computation, causing .vif files to be written without the correct expiration timestamp for TTL volumes.rust-volume-server
1 changed files with 11 additions and 0 deletions
Loading…
Reference in new issue