You have different ways: ceph-deploy and full manual: Full manual: RGW: on all RGW yum install ceph-radosgw -y first RGW node: ceph-authtool --create-keyring /etc/ceph/ceph.client.radosgw.keyring chown ceph:ceph /etc/ceph/ceph.client.radosgw.keyring ceph-authtool /etc/ceph/ceph.client.radosgw.keyring -n client.rgw.servername2001 --gen-key ceph-authtool /etc/ceph/ceph.client.radosgw.keyring -n client.rgw.servername2002 --gen-key ceph-authtool /etc/ceph/ceph.client.radosgw.keyring -n client.rgw.servername2003 --gen-key ceph-authtool -n client.rgw.servername2001 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring ceph-authtool -n client.rgw.servername2002 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring ceph-authtool -n client.rgw.servername2003 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring ceph -k /etc/ceph/ceph.client.admin.keyring auth add client.rgw.servername2001 -i /etc/ceph/ceph.client.radosgw.keyring ceph -k /etc/ceph/ceph.client.admin.keyring auth add client.rgw.servername2002 -i /etc/ceph/ceph.client.radosgw.keyring ceph -k /etc/ceph/ceph.client.admin.keyring auth add client.rgw.servername2003 -i /etc/ceph/ceph.client.radosgw.keyring for i in {2..3}; do scp -pr /etc/ceph/ceph.client.radosgw.keyring servername200$i:/etc/ceph/ceph.client.radosgw.keyring;done for i in {2..4}; do scp -pr /etc/ceph/ceph.conf servername200$i:/etc/ceph/;done on the 2nd 3rd node: chown ceph:ceph /etc/ceph/ceph.client.radosgw.keyring systemctl start ceph-radosgw@rgw.`hostname -s` && systemctl enable ceph-radosgw@rgw.`hostname -s` Ceph-deploy: https://docs.ceph.com/en/octopus/install/ceph-deploy/install-ceph-gateway/ Istvan Szabo Senior Infrastructure Engineer --------------------------------------------------- Agoda Services Co., Ltd. e: istvan.szabo@xxxxxxxxx --------------------------------------------------- -----Original Message----- From: Matt Dunavant <MDunavant@xxxxxxxxxxxxxxxxxx> Sent: Thursday, July 22, 2021 11:21 PM To: ceph-users@xxxxxxx Subject: Installing and Configuring RGW to an existing cluster Hi all, We are currently using a ceph cluster for block storage on version 14.2.16. We would like to start experimenting with object storage but the ceph documentation doesn't seem to cover a lot of the installation or configuration of the RGW piece. Does anybody know where I may be able to find documentation about adding object storage to our existing cluster or any considerations to take into account while doing so? Thanks, Matt _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx ________________________________ This message is confidential and is for the sole use of the intended recipient(s). It may also be privileged or otherwise protected by copyright or other legal rules. If you have received it by mistake please let us know by reply email and delete it from your system. It is prohibited to copy this message or disclose its content to anyone. Any confidentiality or privilege is not waived or lost by any mistaken delivery or unauthorized disclosure of the message. All messages sent to and from Agoda may be monitored to ensure compliance with company policies, to protect the company's interests and to remove potential malware. Electronic messages may be intercepted, amended, lost or deleted, or contain viruses. _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx