Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

...

  • NIV_EVENT - SwarmFS default, for best performance.

  • NIV_INFO - Prints all logs below the level, such as NIV_FATAL, NIV_MAJ, NIV_CRIT, NIV_WARN, and NIV_EVENT.

  • FULL_DEBUG - Enable for troubleshooting.
    Best Practice: Enable debug temporarily without restarting Ganesha using these commands:

  • Start Debug: Run the appropriate command to enable debug logging for the SwarmFS plugin or all Ganesha components:

    Code Block
    languagebash
    ganesha_mgr set_log COMPONENT_FSAL FULL_DEBUG
    ganesha_mgr set_log COMPONENT_ALL FULL_DEBUG

Note

COMPONENT_ALL is the default for components with no individual log level set.

  • Stop Debug: Run the appropriate command to turn off debug logging for the SwarmFS plugin or all Ganesha components:Start Debug: Run the appropriate command to enable debug logging for the SwarmFS plugin or all Ganesha components:

Code Block
languagebash
ganesha_mgr set_log COMPONENT_FSAL NIV_EVENT
ganesha_mgr set_log COMPONENT_ALL NIV_EVENT

Failure to Load Export Configuration

...

Note

Caution

Do not enable DEBUG logging any longer than necessary if exports are mounted directly on the SwarmFS server.

Missing Custom Header

It may be due to having an invalid name if an expected custom header is missing from an object. SwarmFS skips malformed custom headers silently.

...