mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-01 07:30:54 -05:00
* tests: Add test on low disk * Remove redundant assertion * keep container after failure and print latest logs in console * Add fs2 crate as a dependency and ensure sufficient disk space in LocalShard operations * small fix * Update test * small fix * use available_space * Use `fs2` -> `fs4` and offload sync IO with `tokio::task::spawn_blocking` * create DiskUsageWathcer * chore: Remove unnecessary println statement in update_handler.rs * chore: Fix typo in DiskUsageWatcher struct name * chore: Refactor DiskUsageWatcher to improve disk usage tracking and update logic --------- Co-authored-by: tellet-q <elena.dubrovina@qdrant.com> Co-authored-by: generall <andrey@vasnetsov.com>