Skip to content

Commit

Permalink
Merge pull request #263 from jbaublitz/fix-start-pool
Browse files Browse the repository at this point in the history
Change StartPool invocation for new revision
  • Loading branch information
mulkieran authored Jul 22, 2024
2 parents 31a1e3c + dc1905e commit 3d42a93
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 3d42a93

Please sign in to comment.