enable beegfs on /work
This commit is contained in:
@@ -140,6 +140,12 @@ let
|
||||
};
|
||||
|
||||
compute = {
|
||||
system.activationScripts = {
|
||||
work.text = ''
|
||||
mkdir -p /work
|
||||
'';
|
||||
};
|
||||
|
||||
features = {
|
||||
hpc = {
|
||||
enable = true;
|
||||
@@ -158,13 +164,13 @@ let
|
||||
];
|
||||
};
|
||||
beegfs = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
beegfs = {
|
||||
bee0-0 = {
|
||||
mgmtdHost = "beegfs0";
|
||||
beegfs0 = {
|
||||
mgmtdHost = "ibbeegfs0";
|
||||
connAuthFile = "/etc/beegfs/connauthfile";
|
||||
client = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
mountPoint = "/work";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user