|
59 | 59 | <style type="text/css">code{white-space: pre;}</style> |
60 | 60 | <style type="text/css"> |
61 | 61 | pre > code.sourceCode { white-space: pre; position: relative; } |
62 | | -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } |
| 62 | +pre > code.sourceCode > span { line-height: 1.25; } |
63 | 63 | pre > code.sourceCode > span:empty { height: 1.2em; } |
64 | 64 | .sourceCode { overflow: visible; } |
65 | 65 | code.sourceCode > span { color: inherit; text-decoration: inherit; } |
|
70 | 70 | } |
71 | 71 | @media print { |
72 | 72 | pre > code.sourceCode { white-space: pre-wrap; } |
73 | | -pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } |
| 73 | +pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } |
74 | 74 | } |
75 | 75 | pre.numberSource code |
76 | 76 | { counter-reset: source-line 0; } |
@@ -206,6 +206,10 @@ <h2 id="storage_pools"><code>storage_pools</code></h2> |
206 | 206 | <li><p><code>type</code></p> |
207 | 207 | <p>This specifies the type of pool to manage. Valid values for |
208 | 208 | <code>type</code>: <code>lvm</code>.</p></li> |
| 209 | +<li><p><code>grow_to_fill</code></p> |
| 210 | +<p>When set, the pool Physical Volumes will be resized to match their |
| 211 | +respective device sizes. (e.g. after Virtual Machine disk size |
| 212 | +increase)</p></li> |
209 | 213 | <li><p><code>shared</code></p> |
210 | 214 | <p>If set to <code>true</code>, the role creates or manages a shared |
211 | 215 | volume group. Requires lvmlockd and dlm services configured and |
@@ -255,6 +259,16 @@ <h2 id="storage_pools"><code>storage_pools</code></h2> |
255 | 259 | <p>s the LUKS key size (in bytes).</p></li> |
256 | 260 | <li><p><code>encryption_luks_version</code></p> |
257 | 261 | <p>This integer specifies the LUKS version to use.</p></li> |
| 262 | +<li><p><code>encryption_clevis_pin</code></p> |
| 263 | +<p>For Stratis pools, the clevis method that should be used to encrypt |
| 264 | +the created pool. Accepted values are: <code>tang</code> and |
| 265 | +<code>tpm2</code></p></li> |
| 266 | +<li><p><code>encryption_tang_url</code></p> |
| 267 | +<p>When creating a Stratis pool encrypted via NBDE using a tang server, |
| 268 | +specifies the URL of the server.</p></li> |
| 269 | +<li><p><code>encryption_tang_thumbprint</code></p> |
| 270 | +<p>When creating a Stratis pool encrypted via NBDE using a tang server, |
| 271 | +specifies the thumbprint of the server.</p></li> |
258 | 272 | </ul> |
259 | 273 | <h2 id="storage_volumes"><code>storage_volumes</code></h2> |
260 | 274 | <p>The <code>storage_volumes</code> variable is a list of volumes to |
|
0 commit comments