Project

General

Profile

Actions

Bug #3285

closed

rbd map w/ cephx

Added by Chris Dunlop over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

"rbd map" with "auth supported = cephx" doesn't work (using ceph at commit c8721b956):

# rbd create test1 --size 10248 --format 1
# grep auth /etc/ceph/ceph.conf
      auth supported = cephx
# rbd map test1
add failed: (2) No such file or directory
# rbd showmapped

# perl -pi -e 's/cephx/none/' /etc/ceph/ceph.conf
# service ceph restart
# rbd map test1
# rbd showmapped
id    pool    image    snap    device
1    rbd    test1    -    /dev/rbd1

Files

trace (27.6 KB) trace Chris Dunlop, 10/10/2012 06:17 PM
Actions

Also available in: Atom PDF