John Baublitz
                                            John Baublitz
                                        
                                    We are unlikely to use an out of tree solution, but would be open to evaluating dm-X if it ever gets merged into the mainline kernel. Our current discussions are...
> > We are unlikely to use an out of tree solution, but would be open to evaluating dm-X if it ever gets merged into the mainline kernel. Our current...
@mulkieran @drckeefe I *think* this is resolved by the `RefreshState` work. If the issue is corrected, the failure state should be cleared once the state is refreshed.
@mulkieran Do you think this is a good candidate for @bmr-cymru?
Absolutely. `blkid` does not seem able to detect this. So far we've discovered two ways that we can detect a multipath member. 1. Rely on udev. We already do this...
@seanmonstar I was just about to open a similar issue for this. As you're looking for a PR, do you have preferences around what this API would look like or...
@seanmonstar My initial thoughts are, for starters, to provide `From` implementations from `native_tls::TlsStream` to `hyper_tls::TlsStream` and `hyper_tls::MaybeHttpsStream`. Even that would suffice for usage in the `Server` struct `I` type parameter...
PR #28 created. Lemme know if you have any feedback there. Thanks!
I've gotten a working example with `MaybeHttpsStream`. It definitely needs some work as it is currently very verbose. Should I post my findings here or open a new issue?
@uncotion [Here](https://github.com/jbaublitz/miss-demeanor/blob/89de7871c376170a49bbc1d50aec09f1ef78e741/src/webhook.rs) is a working example of a TLS server using the updated `From` trait additions.