Searched hist:"7578 d5cd1e0fe71736970372fcf96341d69f2234" (Results 1 – 1 of 1) sorted by relevance
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-rnbd-client | diff 7578d5cd1e0fe71736970372fcf96341d69f2234 Thu Nov 26 11:47:19 CET 2020 Gioh Kim <gi-oh.kim@cloud.ionos.com> Documentation/ABI/rnbd-clt: session name is appended to the device path
When mapping a device, /sys/devices/virtual/rnbd-client/ctl/devices/<device_id> was created. But we found out that it had a problem when mapping the same file on different servers. So we append the session name after the device_id as below. /sys/devices/virtual/rnbd-client/ctl/devices/<device_id>@<session_name>
Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com> Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|