diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.de-de.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.de-de.md index 98ca192e45c..44d32cd6be3 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.de-de.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.de-de.md @@ -1,7 +1,7 @@ --- title: 'GPU Instanzen einrichten' excerpt: 'Erfahren Sie hier, wie Sie unter Windows und Linux eine GPU Instanz einrichten' -updated: 2025-04-28 +updated: 2025-05-28 --- > [!primary] @@ -60,6 +60,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-asia.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-asia.md index 0f441644d7a..e22002a5c84 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-asia.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-au.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-au.md index ce80ffbd9dd..cc8246be382 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-au.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ca.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ca.md index ce80ffbd9dd..cc8246be382 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ca.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-gb.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-gb.md index 0f441644d7a..cc8246be382 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-gb.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` @@ -157,4 +159,4 @@ Afterwards, all that’s left to do is to install the required driver, which wil ## Going further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ie.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ie.md index ce80ffbd9dd..cc8246be382 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ie.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-sg.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-sg.md index ce80ffbd9dd..cc8246be382 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-sg.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-us.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-us.md index 1b452efb349..938cbf80d89 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-us.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Deploying a GPU instance' excerpt: 'Find out how to deploy a GPU instance on Linux or Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objective @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-es.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-es.md index 47fb8c235fb..e49561f31d9 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-es.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Desplegar una instancia GPU' excerpt: 'Cómo desplegar una instancia GPU en Linux o Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- > [!primary] @@ -62,6 +62,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-us.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-us.md index 47fb8c235fb..e49561f31d9 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-us.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.es-us.md @@ -1,7 +1,7 @@ --- title: 'Desplegar una instancia GPU' excerpt: 'Cómo desplegar una instancia GPU en Linux o Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- > [!primary] @@ -62,6 +62,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-ca.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-ca.md index 9892adb3d61..09d3fe780d2 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Déployer une instance GPU' excerpt: 'Découvrez comment déployer une instance GPU sous Linux ou Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objectif @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-fr.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-fr.md index 9892adb3d61..09d3fe780d2 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-fr.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Déployer une instance GPU' excerpt: 'Découvrez comment déployer une instance GPU sous Linux ou Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- ## Objectif @@ -57,6 +57,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.it-it.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.it-it.md index 3e019787e0c..9b64beeacff 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.it-it.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.it-it.md @@ -1,7 +1,7 @@ --- title: 'Creare un’istanza GPU' excerpt: 'Scopri come creare un’istanza GPU con Linux o Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- > [!primary] @@ -61,6 +61,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pl-pl.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pl-pl.md index 2d3df21f65d..2061bcdbfcb 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: 'Uruchomienie instancji GPU' excerpt: 'Dowiedz się, jak uruchomić instancję GPU z systemem Linux lub Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- > [!primary] @@ -61,6 +61,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pt-pt.md b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pt-pt.md index 5fe77cce0b2..aa95ba508eb 100644 --- a/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pt-pt.md +++ b/pages/public_cloud/compute/deploy_a_gpu_instance/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Criar uma instância GPU' excerpt: 'Saiba como criar uma instância GPU em Linux ou Windows' -updated: 2025-04-28 +updated: 2025-05-28 --- > [!primary] @@ -61,6 +61,8 @@ sudo dpkg -i cuda-repo-XXXX-XXXXXX sudo apt-get update sudo apt-get upgrade sudo apt-get install cuda +sudo apt-get install -y cuda-drivers +sudo apt-get install linux-headers-$(uname -r) sudo reboot ``` diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.de-de.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.de-de.md index 236e50e9bb2..ed065833758 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.de-de.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.de-de.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-asia.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-asia.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-asia.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-asia.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-au.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-au.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-au.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-au.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ca.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ca.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ca.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ca.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-gb.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-gb.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-gb.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-gb.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ie.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ie.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ie.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-ie.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-sg.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-sg.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-sg.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-sg.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-us.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-us.md index 232574421f2..47ad5a62ca1 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-us.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.en-us.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-es.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-es.md index 236e50e9bb2..ed065833758 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-es.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-es.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-us.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-us.md index 236e50e9bb2..ed065833758 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-us.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.es-us.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.it-it.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.it-it.md index 236e50e9bb2..ed065833758 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.it-it.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.it-it.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pl-pl.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pl-pl.md index 236e50e9bb2..ed065833758 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pl-pl.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pl-pl.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | | diff --git a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pt-pt.md b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pt-pt.md index 236e50e9bb2..ed065833758 100644 --- a/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pt-pt.md +++ b/pages/storage_and_backup/block_storage/responsibility-model-block-storage/guide.pt-pt.md @@ -10,10 +10,10 @@ The RACI below details shared responsibilities between OVHcloud and the customer | Roles | | --- | -|R : Is in charge of carrying out the process| -|A : Accountable for the successful completion of the process| -|C : Is consulted during the process| -|I : Is informed of the results of the process| +|R: Is in charge of carrying out the process| +|A: Accountable for the successful completion of the process| +|C: Is consulted during the process| +|I: Is informed of the results of the process| ### 1. Before subscription @@ -31,7 +31,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | -| Produce, route, deliver and maintain physical Instances and hosting buldings | I | RA | +| Produce, route, deliver and maintain physical Instances and hosting buildings | I | RA | #### 2.2. Reversibility model @@ -55,7 +55,7 @@ The RACI below details shared responsibilities between OVHcloud and the customer | **Activity** | **Customer** | **OVHcloud** | | --- | --- | --- | | Manage data security hosted on the service (confidentiality, integrity, backups, …) |RA | | -| Manage network accessibility of storage volumes whithin attached Instances | | RA | +| Manage network accessibility of storage volumes within attached Instances | | RA | | Decide to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | RA | I | | Carry out to add / remove a Block Storage option (resizing, create a snapshot, create a backup volume) | I | RA | | Install needed security bricks and tools | RA | |