From 0c86f899803ba1d035a983787af34defb5362798 Mon Sep 17 00:00:00 2001 From: Jeanine Burke <41650461+jaysterp@users.noreply.github.com> Date: Wed, 6 Oct 2021 09:24:34 -0700 Subject: [PATCH 1/2] Update connected registry disk error description --- .../connected-registry/connected-registry-error-codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/preview/connected-registry/connected-registry-error-codes.md b/docs/preview/connected-registry/connected-registry-error-codes.md index fe5225d..39fd8e9 100644 --- a/docs/preview/connected-registry/connected-registry-error-codes.md +++ b/docs/preview/connected-registry/connected-registry-error-codes.md @@ -98,7 +98,7 @@ This status `description` indicates that the connected registry was unable to wr *Potential solution:* Ensure that the host storage path used to run the connected registry container gives sufficient access to the container user. In the sample above, this path is `/var/acr/data/registry`. Update the permissions of the host system directory so that the user profile for your container has read, write, and execute access. By default, docker containers run as root. If the container is run as a non-root user, please ensure that user has the above permissions. -### No Storage Available On Disk +### No Storage Available On Device Sample status detail: @@ -107,7 +107,7 @@ Sample status detail: { "code": "DiskError", "correlationId": "73a46395-b89b-49c7-5621-d54e8b1574b5", - "description": "There is not enough space on the disk.", + "description": "No space left on device.", "timestamp": "2021-09-16T01:17:45.394512+00:00", "type": "Disk" } From e3c819b7e48ef6e3103d803266837e9867e56910 Mon Sep 17 00:00:00 2001 From: Jeanine Burke <41650461+jaysterp@users.noreply.github.com> Date: Wed, 6 Oct 2021 10:24:55 -0700 Subject: [PATCH 2/2] Update header --- .../connected-registry/connected-registry-error-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preview/connected-registry/connected-registry-error-codes.md b/docs/preview/connected-registry/connected-registry-error-codes.md index 39fd8e9..4f31338 100644 --- a/docs/preview/connected-registry/connected-registry-error-codes.md +++ b/docs/preview/connected-registry/connected-registry-error-codes.md @@ -98,7 +98,7 @@ This status `description` indicates that the connected registry was unable to wr *Potential solution:* Ensure that the host storage path used to run the connected registry container gives sufficient access to the container user. In the sample above, this path is `/var/acr/data/registry`. Update the permissions of the host system directory so that the user profile for your container has read, write, and execute access. By default, docker containers run as root. If the container is run as a non-root user, please ensure that user has the above permissions. -### No Storage Available On Device +### No Disk Space Available on the Device Sample status detail: