1nbd-clid(8) System Manager's Manual nbd-clid(8)
2
3
4
6 nbd-clid
7
9 nbd-clid is a client side daemon, which will handle the cmd requests
10 from nbd-cli and do the stale connections restore when the node or the
11 nbd-runner is reboot
12
13
15 nbd-clid [OPTION]
16
17
19 -r, --rhost=<RUNNER_HOST>
20 Specify the host where the nbd-runner service is running and
21 listening for the RPC Control command requests, such as cre‐
22 ate/delete/map/unmap/list, etc from the nbd-clid/nbd-cli side,
23 "localhost" as default.
24
25
26 -u, --uid=<UID>
27 Run as uid, default is current user
28
29
30 -g, --gid=<GID>
31 Run as gid, default is current user group
32
33
34 -h, --help
35 Display this help and exit
36
37
38 -v, --version
39 Display version and exit
40
41
42 NOTE: The RUNNER_HOST will be useful if the nbd-runner and nbd-clid
43 services are working on diffrent nodes.
44
45
46
47
48
50 nbd-runner(8), nbd-cli(8),
51
52
54 Xiubo Li <xiubli@redhat.com>
55
57 Report bugs via gluster-devel <gluster-devel@gluster.org>
58 or <https://github.com/gluster/nbd-runner/issues>
59
60
61
62 nbd-clid(8)