Skip to content

Commit f724be2

Browse files
mattrowe-opennebula1gramos
authored andcommitted
F OpenNebula/one#7632: DS migration docs (#638)
This PR introduces a new section to Product > Workload Operation > Virtual Machines > Instances for Virtual Machine Datastore Migration, with links in whats_new.md and the Storage System Overview. Co-authored-by: Guillermo Ramos <gramos@opennebula.io> (cherry picked from commit cc876c9)
1 parent e4cf91c commit f724be2

3 files changed

Lines changed: 208 additions & 152 deletions

File tree

content/product/cloud_system_administration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Cloud System Administration"
33
date: "2025-02-17"
4-
description: "Cloud System Administration involves management to achieve and maintain an effective control of your cloud infrastructure according to your specific needs. The guides in this section cover security, administration of resources, and leveraging usage forecasts for performance optimization and costs savings."
4+
description: "Cloud System Administration involves the management and control of your cloud infrastructure according to your specific needs. The guides in this section cover security, administration of resources, and leveraging usage forecasts for performance optimization and costs savings."
55
categories:
66
pageintoc: "111"
77
tags:

content/product/cluster_configuration/storage_system/overview.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@ Storage in OpenNebula is designed around the concept of datastores. A datastore
3030

3131
{{< image path="/images/datastoreoverview.svg" alt="Overview of Storage Design based on Datastores" align="center" width="60%" mb="20px" border="false" >}}
3232

33-
## Driver Types
34-
35-
36-
3733
## Storage portfolio
3834

39-
| Use case | Description | Shared | Disk Format | Disk snapshots | VM snapshots | Storage migration | Fault tolerance | HV | Availability |
35+
| Use case | Description | Shared | Disk Format | Disk snapshots | VM snapshots | [Storage migration]({{% relref "/product/virtual_machines_operation/virtual_machines/vm_instances/#virtual-machine-datastore-migration" %}}) | Fault tolerance | HV | Availability |
4036
| -- | -- | -- | -- | -- | -- | -- | -- | -- | -- |
4137
| [Local storage]({{% relref "local_ds" %}}) | Images stored in Front-end* and transferred to hosts via<br/>SSH on instantiation. | no | raw/qcow2 | yes | yes | poweroff/live | no | KVM/LXC | EE/CE |
4238
| [NFS/NAS]({{% relref "nas_ds" %}}) | Images stored in a NFS share, activated directly. | yes | raw/qcow2 | yes | yes | poweroff/live | yes | KVM/LXC | EE/CE |
@@ -53,6 +49,8 @@ Storage in OpenNebula is designed around the concept of datastores. A datastore
5349

5450
<sup>\*\*\*</sup> Images stored on the frontend just contain metadata. The filesystems to mount should be present and available on the hosts.
5551

52+
For details on performing **datastore migrations**, refer to the [datastore migration section of the Virtual Machines Operation Documentation]({{% relref "product/virtual_machines_operation/virtual_machines/vm_instances/#virtual-machine-datastore-migration" %}}).
53+
5654
### Other storage options
5755

5856
As an admin, restrict the usage of some storage options because these give low-level access to hosts and could become a serious security risk. Please read carefully the corresponding documentation before using them:

0 commit comments

Comments
 (0)