3 comments

  • crabmusket4 hours ago
    Oxide&#x27;s trust quorum approach is also discussed on this podcast episode:<p><a href="https:&#x2F;&#x2F;oxide-and-friends.transistor.fm&#x2F;episodes&#x2F;building-a-quorum-of-trust-in-the-oxide-rack" rel="nofollow">https:&#x2F;&#x2F;oxide-and-friends.transistor.fm&#x2F;episodes&#x2F;building-a-...</a>
  • benmmurphy58 minutes ago
    Is there any concern in this scheme with losing access to storage either temporarily or permanently due to losing access to key shares?
  • orielhaim1 hour ago
    The bit I liked most is wrapping the old rack secret under a key derived from the new epoch so prepare can hand out shares without unlocking until commit<p>That tension between needing both secrets for ZFS rekey and only serving shares for the committed epoch is a real distributed systems headache and this is a clean way out of it