modules/cluster: remove ceph mod/mgr/mds from server9

server9 sucks at the moment
This commit is contained in:
Astro 2023-05-25 22:54:59 +02:00
parent 222222c539
commit 87ddb8bbf2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ in {
ceph = if is2305 then pkgs.ceph_16_2 else pkgs.ceph;
in assert (lib.versions.majorMinor ceph.version) == "16.2"; ceph;
fsid = "a06b1061-ef09-46d6-a15f-2f8ce4d7d1bf";
mons = [ "server7" "server8" "server9" "server10" ];
mons = [ "server7" "server8" "server10" ];
mgrs = mons;
mdss = mons;
rbdPools.microvms = {