| # DataFvmVolumeConfig |
| |
| Configuration options for a data filesystem. |
| |
| <table> |
| <tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr> |
| <tr id="data_filesystem_format"> |
| <td><code>data_filesystem_format</code></td> |
| <td><code><a class='link' href="../DataFilesystemFormat">DataFilesystemFormat</code></td> |
| <td>Set to one of "minfs", "fxfs", "f2fs" (unstable). If set to anything other than "minfs", any existing minfs partition will be migrated in-place to the specified format when fshost mounts it. Set by products</td> |
| <td>fxfs</td> |
| </tr> |
| </table> |