Skip to content

Commit 45df495

Browse files
authored
Merge pull request #7981 from ovh/hb-reversbility-storage
Hb reversibility storage for 3 products : file storage , cold storage and 3az object storage
2 parents 664146c + 84b8eb4 commit 45df495

File tree

10 files changed

+391
-0
lines changed

10 files changed

+391
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: File Storage reversibility policy
3+
updated: 2025-06-13
4+
---
5+
6+
## Objective
7+
8+
This document outlines the reversibility policy for the product File Storage covering OVHcloud offers: Enterprise File Storage and NAS-HA.
9+
10+
This policy aims at implementing the global reversibility principles and requirements of SWIPO IaaS Code of Conduct for Cloud Providers.
11+
12+
## Features map
13+
14+
Product features are divided into three categories:
15+
16+
- The **core features** for which we guarantee the ability to migrate.
17+
- The **OVHcloud implementation**, whose migration will require adaptations to a new environment.
18+
- **Specific functionalities**, whose migration as such is impossible to guarantee as they are tied to OVHcloud environment or specific developments.
19+
20+
### Core features
21+
22+
|Feature|Description|Available formats|Migration model|Available documentation|
23+
|---|---|---|---|---|
24+
| **NFSv3 Protocol** | Universal access via NFSv3, compatible with all systems supporting this protocol. | Enterprise File Storage: NFSv3<br>NAS-HA: NFSv3+v4 | **Incoming**: Direct mount on OVHcloud or external servers via NFSv3, file copy using standard tools (rsync, cp, etc.).<br>**Outgoing**: Unmount volume, copy files via NFSv3 to any compatible storage. | [File Storage documentation](/products/storage-file-storage) |
25+
| **Manual/Automatic Snapshots** | Snapshot creation/restore for backup or point-in-time recovery. | NFSv3 | **Incoming**: Copy data from snapshot using tools like rsync.<br>**Outgoing**: Export restored data using rsync or similar tools. | [File Storage documentation](/products/storage-file-storage) |
26+
| **Multi-Server Access** | Simultaneous mounting on multiple servers (Linux/Unix/VMs). | NFSv3 | **Incoming**: Mount on all relevant OVHcloud servers.<br>**Outgoing**: Unmount, then remount on the target if NFSv3-compatible. | [File Storage documentation](/products/storage-file-storage) |
27+
28+
### OVHcloud implementation
29+
30+
|Feature|Description|Available formats|Migration model|Available documentation|
31+
|---|---|---|---|---|
32+
| **vRack** | The vRack (virtual rack) is a private VLAN technology that allows interconnection between OVHcloud services. | N/A | **Incoming**: Hosted Private Cloud services are included by default in the vRack. <br> **Outgoing**: Document the network architecture and replicate it using VLANs on the target environment. | [V(x)LAN creation](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/creation_vlan)<br>[File Storage vRack](https://labs.ovhcloud.com/en/enterprise-file-storage-vrack/) |
33+
| **ACL and Permission Management**| POSIX/ACL permissions are managed at the file system level. | IP ACL | **Incoming**: Manual adaptation of permissions during file transfer, whitelist IP for access, then client manages POSIX rights. <br> **Outgoing**: Export files, then reconfigure permissions on the target according to its POSIX compatibility. |[File Storage documentation](/products/storage-file-storage). |
34+
35+
### Specific functionalities
36+
37+
|Feature|Description|Available formats|Migration model|Available documentation|
38+
|---|---|---|---|---|
39+
|**Anti-DDoS**| The anti-DDoS is a set of equipment and means put in place to absorb distributed denial of service attacks. It includes an analysis of traffic, the "aspiration" towards a specialized network and mitigation, ensured by VAC technology developed by OVHcloud.|N/A|**Incoming**: The Anti-DDoS is a component of our infrastructure, enabled by default. No action is required.<br><br>**Outbound migration**: Order and configure an anti-DDoS with the new provider.|[OVHcloud anti-DDoS protection](/links/security/ddos)<br><br>[Anti-DDoS Technology](/links/security/ddos)|
40+
| **Management via the OVHcloud Control Panel** | OVHcloud-managed service with a proprietary graphical interface and APIs for managing volumes and snapshots. | N/A | **Incoming**: Not applicable. <br> **Outgoing**: Scripts/APIs need to be rewritten for the target; manual management may be required. | [File Storage documentation](/products/storage-file-storage) |
41+
42+
## Architecture listing
43+
44+
OVHcloud's File Storage relies on NetApp® ONTAP® (Enterprise File Storage) or OpenZFS (NAS-HA) depending on the offer. The architecture is active-active, with redundancy across two nodes and local data replication to ensure high availability. Volumes are accessible via NFSv3 or NFSv4, depending on the commercial offer, and can be mounted on multiple servers, with the option for automatic/manual snapshots and private network integration via vRack.
45+
46+
## Partner services
47+
48+
OVHcloud partners are listed with the keyword "Cloud Migration" in the [dedicated directory](/links/partner).
49+
50+
OVHcloud also offers a dedicated service: [OVHcloud Professional Services](/links/professional-services).
51+
52+
## Cost and fees
53+
54+
No termination fees: There is no additional charge by default for data migration. Billing stops as soon as the service is terminated.
55+
Payment is made at the beginning of the month, and refunds are not possible if the service is terminated during the month. The same applies to commitments for 12, 24, or 36 months.
56+
57+
## Retention of data after contract termination
58+
59+
Data is deleted upon service termination and cannot be recovered. To prevent data loss, an export must be performed before termination.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Politique de réversibilité du Produit File Storage
3+
updated: 2025-06-13
4+
---
5+
6+
## Objectif
7+
8+
Ce document présente la politique de réversibilité du produit File Storage couvrant les offres OVHcloud suivantes : Enterprise File Storage et NAS-HA.
9+
10+
Cette politique vise à mettre en œuvre les principes de réversibilité mondiaux et les exigences du code de conduite SWIPO IaaS pour les fournisseurs de cloud.
11+
12+
## Carte des fonctionnalités
13+
14+
Les fonctionnalités du nom du produit sont réparties en trois catégories :
15+
16+
- Les **fonctionnalités principales** pour lesquelles nous garantissons la possibilité de migrer6.
17+
- L'**implémentation OVHcloud**, dont la migration nécessitera des adaptations à un nouvel environnement.
18+
- Les **fonctionnalités spécifiques**, dont la migration en tant que telle est impossible à garantir car elles sont liées à l'environnement OVHcloud ou à des développements spécifiques.
19+
20+
### Fonctionnalités principales
21+
22+
|Fonctionnalité|Description|Formats disponibles|Modèle de migration|Documentation disponible|
23+
|---|---|---|---|---|
24+
| **Protocole NFSv3** | Accès universel via NFSv3, compatible avec tous les systèmes supportant ce protocole. | NetApp : NFSv3<br>NAS-HA : NFSv3+v4 | **Entrant** : montage direct sur serveurs OVHcloud ou externes via NFSv3, copie de fichiers à l’aide d’outils standard (rsync, cp, etc.).<br>**Sortant** : démontage du volume, copie des fichiers via NFSv3 vers n’importe quel stockage compatible. | [Documentation File Storage](/products/storage-file-storage) |
25+
| **Snapshots Manuels/Automatiques** | Création/restauration de snapshots pour la sauvegarde ou la restauration instantanée. | NFSv3 | **Entrant** : copiez les données du snapshot à l’aide d’outils tels que rsync.<br>**Sortant** : Export les données restaurées à l’aide de rsync ou d’outils similaires. | [Documentation File Storage](/products/storage-file-storage) |
26+
| **Accès multi-serveurs** | Montage simultané sur plusieurs serveurs (Linux/Unix/VMs). | NFSv3 | **Entrant** : montage sur tous les serveurs OVHcloud concernés.<br>**Sortant** : démontez, puis remontez sur la cible si compatible NFSv3. | [File Storage](/products/storage-file-storage) |
27+
28+
### Implémentation OVHcloud
29+
30+
|Fonctionnalité|Description|Formats disponibles|Modèle de migration|Documentation disponible|
31+
|---|---|---|---|---|
32+
| **vRack** | Le vRack (baie virtuelle) est une technologie de VLAN privé qui permet l’interconnexion entre les services OVHcloud. | N/A | **Entrant** : les services Hosted Private Cloud sont inclus par défaut dans le vRack. <br> **Sortant** : Documenter l’architecture réseau et répliquez-la à l’aide de VLAN sur l’environnement cible. | [V(x)LAN creation](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/creation_vlan)<br>[File Storage vRack](https://labs.ovhcloud.com/en/enterprise-file-storage-vrack/) |
33+
| **ACL and Permission Management**| Les autorisations POSIX/ACL sont gérées au niveau du système de fichiers. | IP ACL | **Entrant** : adaptation manuelle des permissions lors du transfert de fichiers, IP de whitelist pour l'accès, puis le client gère les droits POSIX. <br> **Sortant** : exportez les fichiers, puis reconfigurez les autorisations sur la cible en fonction de sa compatibilité POSIX. |[Documentation File Storage](/products/storage-file-storage) |
34+
35+
### Fonctionnalités spécifiques
36+
37+
|Fonctionnalité|Description|Formats disponibles|Modèle de migration|Documentation disponible|
38+
|---|---|---|---|---|
39+
|**Anti-DDoS**|L’anti-DDoS est un ensemble d’équipements et de moyens mis en place pour absorber les attaques par déni de service distribuées. Il comprend une analyse du trafic, l’« aspiration » vers un réseau spécialisé et la mitigation, assurée par la technologie VAC développée par OVHcloud.|NA|**Entrant** : l’Anti-DDoS est une composante de notre infrastructure, activée par défaut. Aucune action n’est requise.<br><br>**sortant** : commandez et configurez un anti-DDoS chez le nouveau fournisseur.|[Protection anti-DDoS OVHcloud](/links/anti-ddos)<br><br>[Technologie anti-DDoS](/links/anti-ddos)|
40+
| **Gestion via l'espace client OVHcloud** | Service managé par OVHcloud avec une interface graphique propriétaire et des API pour la gestion des volumes et des snapshots. | N/A | **Entrant** : non applicable. <br> **Sortant** : les scripts/API doivent être réécrits pour la cible ; une gestion manuelle peut être nécessaire. | [Documentation File Storage](/products/storage-file-storage) |
41+
42+
## Liste des architectures
43+
44+
Les solutions File Storage d'OVHcloud s'appuient sur NetApp® ONTAP® (Enterprise File Storage) ou OpenZFS (NAS-HA) en fonction de l'offre. L’architecture est active-active, avec une redondance sur deux nœuds et une réplication locale des données pour assurer une haute disponibilité. Les volumes sont accessibles via NFSv3 ou NFSv4, selon l’offre commerciale, et peuvent être montés sur plusieurs serveurs, avec la possibilité de snapshots automatiques/manuels et d’intégration au réseau privé via le vRack.
45+
46+
## Services partenaires
47+
48+
Les partenaires OVHcloud sont répertoriés sous le mot-clé **« Migration vers le cloud »** sur notre [page dédiée](/links/partner).
49+
50+
OVHcloud propose également un service dédié : [OVHcloud Professional Services](/links/professional-services).
51+
52+
## Coût et frais
53+
54+
Par défaut, il n'y a pas de surfacturation liée à la migration des données. La facturation s’arrête dès la résiliation du service.
55+
Le paiement se fait en début de mois, le remboursement en cas de résiliation en cours du mois n’est pas possible. Idem pour les engagements sur 12, 24 ou 36 mois.
56+
57+
## Rétention des données après résiliation du contrat
58+
59+
Les données sont supprimées à la résiliation du service et ne peuvent pas être récupérées. Pour éviter la perte de données, une exportation doit être effectuée avant la résiliation.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
id: 82c9f3f9-5226-4a19-99dc-70eff63cbb43
2+
full_slug: reversibility-file-storage
3+
reference_category: account-and-service-management-reversibility-reversibility-policies
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Cold Storage product reversibility policy
3+
updated: 2025-06-13
4+
---
5+
6+
## Objective
7+
8+
This document outlines the reversibility policy for the product Cold Storage covering OVHcloud's Cold Archive offer.
9+
10+
This policy aims at implementing the global reversibility principles and requirements of SWIPO IaaS Code of Conduct for Cloud Providers.
11+
12+
## Features map
13+
14+
The product features are divided into three categories:
15+
16+
- The **core features** for which we guarantee the ability to migrate.
17+
- The **OVHcloud implementation**, which migration will require adaptations to a new environment.
18+
- **Specific functionalities** which migration as such is impossible to guarantee as they are tied to OVHcloud environment or specific developments.
19+
20+
### Core features
21+
22+
|Feature|Description|Available formats|Migration model|Available documentation|
23+
|---|---|---|---|---|
24+
| **Standard S3<sup>1</sup> API Compatibility**| Access and management via S3-compatible API (RESTful, AWS CLI tools, SDK, etc.). | S3 (REST, JSON, objects) | **Incoming**: Direct upload into an Object Storage bucket via S3 API, CLI, or SDK. <br> **Outgoing**: Direct retrieval/export via S3 API, CLI, or SDK to any other S3-compatible provider. | [Cold Archive offer presentation](/links/public-cloud/cold-archive) <br> [Cold Archive offer documentation](/products/storage-object-storage) |
25+
| **Massive Import/Export of objects** | Batch data migration using S3 commands (`aws s3 cp/sync`, etc.). | S3 (objects, folders)| **Incoming**: Copy data from another S3 solution to OVHcloud Object Storage bucket. <br> **Outgoing**: Massive export via same tools to another S3 or compatible platform. | [Cold Archive offer documentation](/products/storage-object-storage) |
26+
| **Server-Side Encryption**| Native AES-256 bucket-level encryption, compatible with S3 SSE. | S3 (SSE-S3, SSE-C) | **Incoming**: Upload of encrypted or unencrypted data, transparently handled. <br> **Outgoing**: Export without adaptation; encryption maintained or reprocessed by the target. | [Cold Archive offer documentation](/products/storage-object-storage) |
27+
| **Long-Term data Retention** | Data stored on magnetic tapes, with a lifespan over 10 years. | S3 (objects) | **Incoming**: Import without adaptation. <br> **Outgoing**: Export of objects via S3 API; retrieval on any compatible storage. |[Cold Archive offer documentation](/products/storage-object-storage) |
28+
29+
### OVHcloud implementation
30+
31+
|Feature|Description|Available formats|Migration model|Available documentation|
32+
|---|---|---|---|---|
33+
| **Full Bucket Archiving** | Archiving applies to the entire bucket (no object-level archiving). | S3 (bucket) | **Incoming**: Requires grouping of objects to archive into a dedicated bucket. <br> **Outgoing**: Export objects from the bucket, then import into the target (adaptation may be required if the target does not support bucket-level archiving). | [Cold Archive offer documentation](/products/storage-object-storage) |
34+
| **Delayed Restore ("unfreeze")** | Data must be "unfrozen" before download (several hours of latency). | S3 (objects) | **Incoming**: Not applicable. <br> **Outgoing**: User must initiate a restore ("unfreeze") request, then download the objects within a 24-hour window; adaptation needed if the target lacks this mechanism. | [Cold Archive offer documentation](/products/storage-object-storage) |
35+
| **Data Immutability** | Ability to make data immutable for a defined or indefinite period (WORM). | S3 (Object Lock) | **Incoming**: Source must support S3 data immutability. <br> **Outgoing**: Export possible, but target must support S3 locking or require manual adjustment of immutability policies. | [Cold Archive offer documentation](/products/storage-object-storage) |
36+
37+
### Specific functionalities
38+
39+
|Feature|Description|Available formats|Migration model|Available documentation|
40+
|---|---|---|---|---|
41+
|**Anti-DDoS**|The anti-DDoS is a set of equipment and means put in place to absorb distributed denial of service attacks. It includes an analysis of traffic, the "aspiration" towards a specialized network, and mitigation, ensured by VAC technology developed by OVHcloud.|N/A|**Incoming**: The Anti-DDoS is a component of our infrastructure, enabled by default. No action is required.<br><br>**Outcoming**: Order and configure an anti-DDoS with the new provider.|[OVHcloud anti-DDoS protection](/links/security/antiddos)<br><br>[Anti-DDoS Technology](/links/security/antiddos)|
42+
| **OVHcloud 4-Datacenter Architecture** | Distribution across 4 datacenters in France using 8+4 erasure coding. | N/A | **Incoming**: Not applicable. <br> **Outgoing**: Not transferable, depends on the target architecture. | [Cold Archive offer presentation](/links/public-cloud/cold-archive) |
43+
| **Management via OVHcloud Manager/API** | Proprietary OVHcloud graphical interface and APIs for archive management. | N/A | **Incoming**: Not applicable. <br> **Outgoing**: Scripts/APIs need to be rewritten for the target; manual management may be required. | [Cold Archive offer documentation](/products/storage-object-storage) |
44+
45+
## Architecture listing
46+
47+
OVHcloud's Cold Storage product is based on a geo-distributed architecture across four physically separated data centers (several kilometers apart), using IBM magnetic tape technology. Data is stored using 8+4 erasure coding, ensuring extreme resilience and tolerance to the loss of an entire site.
48+
49+
## Partner services
50+
51+
OVHcloud partners are listed under the keyword **"Cloud Migration"** in the [dedicated partner directory](/links/partner).
52+
53+
OVHcloud also offers a dedicated service: [OVHcloud Professional Services](/links/professional-services).
54+
55+
## Cost and fees
56+
57+
No termination fees: There is no additional charge by default for data migration. Billing stops as soon as the service is terminated. However, a pricing change will occur when data is restored, based on the current pricing of the storage medium to which the data has been transferred.
58+
59+
## Retention of data after contract termination
60+
61+
OVHcloud does not retain any data after the service is terminated. Data are irreversibly deleted. A manual export must be performed beforehand to preserve the data.
62+
To retrieve their data, the customer must unarchive it and then retrieve it from the bucket where it has been restored.<br>
63+
**Note:** the unarchiving process can take up to 48 hours.
64+
65+
<sup>1</sup>: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

0 commit comments

Comments
 (0)