From 113ecec18fb61dcbbc23944deac2ff6009ccd1f2 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 29 Jan 2026 22:43:18 -0500 Subject: [PATCH] Fix bad function definition --- daemon-common/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon-common/ceph.py b/daemon-common/ceph.py index 92bd909b..069b07ee 100644 --- a/daemon-common/ceph.py +++ b/daemon-common/ceph.py @@ -2486,7 +2486,7 @@ def osd_worker_remove_osd( ) -def osd_worker_add_db_vg(zkhandler, celery, device): +def osd_worker_add_db_vg(zkhandler, celery, node, device): # Set up stages current_stage = 0 total_stages = 4