1RBD-NBD(8)                           Ceph                           RBD-NBD(8)
2
3
4

NAME

6       rbd-nbd - map rbd images to nbd device
7

SYNOPSIS

9       rbd-nbd [-c conf] [--read-only] [--device nbd device] [--nbds_max limit] [--max_part limit] [--exclusive] map image-spec | snap-spec
10       rbd-nbd unmap nbd device
11       rbd-nbd list-mapped
12
13

DESCRIPTION

15       rbd-nbd is a client for RADOS block device (rbd) images like rbd kernel
16       module.  It will map a rbd  image  to  a  nbd  (Network  Block  Device)
17       device, allowing access it as regular local block device.
18

OPTIONS

20       -c ceph.conf
21              Use   ceph.conf   configuration  file  instead  of  the  default
22              /etc/ceph/ceph.conf  to  determine  monitor   addresses   during
23              startup.
24
25       --read-only
26              Map read-only.
27
28       --nbds_max *limit*
29              Override  the parameter of NBD kernel module when modprobe, used
30              to limit the count of nbd device.
31
32       --max_part *limit*
33              Override for module param nbds_max.
34
35       --exclusive
36              Forbid writes by other clients.
37

IMAGE AND SNAP SPECS

39       image-spec is [pool-name]/image-name
40       snap-spec  is [pool-name]/image-name@snap-name
41
42
43       The default for pool-name is "rbd".  If an image name contains a  slash
44       character ('/'), pool-name is required.
45

AVAILABILITY

47       rbd-nbd is part of Ceph, a massively scalable, open-source, distributed
48       storage  system.  Please   refer   to   the   Ceph   documentation   at
49       http://ceph.com/docs for more information.
50

SEE ALSO

52       rbd(8)
53
55       2010-2014,  Inktank Storage, Inc. and contributors. Licensed under Cre‐
56       ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
57
58
59
60
61dev                              Apr 14, 2019                       RBD-NBD(8)
Impressum