Vpfsd logs for fuse operations in universal shares
The fuse operations are the operations that take longer time than a configured threshold. Vpfsd logs the information for the fuse operations.
To enable vpfsd logging for fuse operations
- Enable logging for fuse operations:
/usr/openv/pdde/vpfs/bin/vpfs_actions --action setVpfsConfigValue --key enableVpfsdLogReporting --value true
The vpfsd logging is enabled for the following fuse operations:
fuse_getattr
fuse_rename
fuse_open
fuse_read
fuse_write
fuse_fsync
fuse_truncate
getDataCacheNodeForWrite
- Enable logging for the extended fuse operations:
/usr/openv/pdde/vpfs/bin/vpfs_actions --action setVpfsConfigValue --key enableVpfsdLogReportingExtended --value true
The vpfsd logging is enabled for all the fuse operations.
- Search the messages in the file:
cat /msdp/vol/log/vpfs/vpfsd/vpfs0_vpfsd.log | grep "WARNING.*exceeded configured threshold"