mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
1.0 KiB
1.0 KiB
id, title, status, assignee, parent, priority, tags, whitepaper
| id | title | status | assignee | parent | priority | tags | whitepaper | |||
|---|---|---|---|---|---|---|---|---|---|---|
| VOL-002 | Automatic Volume Classification | To Do | james | VOL-000 | Medium |
|
Section 4.8 |
Description
Implement the logic for automatic classification of a Volume's PhysicalClass. This will involve running a series of benchmarks to determine the performance characteristics of the storage device.
Implementation Steps
- Develop a set of benchmarks to measure read/write speed, latency, etc.
- Implement a
VolumeClassifierservice that can run these benchmarks on a new Volume. - Based on the benchmark results, the classifier should automatically assign the correct
PhysicalClassto the Volume. - Provide a way for the user to override the automatic classification.
Acceptance Criteria
- The system can run performance benchmarks on a Volume.
- The system can automatically assign a
PhysicalClassto a Volume based on the benchmark results. - The user can manually change the
PhysicalClassof a Volume.