Hi, I'm using Pacific v16.2.10 container image, deployed by cephadm. I used to manually build config file for rgw, deploy rgw, put config file in place and restart rgw. It works fine. Now, I'd like to put rgw config into config db. I tried with client.rgw, but the config is not taken by rgw. Also "config show" doesn't work. It always says "no config state". ``` # ceph orch ps | grep rgw rgw.qa.ceph-1.hzfrwq ceph-1 10.250.80.100:80 running (10m) 10m ago 53m 51.4M - 16.2.10 32214388de9d 13169a213bc5 # ceph config get client.rgw | grep frontends client.rgw basic rgw_frontends beast port=8086 * # ceph config show rgw.qa.ceph-1.hzfrwq Error ENOENT: no config state for daemon rgw.qa.ceph-1.hzfrwq # ceph config show client.rgw.qa.ceph-1.hzfrwq Error ENOENT: no config state for daemon client.rgw.qa.ceph-1.hzfrwq # radosgw-admin --show-config -n client.rgw.qa.ceph-1.hzfrwq | grep frontends rgw_frontends = beast port=7480 ``` Any clues what I am missing here? Thanks! Tony _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx