Project

General

Profile

Actions

Bug #8185

closed

ceph osd pool create does not set auid

Added by Loïc Dachary about 10 years ago. Updated about 10 years ago.

Status:
Won't Fix
Priority:
Urgent
Assignee:
Category:
OSD
Target version:
-
% Done:

0%

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

Description

When a pool is created using the command line by a user associated with auid, the pool is not associated (owned) by the auid.

$ cat /tmp/keyring
[client.jean]
        key = AQCziVZT6EJoIRAA/HVxueyPmRGjvqQeOR40hQ==
        auid = 458
        caps mon = "allow *" 
$ ceph --name client.jean --keyring /tmp/keyring osd pool create jean-pool 12
$ ceph osd dump | grep 458 # fails

Actions

Also available in: Atom PDF