[ceph-users] Re: Ceph configuration for rgw

2022-09-25 Thread Eugen Block
Hi, the docs [1] show how to specifiy the rgw configuration via yaml file (similar to OSDs). If you applied it with ceph orch you should see your changes in the 'ceph config dump' output, or like this: ---snip--- ses7-host1:~ # ceph orch ls | grep rgw rgw.ebl-rgw?:80 2/2 33

[ceph-users] Re: Ceph configuration for rgw

2022-09-26 Thread Eugen Block
Just adding this: ses7-host1:~ # ceph config set client.rgw.ebl-rgw rgw_frontends "beast port=8080" This change is visible in the config get output: client.rgw.ebl-rgwbasic rgw_frontendsbeast port=8080 Zitat von Eugen Block : Hi, the docs [1] show how to specifiy the rgw

[ceph-users] Re: Ceph configuration for rgw

2022-09-26 Thread Tony Liu
_______ From: Eugen Block Sent: September 26, 2022 12:08 AM To: ceph-users@ceph.io Subject: [ceph-users] Re: Ceph configuration for rgw Just adding this: ses7-host1:~ # ceph config set client.rgw.ebl-rgw rgw_frontends "beast port=8080" This change is visible in the config get outp