From dc1905ed954136fb206daf457f7a4c6074665dda Mon Sep 17 00:00:00 2001 From: John Baublitz Date: Fri, 31 May 2024 20:01:07 -0400 Subject: [PATCH] Change StartPool invocation for new revision --- testlib/dbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testlib/dbus.py b/testlib/dbus.py index 6c26d3c..40a07f5 100644 --- a/testlib/dbus.py +++ b/testlib/dbus.py @@ -256,7 +256,7 @@ def pool_start(id_string, id_type): StratisDbus._MNGR_IFACE, ) - return manager_iface.StartPool(id_string, id_type, (False, "")) + return manager_iface.StartPool(id_string, id_type, (False, ""), (False, 0)) @staticmethod def pool_stop(id_string, id_type):