You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/container-storage/clone-volume.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,26 @@
1
1
---
2
2
title: Clone persistent volumes in Azure Container Storage Preview
3
-
description: Clone persistent volumes in Azure Container Storage Preview. You can only clone volumes of the same size that are in the same storage pool.
3
+
description: Clone persistent volumes in Azure Container Storage. You can only clone volumes of the same size that are in the same storage pool.
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: how-to
7
-
ms.date: 09/18/2023
7
+
ms.date: 03/12/2024
8
8
ms.author: kendownie
9
9
---
10
10
11
11
# Clone persistent volumes in Azure Container Storage Preview
12
+
12
13
You can clone persistent volumes in [Azure Container Storage](container-storage-introduction.md). A cloned volume is a duplicate of an existing persistent volume. You can only clone volumes of the same size that are in the same storage pool.
13
14
14
15
## Prerequisites
15
16
16
17
- This article requires version 2.0.64 or later of the Azure CLI. See [How to install the Azure CLI](/cli/azure/install-azure-cli). If you're using Azure Cloud Shell, the latest version is already installed. If you plan to run the commands locally instead of in Azure Cloud Shell, be sure to run them with administrative privileges.
17
-
- You'll need an Azure Kubernetes Service (AKS) cluster with a node pool of at least three virtual machines (VMs) for the cluster nodes, each with a minimum of four virtual CPUs (vCPUs).
18
+
- You'll need an Azure Kubernetes Service (AKS) cluster with a node pool of at least three virtual machines (VMs) for the cluster nodes, each with a minimum of four virtual CPUs (vCPUs).
18
19
- This article assumes you've already installed Azure Container Storage on your AKS cluster, and that you've created a storage pool and persistent volume claim (PVC) using either [Azure Disks](use-container-storage-with-managed-disks.md) or [ephemeral disk (local storage)](use-container-storage-with-local-disk.md). Azure Elastic SAN doesn't support resizing volumes.
19
20
20
21
## Clone a volume
21
22
22
-
Follow the instructions below to clone a persistent volume.
23
+
Follow the instructions below to clone a persistent volume.
23
24
24
25
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-clonevolume.yaml`.
title: Frequently asked questions (FAQ) for Azure Container Storage
2
+
title: Frequently asked questions (FAQ) for Azure Container Storage Preview
3
3
description: Get answers to Azure Container Storage frequently asked questions.
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
-
ms.date: 08/02/2023
6
+
ms.date: 03/21/2024
7
7
ms.author: kendownie
8
8
ms.topic: conceptual
9
9
ms.custom: references_regions
10
10
---
11
11
12
-
# Frequently asked questions (FAQ) about Azure Container Storage
12
+
# Frequently asked questions (FAQ) about Azure Container Storage Preview
13
+
13
14
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers.
14
15
15
16
## General questions
@@ -22,17 +23,18 @@ ms.custom: references_regions
22
23
**In which Azure regions is Azure Container Storage available?**
**Which other Azure services does Azure Container Storage support?**
27
-
During public preview, Azure Container Storage supports only Azure Kubernetes Service (AKS) with storage pools provided by Azure Disks, Ephemeral Disk, or Azure Elastic SAN.
33
+
Currently, Azure Container Storage supports only Azure Kubernetes Service (AKS) with storage pools provided by Azure Disks, Ephemeral Disk, or Azure Elastic SAN.
28
34
29
35
* <aid="azure-container-storage-rwx"></a>
30
36
**Does Azure Container Storage support read-write-many (RWX) workloads?**
31
-
Azure Container Storage Preview doesn't support RWX workloads. However, Azure's first-party Files and Blob CSI drivers are great alternatives and fully supported.
**I've created an Elastic SAN storage pool, and I'm trying to delete my resource group where my AKS cluster is located and it's not working. Why?**
35
-
Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true) and select **Resource groups**. Locate the resource group that AKS created (the resource group name starts with **MC_**). Select the SAN resource object within that resource group. Manually remove all volumes and volume groups. Then retry deleting the resource group that includes your AKS cluster.
37
+
Azure Container Storage doesn't support RWX workloads. However, Azure's first-party Files and Blob CSI drivers are great alternatives and fully supported.
36
38
37
39
* <aid="azure-container-storage-autoupgrade"></a>
38
40
**Is there any performance impact when upgrading to a new version of Azure Container Storage?**
@@ -42,15 +44,12 @@ ms.custom: references_regions
42
44
**How do I remove Azure Container Storage?**
43
45
See [Remove Azure Container Storage](remove-container-storage.md).
44
46
45
-
* <aid="azure-container-storage-remove"></a>
46
-
**I get this error when trying to install Azure Container Storage, how do I resolve it? "(ExtensionOperationFailed) The extension operation failed with the following error: Unable to get the status from the local CRD with the error : {Error : Retry for given duration didn't get any results with err {status not populated}}?"**
47
-
This error is due to a lack of permissions for Azure Container Storage to install and deploy storage in your AKS Cluster. Azure Container Storage Preview is deployed using an ARC extension. To resolve this, you must [assign the Contributor role](install-container-storage-aks.md#assign-contributor-role-to-aks-managed-identity) to the AKS managed identity.
0 commit comments