Skip to content

Commit

Permalink
Merge pull request #303 from mulkieran/additional-create-args
Browse files Browse the repository at this point in the history
Add additional arguments for pool creation
  • Loading branch information
mulkieran authored Jan 6, 2025
2 parents d842ceb + b1f8f53 commit aefbcba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ def pool_create(
devices,
(True, key_desc) if key_desc is not None else (False, ""),
(True, clevis_info) if clevis_info is not None else (False, ("", "")),
(False, 0),
(False, ""),
(False, 0),
timeout=StratisDbus._TIMEOUT,
)

Expand Down

0 comments on commit aefbcba

Please sign in to comment.