Skip to content

Commit

Permalink
core/tests: Remove beegfs test
Browse files Browse the repository at this point in the history
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]: NixOS/nixpkgs@c3e17ef
[2]: NixOS/nixpkgs#66352

Signed-off-by: aszlig <aszlig@nix.build>
  • Loading branch information
aszlig committed Dec 8, 2019
1 parent d463e44 commit 080c314
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/core/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 080c314

Please sign in to comment.