Skip to content

Commit

Permalink
Change StartPool invocation for new revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jul 15, 2024
1 parent 31a1e3c commit dc1905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit dc1905e

Please sign in to comment.