[ceph-users] Install specific version using ansible

2020-01-06 Thread Marcelo Miziara
Hello all!
I'm trying to install a specific version of luminous (12.2.4). In the
directory group_vars/all.yml I can specify the luminous version, but i
didn't find a place where I can be more specific about the version.

The ansible installs the latest version (12.2.12 at this time).

I'm using ceph ansible stable-3.1

Is it possible, or I have to downgrade?

Thanks in advance, Marcelo.
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Bucket link tenanted to non-tenanted

2019-12-23 Thread Marcelo Miziara
Hello all. I'm trying to link a bucket from a user that's not "tenanted"
(user1) to a tenanted user (usert$usert), but i'm getting an error message.

I'm using Luminous:
# ceph version
ceph version 12.2.12 (1436006594665279fe734b4c15d7e08c13ebd777) luminous
(stable)

The steps I took were:
1) create user1:
# radosgw-admin user create --uid='user1' --display-name='user1'

2) create one bucket (bucket1) withe the user1 credentials:
# s3cmd -c .s3cfg mb s3://bucket1
Bucket 's3://bucket1/' created

3) create usert$usert:
# radosgw-admin user create --uid='usert$usert' --display-name='usert'

4) Tried to link:
# radosgw-admin bucket link --uid="usert\$usert" --bucket=bucket1
failure: (2) No such file or directory: 2019-12-23 10:20:49.078908
7f8f4f3d9dc0  0 could not get bucket info for bucket=bucket1

Am I doing something wrong?

Thanks in advance, Marcelo.
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com