Skip to content

Commit 1cb9b52

Browse files
committed
F OpenNebula/one#7070: Update resolved issues
1 parent 51cf505 commit 1cb9b52

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

source/intro_release_notes/release_notes_enterprise/resolved_issues_6105.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following new features have been backported in the Sunstone Web UI to 6.10.5
1313

1414
The following issues has been solved in 6.10.5:
1515

16+
- `Fix an issue with fs_lvm_ssh not honoring BRIDGE_LIST in the image datastore <https://github.com/OpenNebula/one/issues/7070>`__.
1617

1718
The following issues have been solved in the Sunstone Web UI:
1819

source/open_cluster_deployment/storage_setup/lvm_drivers.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,25 @@ Create Image Datastore
9595

9696
To create a new LVM Image Datastore, you need to set following (template) parameters:
9797

98-
+-----------------+---------------------------------------------------------------------------------------------+
99-
| Attribute | Description |
100-
+=================+=============================================================================================+
101-
| ``NAME`` | Name of Datastore |
102-
+-----------------+---------------------------------------------------------------------------------------------+
103-
| ``TYPE`` | ``IMAGE_DS`` |
104-
+-----------------+---------------------------------------------------------------------------------------------+
105-
| ``DS_MAD`` | ``fs`` |
106-
+-----------------+---------------------------------------------------------------------------------------------+
107-
| ``TM_MAD`` | ``fs_lvm`` for NFS mode |
108-
| +---------------------------------------------------------------------------------------------+
109-
| | ``fs_lvm_ssh`` for SSH mode |
110-
+-----------------+---------------------------------------------------------------------------------------------+
111-
| ``DISK_TYPE`` | ``BLOCK`` |
112-
+-----------------+---------------------------------------------------------------------------------------------+
113-
| ``BRIDGE_LIST`` | List of Hosts with access to the LV. **NOT** needed if the Front-end is configured to access|
114-
| | the LVs. |
115-
+-----------------+---------------------------------------------------------------------------------------------+
98+
+------------------+----------------------------------------------------------------------------------------------+
99+
| Attribute | Description |
100+
+==================+==============================================================================================+
101+
| ``NAME`` | Name of Datastore |
102+
+------------------+----------------------------------------------------------------------------------------------+
103+
| ``TYPE`` | ``IMAGE_DS`` |
104+
+------------------+----------------------------------------------------------------------------------------------+
105+
| ``DS_MAD`` | ``fs`` |
106+
+------------------+----------------------------------------------------------------------------------------------+
107+
| ``TM_MAD`` | ``fs_lvm`` for NFS mode |
108+
+------------------+----------------------------------------------------------------------------------------------+
109+
| | ``fs_lvm_ssh`` for SSH mode |
110+
+------------------+----------------------------------------------------------------------------------------------+
111+
| ``DISK_TYPE`` | ``BLOCK`` |
112+
+------------------+----------------------------------------------------------------------------------------------+
113+
|| ``BRIDGE_LIST`` || List of Hosts with access to the file system where image files are stored before dumping to |
114+
|| || LVs. |
115+
+------------------+----------------------------------------------------------------------------------------------+
116+
116117

117118
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.
118119

0 commit comments

Comments
 (0)