Having an issue creating the rados gw with ceph-deploy.
I'm using the arm64 luminous packages for xenial:
ii ceph 12.2.2-1xenial arm64 distributed storage and file system
when I try to run ceph-deploy I get an error:
[ceph-node0][INFO ] Running command: sudo ceph --cluster ceph --name client.bootstrap-rgw --keyring /var/lib/ceph/bootstrap-rgw/ceph.keyring auth get-or-create client.rgw.ceph-node0 osd allow rwx mon allow rw -o /var/lib/ceph/radosgw/ceph-rgw.ceph-node0/keyring
[ceph-node0][INFO ] Running command: sudo systemctl enable ceph-radosgw@xxxxxxxx-node0
[ceph-node0][WARNIN] Failed to enable unit: File ceph-radosgw@xxxxxxxx-node0.service: No such file or directory
[ceph-node0][ERROR ] RuntimeError: command returned non-zero exit status: 1
[ceph_deploy.rgw][ERROR ] Failed to execute command: systemctl enable ceph-radosgw@xxxxxxxx-node0
[ceph_deploy][ERROR ] GenericError: Failed to create 1 RGWs
Attempting to run the command on the shell:
ceph-admin@ceph-node0:~/my-cluster$ sudo ceph --cluster ceph --name client.bootstrap-rgw --keyring /var/lib/ceph/bootstrap-rgw/ceph.keyring auth get-or-create client.rgw.ceph-node0 osd allow rwx mon allow rw -o /var/lib/ceph/radosgw/ceph-rgw.ceph-node0/keyring
Error EACCES: access denied
Googling hasn't helped me with this so far. Has anyone else had this issue or can provide guidance?
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com