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/troubleshoot-container-storage.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ az aks update -n <cluster-name> -g <resource-group> --enable-azure-container-sto
28
28
29
29
### Azure Container Storage fails to install due to Azure Policy restrictions
30
30
31
-
Azure Container Storage might fail to install if Azure Policy restrictions are in place. Specifically, Azure Container Storage relies on privileged containers. You may have configured Azure Policy to block privileged containers. When they are blocked, the installation of Azure Container Storage might time out or fail, and you might see errors in the `gatekeeper-controller` logs such as:
31
+
Azure Container Storage might fail to install if Azure Policy restrictions are in place. Specifically, Azure Container Storage relies on privileged containers. You may configure Azure Policy to block privileged containers. When they're blocked, the installation of Azure Container Storage might time out or fail, and you might see errors in the `gatekeeper-controller` logs such as:
@@ -114,7 +114,7 @@ Run the following steps to enable Azure Container Storage to manage these local
114
114
NAMESPACE NAME CAPACITY AVAILABLE USED RESERVED READY AGE
115
115
acstor ephemeraldisk-nvme 0 0 0 0 False 82s
116
116
```
117
-
This example shows 0 capacity claimed by `ephemeraldisk-nvme` storage pool.
117
+
This example shows zero capacity claimed by `ephemeraldisk-nvme` storage pool.
118
118
119
119
1. Run the following command to confirm unclaimed state of these local block devices and check existing file system on the disks:
120
120
```bash
@@ -129,7 +129,7 @@ Run the following steps to enable Azure Container Storage to manage these local
129
129
Fs Type: ext4
130
130
…
131
131
```
132
-
This example shows that the block devices are `Unclaimed` status and there is an existing file system on the disk.
132
+
This example shows that the block devices are `Unclaimed` status and there's an existing file system on the disk.
133
133
134
134
1. Confirm that you want to use Azure Container Storage to manage the local data disks exclusively before proceeding.
135
135
@@ -167,7 +167,7 @@ Run the following steps to enable Azure Container Storage to manage these local
167
167
168
168
If your existing storage pool is less than 4 TiB (4,096 GiB), you can only expand it up to 4,095 GiB. If you try to expand beyond the limit, the internal PVC shows an error message about disk size or caching type limitations. Stop your VM or detach the disk and retry the operation."
169
169
170
-
To avoid errors, don't attempt to expand your current storage pool beyond 4,095 GiB if it is initially smaller than 4 TiB (4,096 GiB). Storage pools larger than 4 TiB can be expanded up to the maximum storage capacity available.
170
+
To avoid errors, don't attempt to expand your current storage pool beyond 4,095 GiB if it's initially smaller than 4 TiB (4,096 GiB). Storage pools larger than 4 TiB can be expanded up to the maximum storage capacity available.
171
171
172
172
This limitation only applies when using `Premium_LRS`, `Standard_LRS`, `StandardSSD_LRS`, `Premium_ZRS`, and `StandardSSD_ZRS` Disk SKUs.
0 commit comments