Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/rados/operations/bluestore-migration: document bluestore migration process #16918

Merged
merged 1 commit into from Aug 10, 2017

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Aug 8, 2017

Signed-off-by: Sage Weil sage@redhat.com

umount /var/lib/ceph/osd/ceph-$ID

#. Destroy the OSD data. Be *EXTREMELY CAREUL* as this will destroy
the contents of the device; be certain it is not needed. ::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the line "be certain it is not needed" is required, since the process is explaining about filestore to bluestore conversion.


You can allow the refilling of the replacement OSD to happen
concurrently with the draining of the next OSD, or follow the same
procedure for multiple OSDs in parallel, as long as you ensure the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the replica is per host level, then we could ask admin's to do it one host(osd's inside host can use parallel conversion) per time for safety reason (for eg: a 3 node cluster can go one host in parallel).

@vasukulkarni
Copy link
Contributor

Overall looks great to me, thanks

…n process

Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 1e60670 into ceph:master Aug 10, 2017
@liewegas liewegas deleted the wip-doc-bluestore-migration branch August 10, 2017 19:15
several strategies for making such a transition.

An individual OSD cannot be converted in place in isolation, however:
BlueStore and FileStore are simply to different for that to be
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/to/too/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants