Isn't noout enough to shutdown OSD ? Heard that some of those flags can cause 
some problems when you restart the cluster

https://www.croit.io/blog/how-not-to-shut-down-a-ceph-cluster

________________________________
De : Joshua Blanch <[email protected]>
Envoyé : mercredi 6 août 2025 15:47:21
À : gagan tiwari
Cc : Hand, Gerard; [email protected]; ceph-users
Objet : [ceph-users] Re: [External] Best/Safest way to power off cluster

for osds I would run it in this exact order to shut it down.

ceph osd set noout
ceph osd set norecover
ceph osd set norebalance
ceph osd set nobackfill
ceph osd set nodown
ceph osd set noscrub
ceph osd set nodeep-scrub
ceph osd set pause

then to boot back up, run it in reverse order.

On Wed, 6 Aug 2025 at 07:36, gagan tiwari <[email protected]>
wrote:

> Thanks Gerard /  Lukasz /  Eugen,
>                                                              I will follow
> these instructions white shutting nodes.
>
> Thanks,
> Gagan
>
>
> On Wed, Aug 6, 2025 at 7:19 PM Hand, Gerard <[email protected]>
> wrote:
>
> >
> > If you are using CephFS you will need to  disable that first:
> >
> >    ceph fs set <file system> max_mds 1
> >    ceph fs fail <file system>
> >    ceph fs set <file system> joinable false
> >
> >
> > Regards
> > Gerard
> > _______________________________________________
> > ceph-users mailing list -- [email protected]
> > To unsubscribe send an email to [email protected]
> >
> _______________________________________________
> ceph-users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to