[ceph-users] How to purge/remove rgw from ceph/pacific

2021-09-11 Thread Cem Zafer
Hi, How to remove rgw from hosts? When I execute ```ceph orch daemon rm ```, it spawns another. What is the proper way to remove rgw from ceph hosts? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le..

[ceph-users] Re: How to purge/remove rgw from ceph/pacific

2021-09-11 Thread Eugen Block
Edit your rgw service specs and set „unmanaged“ to true so cephadm won’t redeploy a daemon, then remove it as you did before. See [1] for more details. [1] https://docs.ceph.com/en/pacific/cephadm/service-management.html Zitat von Cem Zafer : Hi, How to remove rgw from hosts? When I execute

[ceph-users] Re: Drop of performance after Nautilus to Pacific upgrade

2021-09-11 Thread Luis Domingues
Hi Igor, I have a SSD for the physical DB volume. And indeed it has very high utilisation during the benchmark. I will test 16.2.6. Thanks, Luis Domingues ‐‐‐ Original Message ‐‐‐ On Friday, September 10th, 2021 at 5:57 PM, Igor Fedotov wrote: > Hi Luis, > > some chances that you'r

[ceph-users] Re: How to purge/remove rgw from ceph/pacific

2021-09-11 Thread Sebastian Wagner
Yeah, looks like this was missing from the docs. See https://github.com/ceph/ceph/pull/43141 Am 11.09.21 um 12:46 schrieb Eugen Block: Edit your rgw service specs and set „unmanaged“ to true so cephadm won’t redeploy a daemon, then remove it as you did before. See [1] for more details. [1]