We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ceb819 + 617c322 commit 4c87030Copy full SHA for 4c87030
2 files changed
src/stratis_cli/_actions/_introspect.py
@@ -10,7 +10,6 @@
10
<interface name="org.storage.stratis3.Manager.r5">
11
<method name="CreatePool">
12
<arg name="name" type="s" direction="in" />
13
- <arg name="redundancy" type="(bq)" direction="in" />
14
<arg name="devices" type="as" direction="in" />
15
<arg name="key_desc" type="(bs)" direction="in" />
16
<arg name="clevis_info" type="(b(ss))" direction="in" />
src/stratis_cli/_actions/_pool.py
@@ -185,7 +185,6 @@ def create_pool(namespace): # pylint: disable=too-many-locals
185
proxy,
186
{
187
"name": pool_name,
188
- "redundancy": (True, 0),
189
"devices": blockdevs,
190
"key_desc": (
191
(True, namespace.key_desc)
0 commit comments