From 080c314f204ba086b86ce71f230a8de8cec9a6b1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 8 Dec 2019 15:03:48 +0100 Subject: [PATCH] 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 --- modules/core/tests.nix | 3 --- 1 file changed, 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"]