Skip to content

Commit 23c5666

Browse files
authored
Merge pull request #266209 from khdownie/kendownie-acstor-march
ACStor GA
2 parents 572a925 + 77f9fb4 commit 23c5666

18 files changed

+487
-145
lines changed

articles/storage/container-storage/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
href: enable-multi-zone-redundancy.md
3232
- name: Remove Azure Container Storage
3333
href: remove-container-storage.md
34+
- name: Troubleshoot Azure Container Storage
35+
href: troubleshoot-container-storage.md
3436
- name: Concepts
3537
items:
3638
- name: FAQ

articles/storage/container-storage/clone-volume.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
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.
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 09/18/2023
7+
ms.date: 03/12/2024
88
ms.author: kendownie
99
---
1010

1111
# Clone persistent volumes in Azure Container Storage Preview
12+
1213
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.
1314

1415
## Prerequisites
1516

1617
- 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).
1819
- 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.
1920

2021
## Clone a volume
2122

22-
Follow the instructions below to clone a persistent volume.
23+
Follow the instructions below to clone a persistent volume.
2324

2425
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-clonevolume.yaml`.
2526

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 79 additions & 49 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: Frequently asked questions (FAQ) for Azure Container Storage
2+
title: Frequently asked questions (FAQ) for Azure Container Storage Preview
33
description: Get answers to Azure Container Storage frequently asked questions.
44
author: khdownie
55
ms.service: azure-container-storage
6-
ms.date: 08/02/2023
6+
ms.date: 03/21/2024
77
ms.author: kendownie
88
ms.topic: conceptual
99
ms.custom: references_regions
1010
---
1111

12-
# Frequently asked questions (FAQ) about Azure Container Storage
12+
# Frequently asked questions (FAQ) about Azure Container Storage Preview
13+
1314
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers.
1415

1516
## General questions
@@ -22,17 +23,18 @@ ms.custom: references_regions
2223
**In which Azure regions is Azure Container Storage available?**
2324
[!INCLUDE [container-storage-regions](../../../includes/container-storage-regions.md)]
2425

25-
* <a id="azure-container-storage-preview-limitations"></a>
26+
* <a id="storage-pool-parameters"></a>
27+
**What parameters can I specify for the storage pool that's created when Azure Container Storage is installed with the `az aks create` command?**
28+
The following table lists the mandatory and optional storage pool parameters, along with their default values.
29+
[!INCLUDE [container-storage-storage-pool-parameters](../../../includes/container-storage-storage-pool-parameters.md)]
30+
31+
* <a id="azure-container-storage-limitations"></a>
2632
**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.
2834

2935
* <a id="azure-container-storage-rwx"></a>
3036
**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.
32-
33-
* <a id="azure-container-storage-delete-aks-resource-group"></a>
34-
**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.
3638

3739
* <a id="azure-container-storage-autoupgrade"></a>
3840
**Is there any performance impact when upgrading to a new version of Azure Container Storage?**
@@ -42,15 +44,12 @@ ms.custom: references_regions
4244
**How do I remove Azure Container Storage?**
4345
See [Remove Azure Container Storage](remove-container-storage.md).
4446

45-
* <a id="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.
48-
4947
## Billing and pricing
5048

5149
* <a id="azure-container-storage-extension-operation-failed"></a>
5250
**How much does Azure Container Storage cost to use?**
5351
See the [Azure Container Storage pricing page](https://aka.ms/AzureContainerStoragePricingPage).
5452

5553
## See also
54+
5655
- [What is Azure Container Storage?](container-storage-introduction.md)

0 commit comments

Comments
 (0)