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]
