From 8d7832284912f7b8aac45c1665cf5612090a6289 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 20 Jun 2024 14:34:05 -0500 Subject: [PATCH] Disable ceph for now --- hosts/jeremiah/ceph.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/jeremiah/ceph.nix b/hosts/jeremiah/ceph.nix index 7648761..25a2276 100644 --- a/hosts/jeremiah/ceph.nix +++ b/hosts/jeremiah/ceph.nix @@ -8,9 +8,9 @@ let baseConfig = import ../../ceph/home.nix; in { services.ceph-benaco = baseConfig // { - enable = true; + enable = false; monitor = { - enable = true; + enable = false; initialKeyring = ../../secrets/home.mon.keyring; nodeName = hostname; bindAddr = publicIp; @@ -20,7 +20,7 @@ in { osdAdvertisedPublicAddr = publicIp; osds = { osd1 = { - enable = true; + enable = false; bootstrapKeyring = ../../secrets/home.osd-bootstrap.keyring; id = 1; uuid = "c13bd2b1-cfc7-4966-8da5-d92356e87e06";