@@ -95,24 +95,25 @@ Create Image Datastore
9595
9696To 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
117118The 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