Documentation/ABI/rnbd-clt: session name is appended to the device path
authorGioh Kim <gi-oh.kim@cloud.ionos.com>
Thu, 26 Nov 2020 10:47:19 +0000 (11:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 4 Dec 2020 16:41:10 +0000 (09:41 -0700)
commit7578d5cd1e0fe71736970372fcf96341d69f2234
treeddd9476b7fd6192d0ec84585f524991f6d31ddfb
parent47479b795490f146ff045ec3ee5a724bbce294f0
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>
Documentation/ABI/testing/sysfs-class-rnbd-client