Deactivate cephx auth

John.N

Member
Sep 21, 2019
24
3
23
33
Hello,

As the title suggest, I would like to deactivate Cephx authentication, as I want to remove the overhead.
My ceph networks are completely isolated, so no security implication.

I've already done it on my dev cluster and it works.

My question is: How should I go about disabling it on the production cluster in order to minimize downtime?
 
To extend, my thought is:

Code:
# ceph osd set noout
# ceph osd set norecover
# ceph osd set norebalance
# ceph osd set nobackfill
# ceph osd set nodown
# ceph osd set pause

Then disable cephx by:
Code:
[global]
         auth client required = none
         auth cluster required = none
         auth service required = none
         cephx_sign_messages = false

- Restart services
- Then unset pause etc in reverse order.
- It should take less than 30 sec.


What do you think?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!