No connAuthFile configured, but it is configured #38
-
Describe the bug
I have created /etc/beegfs/connAuth with the correct permissions:
When I strace beeond, it does not appear to be reading any of the conf files in /etc/beegfs where the connauthfile is defined, nor is it reading the connauthfile itself. Is there a way to force beeond to read the connauthfile? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @kyleb-fm, services started with BeeOND don't read the default configuration files in To configure BeeOND, please use the
In your case, I would advise to place the |
Beta Was this translation helpful? Give feedback.
Hello @kyleb-fm,
services started with BeeOND don't read the default configuration files in
/etc/beegfs
to avoid conflicts with other BeeGFS services that might run on the same machine and to ensure that the configuration is available on all nodes that are part of the BeeOND file system.To configure BeeOND, please use the
-f
flag. Frombeeond --help
: