fuse-backend-rs icon indicating copy to clipboard operation
fuse-backend-rs copied to clipboard

Reduce FUSE transport log level.

Open nrath-js opened this issue 1 year ago • 1 comments

The FUSE init flags are unlikely to be of use unless one is debugging a problem with the filesystem.

The messages about channel status get printed for every thread, and it's rather confusing for end-users to have a FUSE filesystem terminate with:

fuse filesystem umounted FUSE channel already closed! FUSE channel already closed! FUSE channel already closed! FUSE channel already closed! FUSE channel already closed! FUSE channel already closed!

...when everything went well.

nrath-js avatar Dec 04 '24 13:12 nrath-js

This is the same as https://github.com/cloud-hypervisor/fuse-backend-rs/pull/195.

I'm fine with merging this or the other, but it'd be nice to make a decision on this.

cc @imeoer @jiangliu @bergwolf

flokli avatar Mar 20 '25 15:03 flokli