Skip to content

Commit 4c87030

Browse files
authored
Merge pull request #945 from mulkieran/project_issue_399
Remove remaining traces of redundancy option
2 parents 3ceb819 + 617c322 commit 4c87030

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/stratis_cli/_actions/_introspect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<interface name="org.storage.stratis3.Manager.r5">
1111
<method name="CreatePool">
1212
<arg name="name" type="s" direction="in" />
13-
<arg name="redundancy" type="(bq)" direction="in" />
1413
<arg name="devices" type="as" direction="in" />
1514
<arg name="key_desc" type="(bs)" direction="in" />
1615
<arg name="clevis_info" type="(b(ss))" direction="in" />

src/stratis_cli/_actions/_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def create_pool(namespace): # pylint: disable=too-many-locals
185185
proxy,
186186
{
187187
"name": pool_name,
188-
"redundancy": (True, 0),
189188
"devices": blockdevs,
190189
"key_desc": (
191190
(True, namespace.key_desc)

0 commit comments

Comments
 (0)