stratisd
stratisd copied to clipboard
Easy to use local storage management for Linux.
Update the build dependencies for devicemapper-rs to reference the bmr-udev-sync branch and include `ilbdevmapper.h` in the dependencies for CI environments.
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.
Related to stratis-storage/libcryptsetup-rs#228
Closes #3078
We should leave the ability to start by UUID, but if we have a complete pool, we should also allow starting by name. This can be accomplished on the crypt...
Related https://github.com/stratis-storage/project/issues/50
It is possible to create a deadlock between XFS, dm-thin, and the Linux loopback driver by creating a file in a thin-backed file system, and then binding it to a...
Related https://github.com/stratis-storage/project/issues/383
it does nothing.
While we don't really need to worry about retries for our keyring implementation or Clevis with TPM2, we should consider taking the CoreOS team's advice to make it slightly more...