From 9c18e72923ae516312cdc01640ca600e15222470 Mon Sep 17 00:00:00 2001 From: Nitin Garg <113666283+gargnitingoogle@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:46:01 +0530 Subject: [PATCH] Added `function not implemented` error in troubleshooting guide (#2405) * Added function not implemented errors in troubleshooting guide More details of the issue is at https://github.com/GoogleCloudPlatform/gcsfuse/discussions/2386. * Update troubleshooting.md * Update troubleshooting.md --- docs/troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index a07fde3663..b685817685 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -28,4 +28,5 @@ discusses potential solutions to the same. | Experiencing hang while executing `ls` on a directory containing large number of files/directories. | By default `ls` does listing but sometimes additionaly does `stat` for each list entry. Additional stat on each entry slows down the entire `ls` operation and may look like hang, but in reality is iterating one by one and slow. There are two ways to overcome this: | | GCSFuse Errors on Google Cloud Console Metrics Dashboard: `CANCELLED ReadObject` & `NOT_FOUND GetObjectMetadata` | Both these errors are expected and part of GCSFuse standard operating procedure. More details [here](https://github.com/GoogleCloudPlatform/gcsfuse/discussions/2300). | | GCSFuse logs showing errors for StatObject: `StatObject(\"") (