Skip to content

Commit

Permalink
B OpenNebula/one#6487: Updated Local Storage Datastore (#2894)
Browse files Browse the repository at this point in the history
- Added note on QCOW2_OPTIONS attribute
- Fixed typo

Signed-off-by: Alejandro Mosteiro <amosteiro@opennebula.io>
(cherry picked from commit a2d615a)
  • Loading branch information
Aletibazo authored and tinova committed Apr 15, 2024
1 parent 561d67e commit e395f33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/open_cluster_deployment/storage_setup/local_ds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ Also note that there are additional attributes that can be set. Check the :ref:`

.. include:: qcow2_options.txt

.. note:: When using a Local Storage Datastore the ``QCOW2_OPTIONS`` attribute is ignored since the cloning script uses the ``tar`` command instead of ``qemu-img``.

Datastore Internals
================================================================================

.. include:: internals_fs_common.txt

In the this case, the System Datastore is distributed among the Hosts. The **ssh** transfer driver uses the Hosts' local storage to place the images of running Virtual Machines. All the operations are then performed locally but images have to always be copied to the Hosts, which in turn can be a very resource-demanding operation.
In this case, the System Datastore is distributed among the Hosts. The **ssh** transfer driver uses the Hosts' local storage to place the images of running Virtual Machines. All the operations are then performed locally but images have to always be copied to the Hosts, which in turn can be a very resource-demanding operation.

|image2|

Expand Down

0 comments on commit e395f33

Please sign in to comment.