Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 580 Bytes

RDMA Transport (RTRS) & RDMA Network Block Device (RNBD)

Short introduction

RNBD/RTRS were created with one aim: provide simple way to map a remote device on a client machine from a server machine. RNBD is nothing more but a block device which uses RTRS as a transport library to send I/O requests. RTRS in its turn manages RDMA (InfiniBand, RoCE, iWarp) connections between client and server.

RNBD documentation is here.

RTRS documentation is here.