From 611d07108f87123bc35fc661874194c46308f7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 20 May 2023 00:39:02 +0200 Subject: [PATCH] ceph: widen assertion patch updates are okay --- modules/cluster/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cluster/default.nix b/modules/cluster/default.nix index 93eca954..6f24c0bd 100644 --- a/modules/cluster/default.nix +++ b/modules/cluster/default.nix @@ -82,7 +82,7 @@ in { deploy.customizationModule = ./customization; # Ceph storage cluster configuration - storage.ceph = assert pkgs.ceph.version == "16.2.10"; rec { + storage.ceph = assert lib.versions.majorMinor pkgs.ceph.version == "16.2"; rec { fsid = "a06b1061-ef09-46d6-a15f-2f8ce4d7d1bf"; mons = [ "server8" "server9" "server10" ]; mgrs = mons;