Xen Orchestra from source ignores config.toml from /etc/xo-server/
-
With recent update my xen orchestra from source seems ignore config.toml from /etc/xo-server and uses default config.toml from packages/xo-server
Please help to trace down what could cause this problem.
-
Ok I've figured out root cause.
My config override has only one option:
ignoreVmSnapshotResources = trueAnd I had to change it with adding
[selfService]on a line below
Also I found out that override config for XO5 interface needs to have absolute paths to xo-web and @XenOrchestra in it. With relative paths it didn't work.