nixpkgs/nixos/modules
Austin Seipp e2bbc6fb46
nixos: fix services.foundationdb.traceFormat for older server versions
This was a testing oversight that came from #61009 -- I forgot to test
the new traceFormat option with older server versions while I was
working on FDB 6.1.

Since trace_format is only available in 6.1+, emitting it
unconditionally caused older versions of the database fail to start,
reporting an error. We simply gate it behind a version check instead,
and assert the format is always XML on older versions. This avoids the
case where the user has an old version, changes traceFormat willingly,
and then is confused by why it didn't work.

As reported by @TimothyKlim in the comments on commit
c55b9236f0. See

    c55b9236f0 (r33566132)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-16 15:16:50 -05:00
..
config FIx some malformed XML in option descriptions 2019-05-13 09:15:17 +02:00
hardware nixos/nvidia: Add NVIDIA optimus option to allow external GPUs 2019-05-02 23:57:28 -04:00
i18n/input-method docs: format 2018-09-29 20:51:11 -04:00
installer nixos-generate-config: add rudimentary high-DPI detection 2019-05-15 06:34:40 +02:00
misc Merge pull request #44086 from erikarvstedt/paperless 2019-05-08 17:17:49 -04:00
profiles nixos/hardened: use graphene-hardened malloc by default 2019-05-07 13:45:39 +02:00
programs Merge pull request #61311 from turboMaCk/xss-lock-locker-options 2019-05-12 11:07:54 +02:00
security FIx some malformed XML in option descriptions 2019-05-13 09:15:17 +02:00
services nixos: fix services.foundationdb.traceFormat for older server versions 2019-05-16 15:16:50 -05:00
system FIx some malformed XML in option descriptions 2019-05-13 09:15:17 +02:00
tasks cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
testing types.optionSet: deprecate and remove last usages 2019-01-31 00:41:10 +02:00
virtualisation FIx some malformed XML in option descriptions 2019-05-13 09:15:17 +02:00
module-list.nix Merge pull request #60187 from joachifm/feat/configurable-malloc 2019-05-12 15:18:07 +00:00
rename.nix nixos/binfmt: handle emulatedSystems 2019-05-10 18:05:59 -04:00