19 | | |
| 19 | == Storage == |
| 20 | * Fast storage for camera streaming |
| 21 | * First 8 TB on storage boxes attached to ipekatrinadei and ipepdvcompute1 |
| 22 | * Exposed over ''iSER'' protocol using ''tgt'' server |
| 23 | * No access sharing, single user only |
| 24 | * Both devices allocated to the camera computer using openiscsi |
| 25 | * Software Raid 0 is assembled from the devices |
| 26 | * Formatted using ''XFS'' and mounted under ''/mnt/server'' |
| 27 | * Big and slow storage |
| 28 | * ''glusterfs'' is used currently, but ''fhgfs'' is faster and may be better option if they go open source (there are some plans) |
| 29 | * OpenSuSE packages does not include RDMA support, the source RPM should be recompiled on the system with installed Infiniband stack |
| 30 | * Storage mounted under ''/pdv'' |
| 31 | * ''/pdv/home/'' clustered home folders |
| 32 | * ''/pdv/data/'' sample data sets |
| 33 | * External computers may mount the storage over NFS |
| 34 | {{{ |
| 35 | ipepdvcompute1:/storage> /pdv nfs defaults,_netdev,mountproto=tcp 0 0 |
| 36 | }}} |
| 37 | * [wiki:UfoClusterStorage Configuration] |