From 904754e05970e217f156440260f032e12a6cd4ad Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 24 Apr 2026 06:46:29 -0500 Subject: [PATCH] fix: re-enable scheduling on Zeke disk replacement --- manifests/auto/nodes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/auto/nodes.yaml b/manifests/auto/nodes.yaml index 3c23723..83fe699 100644 --- a/manifests/auto/nodes.yaml +++ b/manifests/auto/nodes.yaml @@ -40,7 +40,7 @@ metadata: }, { "path": "/mnt/disk1", - "allowScheduling": false, + "allowScheduling": true, "tags": ["hdd", "large"] } ]