Skip to content

Commit 94fc43d

Browse files
authored
Update troubleshoot-container-storage.md
addressing recommendations.
1 parent 3e34c8d commit 94fc43d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/container-storage/troubleshoot-container-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ az aks update -n <cluster-name> -g <resource-group> --enable-azure-container-sto
2828

2929
### Azure Container Storage fails to install due to Azure Policy restrictions
3030

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:
3232

3333
```output
3434
$ kubectl logs -n gatekeeper-system deployment/gatekeeper-controller
@@ -114,7 +114,7 @@ Run the following steps to enable Azure Container Storage to manage these local
114114
NAMESPACE NAME CAPACITY AVAILABLE USED RESERVED READY AGE
115115
acstor ephemeraldisk-nvme 0 0 0 0 False 82s
116116
```
117-
This example shows 0 capacity claimed by `ephemeraldisk-nvme` storage pool.
117+
This example shows zero capacity claimed by `ephemeraldisk-nvme` storage pool.
118118

119119
1. Run the following command to confirm unclaimed state of these local block devices and check existing file system on the disks:
120120
```bash
@@ -129,7 +129,7 @@ Run the following steps to enable Azure Container Storage to manage these local
129129
Fs Type: ext4
130130
131131
```
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.
133133

134134
1. Confirm that you want to use Azure Container Storage to manage the local data disks exclusively before proceeding.
135135

@@ -167,7 +167,7 @@ Run the following steps to enable Azure Container Storage to manage these local
167167

168168
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."
169169

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.
171171

172172
This limitation only applies when using `Premium_LRS`, `Standard_LRS`, `StandardSSD_LRS`, `Premium_ZRS`, and `StandardSSD_ZRS` Disk SKUs.
173173

0 commit comments

Comments
 (0)