Project

General

Profile

Bug #3930

ceph.spec: udev rule for rbd not in rpms

Added by Josh Durgin about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
bobtail
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The udev rule for kernel rbd (udev/50-rbd.rules in ceph.git) should be packaged. It's already in the debs: debian/librbd1.install:lib/udev/rules.d/50-rbd.rules

Reported on ceph-devel:


in block device quick start (http://ceph.com/docs/master/start/quick-rbd/)

"sudo rbd map foo --pool rbd --name client.admin" 

maps the image to /dev/rbd0 here (centos 6.3/bobtail) so the subsequent

"4. Use the block device. In the following example, create a file system.

sudo mkfs.ext4 -m0 /dev/rbd/rbd/foo" 

should end with "/dev/rbd0" instead of "/dev/rbd/rbd/foo".

History

#1 Updated by Anonymous about 11 years ago

  • Status changed from 12 to In Progress

#2 Updated by Anonymous about 11 years ago

  • Status changed from In Progress to Resolved

Branch: refs/heads/master
Home: https://github.com/ceph/ceph
Commit: 0b66994c180b1ce5856a38518423d82fbebc8a2e
https://github.com/ceph/ceph/commit/0b66994c180b1ce5856a38518423d82fbebc8a2e
Author: Gary Lowell <>
Date: 2013-01-28 (Mon, 28 Jan 2013)

Changed paths:
M ceph.spec.in
Log Message:
-----------
ceph.spec.in: package rbd udev rule

Package udev/50-rbd.rules per bug 3930.

Signed-off-by: Gary Lowell <>

Also available in: Atom PDF