Skip to content

Commit eff147d

Browse files
committed
Update introspection data
Signed-off-by: mulhern <[email protected]>
1 parent 5703023 commit eff147d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/stratis_cli/_actions/_introspect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<arg name="clevis_info" type="(b(ss))" direction="in" />
1616
<arg name="journal_size" type="(bt)" direction="in" />
1717
<arg name="tag_spec" type="(bs)" direction="in" />
18+
<arg name="allocate_superblock" type="(bb)" direction="in" />
1819
<arg name="result" type="(b(oao))" direction="out" />
1920
<arg name="return_code" type="q" direction="out" />
2021
<arg name="return_string" type="s" direction="out" />

src/stratis_cli/_actions/_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def create_pool(namespace): # pylint: disable=too-many-locals
201201
),
202202
"journal_size": (True, namespace.journal_size.magnitude.numerator),
203203
"tag_spec": (True, namespace.tag_spec),
204+
"allocate_superblock": (False, False),
204205
},
205206
)
206207

0 commit comments

Comments
 (0)