From 0ed34b058bb8cf4c89c32ebd7f2455307a4098db Mon Sep 17 00:00:00 2001 From: Mikalai Kutouski Date: Fri, 12 Dec 2025 11:39:54 +0200 Subject: [PATCH 1/2] M #-: Add FE configuration reference for pureLVM SAN Signed-off-by: Mikalai Kutouski --- content/product/cluster_configuration/lvm/lvm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/product/cluster_configuration/lvm/lvm.md b/content/product/cluster_configuration/lvm/lvm.md index 0822a997c..686852bde 100644 --- a/content/product/cluster_configuration/lvm/lvm.md +++ b/content/product/cluster_configuration/lvm/lvm.md @@ -43,6 +43,9 @@ In case of rebooting the virtualization Host, the volumes need to be activated t 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/`. To prevent filling local disks, allocate plenty of space for these files. +## Front-end Configuration + +The Front-end needs to be configured as it's described in the corresponding section of [Generic SAN setup]({{% relref "generic_guide#front-end-configuration" %}}) ## OpenNebula Configuration From 17a4b36ea0d1ab88a65c4c1b88cb73f670d1ab36 Mon Sep 17 00:00:00 2001 From: Mikalai Kutouski Date: Sun, 14 Dec 2025 10:04:19 +0200 Subject: [PATCH 2/2] M #-: Re-order sections in SAN-LVM Signed-off-by: Mikalai Kutouski --- content/product/cluster_configuration/lvm/filemode.md | 5 ++++- content/product/cluster_configuration/lvm/generic_guide.md | 2 +- content/product/cluster_configuration/lvm/lvm.md | 4 ++-- content/product/cluster_configuration/lvm/netapp_guide.md | 2 +- .../product/cluster_configuration/lvm/purestorage_guide.md | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/content/product/cluster_configuration/lvm/filemode.md b/content/product/cluster_configuration/lvm/filemode.md index 6e2eeb419..aab38ad4d 100644 --- a/content/product/cluster_configuration/lvm/filemode.md +++ b/content/product/cluster_configuration/lvm/filemode.md @@ -6,7 +6,7 @@ description: categories: pageintoc: "72" tags: -weight: "3" +weight: "6" --- 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 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/`. Be sure that enough local space is present. +## Front-end Configuration + +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. ## OpenNebula Configuration diff --git a/content/product/cluster_configuration/lvm/generic_guide.md b/content/product/cluster_configuration/lvm/generic_guide.md index 0fc8372d6..3054a78ae 100644 --- a/content/product/cluster_configuration/lvm/generic_guide.md +++ b/content/product/cluster_configuration/lvm/generic_guide.md @@ -1,7 +1,7 @@ --- title: "SAN/LVM: Generic setup" linkTitle: "Generic SAN setup" -weight: "6" +weight: "4" --- diff --git a/content/product/cluster_configuration/lvm/lvm.md b/content/product/cluster_configuration/lvm/lvm.md index 686852bde..d943e49b1 100644 --- a/content/product/cluster_configuration/lvm/lvm.md +++ b/content/product/cluster_configuration/lvm/lvm.md @@ -6,7 +6,7 @@ description: categories: pageintoc: "72" tags: -weight: "2" +weight: "5" --- With LVM SAN Datastore (EE), both disks images and actual VM drives are stored as Logical Volumes @@ -45,7 +45,7 @@ Virtual Machine disks are symbolic links to the block devices. However, addition ## Front-end Configuration -The Front-end needs to be configured as it's described in the corresponding section of [Generic SAN setup]({{% relref "generic_guide#front-end-configuration" %}}) +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. ## OpenNebula Configuration diff --git a/content/product/cluster_configuration/lvm/netapp_guide.md b/content/product/cluster_configuration/lvm/netapp_guide.md index d9705b6de..6b71b81f5 100644 --- a/content/product/cluster_configuration/lvm/netapp_guide.md +++ b/content/product/cluster_configuration/lvm/netapp_guide.md @@ -1,7 +1,7 @@ --- title: "SAN/LVM: NetApp setup" linkTitle: "NetApp: SAN setup" -weight: "5" +weight: "3" --- 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. diff --git a/content/product/cluster_configuration/lvm/purestorage_guide.md b/content/product/cluster_configuration/lvm/purestorage_guide.md index 2a4c2573b..444d37919 100644 --- a/content/product/cluster_configuration/lvm/purestorage_guide.md +++ b/content/product/cluster_configuration/lvm/purestorage_guide.md @@ -1,7 +1,7 @@ --- title: "SAN/LVM: PureStorage setup" linkTitle: "PureStorage: SAN setup" -weight: "4" +weight: "2" --- 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.