Lines Matching +full:server +full:- +full:side
6 ------------
9 (client and server) that allow for remote access of a block device on
10 the server over RTRS protocol using the RDMA (InfiniBand, RoCE, iWARP)
12 on the client side as local block devices.
14 I/O is transferred between client and server by the RTRS transport
19 ------------
24 -----------
26 Server side:
29 Client side:
32 /sys/devices/virtual/rnbd-client/ctl/map_device
35 on client and on server sides; "path=" is a destination IP address or
39 mapped from the server side. After the session to the server machine is
40 established, the mapped device will appear on the client side under
44 RNBD-Server Module Parameters
48 ---------------
50 When a device is mapped from the client, the server generates the path
51 to the block device on the server side by concatenating dev_search_path
61 Protocol (rnbd/rnbd-proto.h)
64 1. Before mapping first device from a given server, client sends an
65 RNBD_MSG_SESS_INFO to the server. Server responds with
70 contains the path to the device and access mode (read-only or writable).
71 Server responds to the message with RNBD_MSG_OPEN_RSP. This contains
73 information: side, max_hw_sectors, etc.
76 message contains device id, provided by server in his rnbd_msg_open_rsp,
77 sector to be accessed, read-write flags and bi_size.
80 device id provided by the server.