nixos/beegfs: fix the build of the NixOS manual

+4 -4
+4 -4
nixos/modules/services/network-filesystems/beegfs.nix
··· 180 description = '' 181 Mount point under which the beegfs filesytem should be mounted. 182 If mounted manually the mount option specifing the config file is needed: 183 - cfgFile=/etc/beegfs/beegfs-client-<name>.conf 184 ''; 185 }; 186 ··· 216 Data directory for mgmtd. 217 Must not be shared with other beegfs daemons. 218 This directory must exist and it must be initialized 219 - with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p <storeDir>" 220 ''; 221 }; 222 ··· 256 The underlying filesystem must be mounted with xattr turned on. 257 This directory must exist and it must be initialized 258 with beegfs-setup-meta, e.g. 259 - "beegfs-setup-meta -C -s <serviceID> -p <storeDir>" 260 ''; 261 }; 262 ··· 283 The underlying filesystem must be mounted with xattr turned on. 284 This directory must exist and it must be initialized 285 with beegfs-setup-storage, e.g. 286 - "beegfs-setup-storage -C -s <serviceID> -i <storageTargetID> -p <storeDir>" 287 ''; 288 }; 289
··· 180 description = '' 181 Mount point under which the beegfs filesytem should be mounted. 182 If mounted manually the mount option specifing the config file is needed: 183 + cfgFile=/etc/beegfs/beegfs-client-&lt;name&gt;.conf 184 ''; 185 }; 186 ··· 216 Data directory for mgmtd. 217 Must not be shared with other beegfs daemons. 218 This directory must exist and it must be initialized 219 + with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p &lt;storeDir&gt;" 220 ''; 221 }; 222 ··· 256 The underlying filesystem must be mounted with xattr turned on. 257 This directory must exist and it must be initialized 258 with beegfs-setup-meta, e.g. 259 + "beegfs-setup-meta -C -s &lt;serviceID&gt; -p &lt;storeDir&gt;" 260 ''; 261 }; 262 ··· 283 The underlying filesystem must be mounted with xattr turned on. 284 This directory must exist and it must be initialized 285 with beegfs-setup-storage, e.g. 286 + "beegfs-setup-storage -C -s &lt;serviceID&gt; -i &lt;storageTargetID&gt; -p &lt;storeDir&gt;" 287 ''; 288 }; 289