How to get GCSFuse debug logs in persistent mounting? #2490
Answered
by
raj-prince
raj-prince
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
raj-prince
Sep 17, 2024
Replies: 1 comment
-
What is persistent mounting? - please refer this doc. Steps to find debug logs in persistent mounting (/etc/fstab):
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
raj-prince
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is persistent mounting? - please refer this doc.
Steps to find debug logs in persistent mounting (/etc/fstab):
/etc/fstab
. In this sample,debug_fuse,log_file=/home/logs.txt,log_format=text
conveys gcsfuse to write debug logs in/home/logs.txt
. Here,princer-empty-bucket
is the bucket name,/home/mnt
is the mount directory and/home/logs.txt
is the log-file path. You need to replace it.sudo mount -a
; you will see the below output