/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Server/Storage/clusterfs/fhgfs.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Infiniband:
 
2
 fhgfs-client-autobuild.conf: (rdma support)
 
3
    buildArgs=-j8 FHGFS_OPENTK_IBVERBS=1 FHGFS_INTENT=1
 
4
 fhgfs-libopentk.conf: (rdma enforcement)
 
5
    FORCE_IB=1
 
6
 
 
7
Storage:
 
8
 File system: typically XFS for storage servers and ext4 for metadata servers.
 
9
 Configure in: fhgfs-mgmt.conf fhgfs-client.conf fhgfs-storage.conf
 
10
 
 
11
 - The amount of space needed for metadata in comparison to the total storage capacity
 
12
 depends on the actual use case (i.e. the average user file size). For a scratch file 
 
13
 system, the reserved space for metadata is typically between 0.5% and 1% of the total 
 
14
 storage capacity.
 
15
 
 
16
Both:
 
17
 mkdir /var/lock/subsys
 
18
 
 
19
Server:
 
20
 zypper install fhgfs-mgmtd fhgfs-meta fhgfs-storage
 
21
 fhgfs-opentk-lib-update-ib
 
22
 /etc/init.d/fhgfs-mgmt start
 
23
 /etc/init.d/fhgfs-meta start
 
24
 /etc/init.d/fhgfs-storage start
 
25
 
 
26
Client:
 
27
 zypper install  fhgfs-client fhgfs-helperd
 
28
 /etc/init.d/fhgfs-client rebuild
 
29
 Configure mount directory: fhgfs-mounts.conf
 
30
 /etc/init.d/fhgfs-helper start
 
31
 /etc/init.d/fhgfs-client start
 
32
 
 
 
b'\\ No newline at end of file'