Skip to content

nixos/beegfs: mark as broken#66352

Merged
infinisil merged 1 commit intoNixOS:masterfrom
markuskowa:rm-beegfs
Aug 10, 2019
Merged

nixos/beegfs: mark as broken#66352
infinisil merged 1 commit intoNixOS:masterfrom
markuskowa:rm-beegfs

Conversation

@markuskowa
Copy link
Copy Markdown
Member

@markuskowa markuskowa commented Aug 8, 2019

Motivation for this change

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 don not want to maintain it any longer. The build system is purely based on make file and is hard to maintain.

Things done

Mark beegfs as broken.

Removed the following items:

  • the main package
  • the kernel module
  • nixos module
  • tests
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

@markuskowa markuskowa requested a review from infinisil as a code owner August 8, 2019 23:12
@ofborg ofborg bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: changelog This PR adds or changes release notes 8.has: documentation This PR adds or changes documentation 8.has: module (update) This PR changes an existing module in `nixos/` 8.has: clean-up This PR removes packages or removes other cruft 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Aug 8, 2019
@infinisil
Copy link
Copy Markdown
Member

If this gets completely removed, I'd like to have a mkRemovedOptionModule (or two actually, one for the enable option and one for the others), and a throw for the package.

@markuskowa
Copy link
Copy Markdown
Member Author

@volth good point. My first though was to clean it up but maybe it is better to just mark it broken and remove it in a later release.

@markuskowa markuskowa changed the title nixos/beegfs: remove module, packages, and tests nixos/beegfs: mark as broken Aug 9, 2019
@ofborg ofborg bot removed 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: changelog This PR adds or changes release notes 8.has: documentation This PR adds or changes documentation 8.has: module (update) This PR changes an existing module in `nixos/` labels Aug 9, 2019
@infinisil infinisil merged commit cf2a158 into NixOS:master Aug 10, 2019
@markuskowa markuskowa deleted the rm-beegfs branch August 18, 2019 09:35
@markuskowa markuskowa mentioned this pull request Nov 24, 2019
flokli added a commit to flokli/nixpkgs that referenced this pull request Nov 24, 2019
This has been marked as broken since NixOS#66352

Closes NixOS#73998.
aszlig added a commit to openlab-aux/vuizvui that referenced this pull request Dec 8, 2019
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: clean-up This PR removes packages or removes other cruft 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants