From dac8f27f96779ca4d30c294140ca719d2ead9862 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sun, 31 Dec 2017 07:51:21 +0000 Subject: [PATCH] nixos/beegfs: fix the build of the NixOS manual --- nixos/modules/services/network-filesystems/beegfs.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/modules/services/network-filesystems/beegfs.nix b/nixos/modules/services/network-filesystems/beegfs.nix index 58745efa1365..a6a2ec6cbc36 100644 --- a/nixos/modules/services/network-filesystems/beegfs.nix +++ b/nixos/modules/services/network-filesystems/beegfs.nix @@ -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-.conf + cfgFile=/etc/beegfs/beegfs-client-<name>.conf ''; }; @@ -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 " + with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p <storeDir>" ''; }; @@ -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 -p " + "beegfs-setup-meta -C -s <serviceID> -p <storeDir>" ''; }; @@ -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 -i -p " + "beegfs-setup-storage -C -s <serviceID> -i <storageTargetID> -p <storeDir>" ''; };