Re: [ceph-users] ceph-osd@ service keeps restarting after removing osd

2018-06-04 Thread Michael Burk
On Thu, May 31, 2018 at 4:40 PM Gregory Farnum wrote: > On Thu, May 24, 2018 at 9:15 AM Michael Burk > wrote: > >> Hello, >> >> I'm trying to replace my OSDs with higher capacity drives. I went through >> the steps to remove the OSD on the OSD node: >> # ceph osd out osd.2 >> # ceph osd down

Re: [ceph-users] ceph-osd@ service keeps restarting after removing osd

2018-05-31 Thread Gregory Farnum
On Thu, May 24, 2018 at 9:15 AM Michael Burk wrote: > Hello, > > I'm trying to replace my OSDs with higher capacity drives. I went through > the steps to remove the OSD on the OSD node: > # ceph osd out osd.2 > # ceph osd down osd.2 > # ceph osd rm osd.2 > Error EBUSY: osd.2 is still up; must be

[ceph-users] ceph-osd@ service keeps restarting after removing osd

2018-05-24 Thread Michael Burk
Hello, I'm trying to replace my OSDs with higher capacity drives. I went through the steps to remove the OSD on the OSD node: # ceph osd out osd.2 # ceph osd down osd.2 # ceph osd rm osd.2 Error EBUSY: osd.2 is still up; must be down before removal. # systemctl stop ceph-osd@2 # ceph osd rm osd.2