diff --git a/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst b/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst index 65cc86d426..02e7003e2f 100644 --- a/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst +++ b/source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst @@ -13,6 +13,7 @@ The following new features have been backported in the Sunstone Web UI to 6.10.5 The following issues has been solved in 6.10.5: +- `Fix an issue with fs_lvm_ssh not honoring BRIDGE_LIST in the image datastore `__. - `Fix validation issue during Group + Group Admin creation at the same time `__. - `Fix scheduler allocation for VMs with NUMA pinning enabled `__. - `Fix user_inputs order not considered when instantiating a template through the CLI `__. diff --git a/source/open_cluster_deployment/storage_setup/lvm_drivers.rst b/source/open_cluster_deployment/storage_setup/lvm_drivers.rst index e2db3b0d81..80dd51893b 100644 --- a/source/open_cluster_deployment/storage_setup/lvm_drivers.rst +++ b/source/open_cluster_deployment/storage_setup/lvm_drivers.rst @@ -95,24 +95,25 @@ Create Image Datastore To create a new LVM Image Datastore, you need to set following (template) parameters: -+-----------------+---------------------------------------------------------------------------------------------+ -| Attribute | Description | -+=================+=============================================================================================+ -| ``NAME`` | Name of Datastore | -+-----------------+---------------------------------------------------------------------------------------------+ -| ``TYPE`` | ``IMAGE_DS`` | -+-----------------+---------------------------------------------------------------------------------------------+ -| ``DS_MAD`` | ``fs`` | -+-----------------+---------------------------------------------------------------------------------------------+ -| ``TM_MAD`` | ``fs_lvm`` for NFS mode | -| +---------------------------------------------------------------------------------------------+ -| | ``fs_lvm_ssh`` for SSH mode | -+-----------------+---------------------------------------------------------------------------------------------+ -| ``DISK_TYPE`` | ``BLOCK`` | -+-----------------+---------------------------------------------------------------------------------------------+ -| ``BRIDGE_LIST`` | List of Hosts with access to the LV. **NOT** needed if the Front-end is configured to access| -| | the LVs. | -+-----------------+---------------------------------------------------------------------------------------------+ ++------------------+----------------------------------------------------------------------------------------------+ +| Attribute | Description | ++==================+==============================================================================================+ +| ``NAME`` | Name of Datastore | ++------------------+----------------------------------------------------------------------------------------------+ +| ``TYPE`` | ``IMAGE_DS`` | ++------------------+----------------------------------------------------------------------------------------------+ +| ``DS_MAD`` | ``fs`` | ++------------------+----------------------------------------------------------------------------------------------+ +| ``TM_MAD`` | ``fs_lvm`` for NFS mode | ++------------------+----------------------------------------------------------------------------------------------+ +| | ``fs_lvm_ssh`` for SSH mode | ++------------------+----------------------------------------------------------------------------------------------+ +| ``DISK_TYPE`` | ``BLOCK`` | ++------------------+----------------------------------------------------------------------------------------------+ +|| ``BRIDGE_LIST`` || List of Hosts with access to the file system where image files are stored before dumping to | +|| || LVs. | ++------------------+----------------------------------------------------------------------------------------------+ + The following examples illustrate the creation of an LVM datastore using a template. In this case we will use the Host ``host01`` as one of our OpenNebula LVM-enabled Hosts.