oxidecomputer / crucible

A storage service.
Mozilla Public License 2.0
166 stars 17 forks source link

Crutest now Volume only #1479

Closed leftwo closed 2 days ago

leftwo commented 2 days ago

Switch crutest to just use a Volume instead of a BlockIO. Renamed all the things named block_io to volume

This should be no functional change to anything.

Once we roll this in, we can then make Volume specific methods to access details and not have to leak abstractions through the BlockIO trait.