Skip to content

Commit

Permalink
F OpenNebula/one#5441: Add docs for SPARSE attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González committed Jul 1, 2021
1 parent 6a2b482 commit 180f97a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -5,5 +5,6 @@ Additional Configuration
* ``DD_BLOCK_SIZE``: Block size for `dd` operations (default: 64kB) could be set in ``/var/lib/one/remotes/etc/datastore/fs/fs.conf``.
* ``SUPPORTED_FS``: Comma-separated list with every filesystem supported for creating formatted datablocks. Can be set in ``/var/lib/one/remotes/etc/datastore/datastore.conf``.
* ``FS_OPTS_<FS>``: Options for creating the filesystem for formatted datablocks. Can be set in ``/var/lib/one/remotes/etc/datastore/datastore.conf`` for each filesystem type.
* ``SPARSE``: If set to ``NO`` the images created in the Datastore wont be sparsed.

.. warning:: Before adding a new filesystem to the ``SUPPORTED_FS`` list make sure that the corresponding ``mkfs.<fs_name>`` command is available in the Front-end and hypervisor Hosts. If an unsupported FS is used by the user the default one will be used.

0 comments on commit 180f97a

Please sign in to comment.