Skip to content

Commit

Permalink
Include forgotten GrowPhysicalDevice method
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 12, 2023
1 parent 8f025fe commit 60daf5b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/dbus/pool.xml
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,14 @@
<arg name="return_code" type="q" direction="out" />
<arg name="return_string" type="s" direction="out" />
</method>
<!-- Extend the data size of a pool. -->
<method name="GrowPhysicalDevice">
<!-- UUID of data device belonging to pool to extend. -->
<arg name="dev" type="s" direction="in" />
<arg name="results" type="(bas)" direction="out" />
<arg name="return_code" type="q" direction="out" />
<arg name="return_string" type="s" direction="out" />
</method>
<!-- Initialize a cache. -->
<method name="InitCache">
<!-- List of devices to initialize the cache with. -->
Expand Down Expand Up @@ -968,6 +976,14 @@
<arg name="return_code" type="q" direction="out" />
<arg name="return_string" type="s" direction="out" />
</method>
<!-- Extend the data size of a pool. -->
<method name="GrowPhysicalDevice">
<!-- UUID of data device belonging to pool to extend. -->
<arg name="dev" type="s" direction="in" />
<arg name="results" type="(bas)" direction="out" />
<arg name="return_code" type="q" direction="out" />
<arg name="return_string" type="s" direction="out" />
</method>
<!-- Initialize a cache. -->
<method name="InitCache">
<!-- List of devices to initialize the cache with. -->
Expand Down Expand Up @@ -1191,6 +1207,14 @@
<arg name="return_code" type="q" direction="out" />
<arg name="return_string" type="s" direction="out" />
</method>
<!-- Extend the data size of a pool. -->
<method name="GrowPhysicalDevice">
<!-- UUID of data device belonging to pool to extend. -->
<arg name="dev" type="s" direction="in" />
<arg name="results" type="(bas)" direction="out" />
<arg name="return_code" type="q" direction="out" />
<arg name="return_string" type="s" direction="out" />
</method>
<!-- Initialize a cache. -->
<method name="InitCache">
<!-- List of devices to initialize the cache with. -->
Expand Down

0 comments on commit 60daf5b

Please sign in to comment.