about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-12-08 15:03:48 +0100
committeraszlig <aszlig@nix.build>2019-12-08 15:03:48 +0100
commit080c314f204ba086b86ce71f230a8de8cec9a6b1 (patch)
treeac59306207374743c4a5fd6b2710d95ca9e2bf33 /modules/core
parentd463e44b3e1569703504031ca2924bd1be6f31bf (diff)
core/tests: Remove beegfs test
The test has been removed upstream[1] for the following reason[2]:

> BeeGFS is a fantastic high performance file system. However, after
> running it for a few months last year the meta data daemon kept
> crashing randomly in production use (support from the manufacturer
> requires a paid support contract). The current version that is nixpkgs
> is outdated and I do not want to maintain it any longer. The build
> system is purely based on make file and is hard to maintain.

[1]: https://github.com/NixOS/nixpkgs/commit/c3e17efaab0b53b4f45454aaaea7690506a8fcde
[2]: https://github.com/NixOS/nixpkgs/pull/66352

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/tests.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/tests.nix b/modules/core/tests.nix
index 3eaac744..dbf2e94b 100644
--- a/modules/core/tests.nix
+++ b/modules/core/tests.nix
@@ -20,9 +20,6 @@ let
     { check = config.services.avahi.enable;
       path  = ["nixos" "avahi"];
     }
-    { check = config.services.beegfsEnable;
-      path  = ["nixos" "beegfs"];
-    }
     { check = config.vuizvui.createISO;
       paths = [
         ["nixos" "boot" "biosCdrom"]