diff options
| author | Yehuda Sadeh <yehuda@hq.newdream.net> | 2010-08-12 19:11:25 -0400 |
|---|---|---|
| committer | Sage Weil <sage@newdream.net> | 2010-10-20 18:38:13 -0400 |
| commit | 602adf400201636e95c3fed9f31fba54a3d7e844 (patch) | |
| tree | 1b10046664d2c380a595ceaaafab2eed835dc937 /net | |
| parent | 3d14c5d2b6e15c21d8e5467dc62d33127c23a644 (diff) | |
rbd: introduce rados block device (rbd), based on libceph
The rados block device (rbd), based on osdblk, creates a block device
that is backed by objects stored in the Ceph distributed object storage
cluster. Each device consists of a single metadata object and data
striped over many data objects.
The rbd driver supports read-only snapshots.
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'net')
| -rw-r--r-- | net/ceph/debugfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ceph/debugfs.c b/net/ceph/debugfs.c index 33d04999f4f2..27d4ea315d12 100644 --- a/net/ceph/debugfs.c +++ b/net/ceph/debugfs.c | |||
| @@ -252,8 +252,7 @@ void ceph_debugfs_cleanup(void) | |||
| 252 | { | 252 | { |
| 253 | } | 253 | } |
| 254 | 254 | ||
| 255 | int ceph_debugfs_client_init(struct ceph_client *client, | 255 | int ceph_debugfs_client_init(struct ceph_client *client) |
| 256 | int (*module_debugfs_init)(struct ceph_client *)) | ||
| 257 | { | 256 | { |
| 258 | return 0; | 257 | return 0; |
| 259 | } | 258 | } |
