Skip to content

Commit a0a9769

Browse files
authored
M #-: SaN LVM reordered (#475)
Re-ordered structure of SAN LVM section as well as introduced FE configuration part which is reference to corresponding supported SAN types. Signed-off-by: Mikalai Kutouski <[email protected]>
1 parent e46b2ca commit a0a9769

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

content/product/cluster_configuration/lvm/filemode.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
categories:
77
pageintoc: "72"
88
tags:
9-
weight: "3"
9+
weight: "6"
1010
---
1111

1212
In this setup, disk images are stored in file format, such as raw and qcow2, in the Image Datastore,
@@ -40,6 +40,9 @@ In case of rebooting the virtualization Host, the volumes need to be activated t
4040

4141
Virtual Machine disks are symbolic links to the block devices. However, additional VM files like checkpoints or deployment files are stored under `/var/lib/one/datastores/<id>`. Be sure that enough local space is present.
4242

43+
## Front-end Configuration
44+
45+
The Front-end needs to be configured as it’s described in the corresponding section of either [PureStorage]({{% relref "purestorage_guide#front-end-and-hosts-configuration" %}}), [NetApp]({{% relref "netapp_guide#front-end-and-host-configuration" %}}) or [Generic SAN]({{% relref "generic_guide#front-end-configuration" %}}) depending on the SAN type you have.
4346

4447
## OpenNebula Configuration
4548

content/product/cluster_configuration/lvm/generic_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SAN/LVM: Generic setup"
33
linkTitle: "Generic SAN setup"
4-
weight: "6"
4+
weight: "4"
55
---
66

77

content/product/cluster_configuration/lvm/lvm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
categories:
77
pageintoc: "72"
88
tags:
9-
weight: "2"
9+
weight: "5"
1010
---
1111

1212
With LVM SAN Datastore (EE), both disks images and actual VM drives are stored as Logical Volumes
@@ -43,6 +43,9 @@ In case of rebooting the virtualization Host, the volumes need to be activated t
4343

4444
Virtual Machine disks are symbolic links to the block devices. However, additional VM files like checkpoints or deployment files are stored under `/var/lib/one/datastores/<id>`. To prevent filling local disks, allocate plenty of space for these files.
4545

46+
## Front-end Configuration
47+
48+
The Front-end needs to be configured as it’s described in the corresponding section of either [PureStorage]({{% relref "purestorage_guide#front-end-and-hosts-configuration" %}}), [NetApp]({{% relref "netapp_guide#front-end-and-host-configuration" %}}) or [Generic SAN]({{% relref "generic_guide#front-end-configuration" %}}) depending on the SAN type you have.
4649

4750
## OpenNebula Configuration
4851

content/product/cluster_configuration/lvm/netapp_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SAN/LVM: NetApp setup"
33
linkTitle: "NetApp: SAN setup"
4-
weight: "5"
4+
weight: "3"
55
---
66

77
This setup assumes you are using NetApp ONTAP with iSCSI and are trying to use it as a backend for one of OpenNebula's [LVM datastore options]({{% relref "." %}}). The configuration uses standard volume and host mappings. If you are familiar with the NetApp ONTAP interface and its functionality, create the required resources as desired.

content/product/cluster_configuration/lvm/purestorage_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SAN/LVM: PureStorage setup"
33
linkTitle: "PureStorage: SAN setup"
4-
weight: "4"
4+
weight: "2"
55
---
66

77
This setup assumes you are using a PureStorage FlashArray with iSCSI and want to use it as a backend for one of OpenNebula's [LVM datastore options]({{% relref "." %}}). The configuration uses standard volume and host mappings. If you are familiar with the PureStorage interface, create the required resources as desired.

0 commit comments

Comments
 (0)