mulkieran
mulkieran
I believe that we will be able to drop our dependency on crossbeam at that time, as Rust 1.63 introduces support for scoped threads.
it does nothing.
The problem was identified via an experiment using dm-delay to slow down writes to underlying block devices. The interesting thing that was noticed was the large quantity of synchronous sector-by-sector...
We need the ability to write the data to arbitrarily chosen locations on a device, for backup or for other uses. Right now, the metadata is implicitly offset from 0....
Related https://github.com/stratis-storage/project/issues/335
We could just use the Debug implementation, or we could do something else. But we might as well be consistent.
This leaves the thinpool suspended for a shorter time. We had at one time a PR for this: https://github.com/stratis-storage/stratisd/pull/1224, but it has been made obsolete by subsequent work.
Closes: https://github.com/stratis-storage/stratisd/issues/1968 * Does check for an empty list of devices earlier in ```init_cache``` and ```create_pool``` methods. The idea is to treat an empty list as much as possible as...