John Baublitz

Results 47 issues of John Baublitz

Related to stratis-storage/libcryptsetup-rs#228

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

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...

@mulkieran While working on #2355, I noticed that a lot of our destroy methods take `&mut self`. Would it make more sense here to use `self` and let Rust's ownership...

We need to determine the performance difference between encrypted and unencrypted cache. We may also want to measure encrypted and unencrypted devices just as a baseline.

This would be very useful for recovery operations.

Now that zbus has matured, we should take another look at it given that the async support seems to work quite nicely with what we're trying to accomplish in #2573....

Related #2777 We should discuss this because it would make recovery easier if rollback does fail. It would allow easy manual intervention to restore the rollback and get the pool...