Re: manually configure radosgw

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
This is out dated but will get you throuh it (especially the pools and 
civetweb)


yum install ceph-radosgw

ceph osd pool create default.rgw 8
ceph osd pool create default.rgw.meta 8
ceph osd pool create default.rgw.control 8
ceph osd pool create default.rgw.log 8
ceph osd pool create .rgw.root 8
ceph osd pool create .rgw.gc 8
ceph osd pool create .rgw.buckets 16 
ceph osd pool create .rgw.buckets.index 8
ceph osd pool create .rgw.buckets.extra 8
ceph osd pool create .intent-log 8
ceph osd pool create .usage 8
ceph osd pool create .users 8
ceph osd pool create .users.email 8
ceph osd pool create .users.swift 8
ceph osd pool create .users.uid 8

ceph auth get-or-create client.rgw1

ceph auth caps client.rgw1 osd 'allow rwx' mon 'allow rwx'

(umask 027 ; sudo -u ceph mkdir -p /var/lib/ceph/radosgw/ceph-rgw1)
(umask 077; ceph auth export client.rgw1 2>/dev/null | head -2 | sudo -u 
ceph tee /var/lib/ceph/radosgw/ceph-rgw1/keyring )

service ceph-radosgw@rgw1 start

systemctl enable ceph-radosgw@rgw1

[client.rgw1]
rgw_frontends = civetweb port=80+7480s 
ssl_certificate=/etc/ceph/cert.pem
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux