From 234267e6a1dc2976a41093c666eaa92a7b8529ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Sun, 18 Aug 2024 21:12:36 +0000 Subject: [PATCH] ceph: Fix missing patch for Ceph with dmcrypt. Fixes #334975 --- pkgs/tools/filesystems/ceph/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix index a923f098f090..00ace862ebd5 100644 --- a/pkgs/tools/filesystems/ceph/default.nix +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -323,6 +323,11 @@ in rec { name = "ceph-reef-ceph-volume-fix-set_dmcrypt_no_workqueue.patch"; hash = "sha256-r+7hcCz2WF/rJfgKwTatKY9unJlE8Uw3fmOyaY5jVH0="; }) + (fetchpatch { + url = "https://github.com/ceph/ceph/commit/607eb34b2c278566c386efcbf3018629cf08ccfd.patch"; + name = "ceph-volume-fix-set_dmcrypt_no_workqueue-regex.patch"; + hash = "sha256-q28Q7OIyFoMyMBCPXGA+AdNqp+9/6J/XwD4ODjx+JXY="; + }) ]; postPatch = ''