File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments