Posted
Filed under Computer/HPC
* CEPh (Server environment)
- Physical storage clustering
- only one access point(a mount point on one of a node) only can access one storage device
- useful
  - increase I/O performance to one of a server's I/O
  - the storage device for HA server.
  - provide single storage device(rbd) per mount point in a storage pool.
  - Not support a single storage device(rbd) to a multi-mount point ( not support multi-nodes )

* Lustre (HPC computing environment)
- http://lustre.org/
- https://downloads.hpdd.intel.com/public/lustre/
- Physical storage clustering 
- Support TCP/IP(Ethernet/IPoIB)
- multi-access point(a mount point on multi-nodes) can access same storage device
- Support Ethernet network protocol (Ethernet/IP over IB)
- useful
  - increase I/O performance
  - provide single storage device to a mount point on multi-hosts (Similar to NFS mount)
* BeeGFS (HPC computing environment)
- https://www.beegfs.io/
- Physical storage clustering 
- Support TCP/IP, IB
- multi-access point(a mount point on multi-nodes) can access same storage device
- useful
  - increase I/O performance
  - provide single storage device to a mount point on multi-hosts (Similar to NFS mount)

* GlusterFS (HPC computing environment)
- https://www.gluster.org/
- Physical storage clustering 
- Support TCP/IP, IB, Socket direct protocol
- multi-access point(a mount point on multi-nodes) can access same storage device
- useful
  - increase I/O performance
  - provide single storage device to a mount point on multi-hosts (Similar to NFS mount)
2018/03/24 07:58 2018/03/24 07:58
[로그인][오픈아이디란?]