Skip to content

Commit

Permalink
nixos/beegfs: fix the build of the NixOS manual
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 31, 2017
1 parent f36304f commit dac8f27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nixos/modules/services/network-filesystems/beegfs.nix
Expand Up @@ -180,7 +180,7 @@ in
description = ''
Mount point under which the beegfs filesytem should be mounted.
If mounted manually the mount option specifing the config file is needed:
cfgFile=/etc/beegfs/beegfs-client-<name>.conf
cfgFile=/etc/beegfs/beegfs-client-&lt;name&gt;.conf
'';
};

Expand Down Expand Up @@ -216,7 +216,7 @@ in
Data directory for mgmtd.
Must not be shared with other beegfs daemons.
This directory must exist and it must be initialized
with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p <storeDir>"
with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p &lt;storeDir&gt;"
'';
};

Expand Down Expand Up @@ -256,7 +256,7 @@ in
The underlying filesystem must be mounted with xattr turned on.
This directory must exist and it must be initialized
with beegfs-setup-meta, e.g.
"beegfs-setup-meta -C -s <serviceID> -p <storeDir>"
"beegfs-setup-meta -C -s &lt;serviceID&gt; -p &lt;storeDir&gt;"
'';
};

Expand All @@ -283,7 +283,7 @@ in
The underlying filesystem must be mounted with xattr turned on.
This directory must exist and it must be initialized
with beegfs-setup-storage, e.g.
"beegfs-setup-storage -C -s <serviceID> -i <storageTargetID> -p <storeDir>"
"beegfs-setup-storage -C -s &lt;serviceID&gt; -i &lt;storageTargetID&gt; -p &lt;storeDir&gt;"
'';
};

Expand Down

0 comments on commit dac8f27

Please sign in to comment.