trying out orangefs
This commit is contained in:
parent
159305ba5e
commit
708df543ec
1 changed files with 14 additions and 0 deletions
14
modules/orangefs.nix
Normal file
14
modules/orangefs.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.orangefs ];
|
||||
services.orangefs.server = {
|
||||
enable = true;
|
||||
dataStorageSpace = "/mnt/orangefs";
|
||||
metadataStorageSpace = "/mnt/orangemeta";
|
||||
servers = {
|
||||
buildvm = "tcp://buildvm:3334";
|
||||
mc6 = "tcp://mc6:3334";
|
||||
};
|
||||
};
|
||||
}
|
||||
# vim: set et ts=2 sw=2 ai:
|
||||
Loading…
Add table
Reference in a new issue