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
To Collect more Debug logs
Steps to reproduce the behavior:
Please make sure you have no other security, monitoring, background processes which can offend the FUSE process running. Possibly reproduce under a fresh/clean installation.
Please rerun with --debug_fuse --debug_fs --debug_gcs --debug_http --foreground as additional flags to enable debug logs.
Monitor the logs and please capture screenshots or copy the relevant logs to a file (can use --log-format and --log-file as well).
Attach the screenshot or the logs file to the bug report here.
If you're using gcsfuse with any other library/tool/process please list out the steps you took to reproduce the issue.
This is a valid bug that --debug_http flag doesn't work with --enable-storage-client-library=true.
To fix this issue, there is a dependency on go-storage-client library team, right now no API available in go-storage-client library using that we can write the traces.
We have created a bug for this issue our side. I'll update this thread, once we finalize something for this issue.
We discussed this issue within the team and decided to not support this flag for storage-client library. We have updated the help description for --debug_http flag accordingly.
Describe the bug
I was trying to debug another issue and finding that the
--debug_http
flag documented in https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/mounting.md doesn't seem to make any difference on the log output when using--enable-storage-client-library=true
To Collect more Debug logs
Steps to reproduce the behavior:
With default
--enable-storage-client-library
gcsfuse --debug_fuse --debug_fs --debug_gcs --debug_http --foreground _ mp
ls mp/<bucket>
It also happens with JSON format logs and when outputting to a log file instead of to stdout
With
--enable-storage-client-library=false
gcsfuse --debug_fuse --debug_fs --debug_gcs --debug_http --foreground --enable-storage-client-library=false _ mp
ls mp/<bucket>
System (please complete the following information):
The text was updated successfully, but these errors were encountered: