mirror of https://github.com/ceph/ceph-ansible.git
fix radosgw-admin call with another cluster name than "ceph"
parent
b80ba20745
commit
a7e4562297
|
@ -11,7 +11,7 @@
|
|||
- /var/run/ganesha
|
||||
|
||||
- name: create rgw nfs user
|
||||
command: radosgw-admin user create --uid={{ ceph_nfs_rgw_user }} --display-name="RGW NFS User"
|
||||
command: radosgw-admin --cluster {{ cluster }} user create --uid={{ ceph_nfs_rgw_user }} --display-name="RGW NFS User"
|
||||
register: rgwuser
|
||||
when: nfs_obj_gw
|
||||
|
||||
|
|
Loading…
Reference in New Issue