Lines Matching +full:a +full:- +full:side
6 ------------
8 RNBD (RDMA Network Block Device) is a pair of kernel modules
9 (client and server) that allow for remote access of a block device on
12 on the client side as local block devices.
19 ------------
24 -----------
26 Server side:
29 Client side:
32 /sys/devices/virtual/rnbd-client/ctl/map_device
34 Where "sessname=" is a session name, a string to identify the session
35 on client and on server sides; "path=" is a destination IP address or
36 a pair of a source and a destination IPs, separated by comma. Multiple
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
69 2. Client requests to open a device by sending RNBD_MSG_OPEN message. This
70 contains the path to the device and access mode (read-only or writable).
72 a 32 bit device id to be used for IOs and device "geometry" related
73 information: side, max_hw_sectors, etc.
75 3. Client attaches RNBD_MSG_IO to each IO message send to a device. This
77 sector to be accessed, read-write flags and bi_size.
79 4. Client closes a device by sending RNBD_MSG_CLOSE which contains only the