Project

General

Profile

Actions

Bug #3930

closed

ceph.spec: udev rule for rbd not in rpms

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

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

0%

Source:
Community (user)
Tags:
Backport:
bobtail
Regression:
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".

Actions

Also available in: Atom PDF