Loading
ceph: workaround broken mgr modules
This is yet another incarnation of https://tracker.ceph.com/issues/64213 which was fixed for cryptography specifically (thus fixing dashboard) but since our bcrypt update https://github.com/NixOS/nixpkgs/pull/291195 every module broke for the same reason Until upstream manages to get this fixed permanently, I don't see that we can do much but "vendor" in these old deps. It may be possible to more delicately patch the rust package underneath bcrypt, but I'm not sure how