Skip to content

Instantly share code, notes, and snippets.

View plumbery's full-sized avatar

Alper Can plumbery

  • Kocsistem
View GitHub Profile
@kalaspuffar
kalaspuffar / ceph-rados-gateway.md
Last active April 24, 2024 14:00
Simple installation of a Ceph RADOS gateway
sudo apt install radosgw

sudo mkdir -p /var/lib/ceph/radosgw/ceph-rgw.`hostname -s`
sudo ceph auth get-or-create client.rgw.`hostname -s` osd 'allow rwx' mon 'allow rw' -o /var/lib/ceph/radosgw/ceph-rgw.`hostname -s`/keyring

[client.rgw.n1]
host = n1
keyring = /var/lib/ceph/radosgw/ceph-rgw.n1/keyring
log file = /var/log/ceph/ceph-rgw-n1.log