]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/bluestore-migration: typos and whitespace
authorSage Weil <sage@redhat.com>
Tue, 8 Aug 2017 19:09:50 +0000 (15:09 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 2 Mar 2018 15:18:22 +0000 (10:18 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 0a1512b023948a25874a4c5b09b32631287d1a9d)

doc/rados/operations/bluestore-migration.rst

index d444e04e58f356f394d8ccc9db4750d560e7c7ab..c60e23b7a72606b684ffb95c6aadbfe77c55beee 100644 (file)
@@ -9,7 +9,7 @@ take advantage of the improved performance and robustness.  There are
 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
+BlueStore and FileStore are simply too different for that to be
 practical.  "Conversion" will rely either on the cluster's normal
 replication and healing support or tools and strategies that copy OSD
 content from and old (FileStore) device to a new (BlueStore) one.
@@ -77,7 +77,7 @@ more data migration than should be necessary, so it is not optimal.
 
 #. Tell the cluster the OSD has been destroyed (and a new OSD can be
    reprovisioned with the same ID)::
-     
+
      ceph osd destroy $ID --yes-i-really-mean-it
 
 #. Reprovision a BlueStore OSD in its place with the same OSD ID.
@@ -140,16 +140,16 @@ the data migrating only once.
    the empty host, you might see something like::
 
      $ bin/ceph osd tree
-     ID CLASS WEIGHT  TYPE NAME     STATUS REWEIGHT PRI-AFF 
-     -5             0 host newhost                          
-     10   ssd 1.00000     osd.0         up  1.00000 1.00000 
-     11   ssd 1.00000     osd.1         up  1.00000 1.00000 
-     12   ssd 1.00000     osd.2         up  1.00000 1.00000 
-     -1       3.00000 root default                          
+     ID CLASS WEIGHT  TYPE NAME     STATUS REWEIGHT PRI-AFF
+     -5             0 host newhost
+     10   ssd 1.00000     osd.0         up  1.00000 1.00000
+     11   ssd 1.00000     osd.1         up  1.00000 1.00000
+     12   ssd 1.00000     osd.2         up  1.00000 1.00000
+     -1       3.00000 root default
      -2       3.00000     host oldhost1
-      0   ssd 1.00000         osd.0     up  1.00000 1.00000 
-      1   ssd 1.00000         osd.1     up  1.00000 1.00000 
-      2   ssd 1.00000         osd.2     up  1.00000 1.00000 
+      0   ssd 1.00000         osd.0     up  1.00000 1.00000
+      1   ssd 1.00000         osd.1     up  1.00000 1.00000
+      2   ssd 1.00000         osd.2     up  1.00000 1.00000
      ...
 
 #. Identify the first target host to convert ::