]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/8/ceph-objectstore-tool.rst: drop UTF-8 chars 35701/head
authorKefu Chai <kchai@redhat.com>
Mon, 22 Jun 2020 11:53:43 +0000 (19:53 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 22 Jun 2020 11:55:15 +0000 (19:55 +0800)
it's a regression introduced by 5a09d7a1ca2e93811505345c31367627bedbea0e

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/man/8/ceph-objectstore-tool.rst

index 184702f4947f97209598f4056f3c64021b7fd80e..b8e7bfd4cb1989a89bb6b6739c088a7bb38ca81e 100644 (file)
@@ -205,7 +205,7 @@ Use the ceph-objectstore-tool to list the contents of the object map (OMAP). The
 
 Manipulating the Object Map Header
 ----------------------------------
-The **ceph-objectstore-tool** utility will output the object map (OMAP) header with the values associated with the objects keys.
+The **ceph-objectstore-tool** utility will output the object map (OMAP) header with the values associated with the object's keys.
 
 Note: If using FileStore as the OSD backend object store, then add the `--journal-path $PATH_TO_JOURNAL` argument when getting or setting the object map header, where the `$PATH_TO_JOURNAL` variable is the absolute path to the OSD journal; for example `/var/lib/ceph/osd/ceph-0/journal`.
 
@@ -298,10 +298,10 @@ Procedure
 Listing an Object's Attributes
 -------------------------------
 
-Use the **ceph-objectstore-tool** utility to list an object's attributes. The output provides you with the objects keys and values.
+Use the **ceph-objectstore-tool** utility to list an object's attributes. The output provides you with the object's keys and values.
 Note
 
-If you are using FileStore as the OSD backend object store and the journal is on a different disk, you must add the `--journal-path $PATH_TO_JOURNAL` argument when listing an objects attributes, where the `$PATH_TO_JOURNAL` variable is the absolute path to the OSD journal; for example `/var/lib/ceph/osd/ceph-0/journal`.
+If you are using FileStore as the OSD backend object store and the journal is on a different disk, you must add the `--journal-path $PATH_TO_JOURNAL` argument when listing an object's attributes, where the `$PATH_TO_JOURNAL` variable is the absolute path to the OSD journal; for example `/var/lib/ceph/osd/ceph-0/journal`.
 
 Prerequisites
 ^^^^^^^^^^^^^
@@ -322,7 +322,7 @@ Procedure
 
     [root@osd ~]# systemctl status ceph-osd@1
 
-   List the objects attributes:
+   List the object's attributes:
 
    Syntax::
 
@@ -336,10 +336,10 @@ Procedure
 MANIPULATING THE OBJECT ATTRIBUTE KEY
 -------------------------------------
 
-Use the ceph-objectstore-tool utility to change an object’s attributes. To manipulate the object’s attributes you need the data and journal paths, the placement group identifier (PG ID), the object, and the key in the object’s attribute.
+Use the ceph-objectstore-tool utility to change an object's attributes. To manipulate the object's attributes you need the data and journal paths, the placement group identifier (PG ID), the object, and the key in the object's attribute.
 Note
 
-If you are using FileStore as the OSD backend object store and the journal is on a different disk, you must add the `--journal-path $PATH_TO_JOURNAL` argument when getting, setting or removing the objects attributes. Where the `$PATH_TO_JOURNAL` variable is the absolute path to the OSD journal, for example `/var/lib/ceph/osd/ceph-0/journal`.
+If you are using FileStore as the OSD backend object store and the journal is on a different disk, you must add the `--journal-path $PATH_TO_JOURNAL` argument when getting, setting or removing the object's attributes. Where the `$PATH_TO_JOURNAL` variable is the absolute path to the OSD journal, for example `/var/lib/ceph/osd/ceph-0/journal`.
 
 Prerequisites
 
@@ -358,7 +358,7 @@ Procedure
 
     [root@osd ~]# systemctl status ceph-osd@1
 
- Get the objects attributes:
+ Get the object's attributes:
 
  Syntax::
 
@@ -368,7 +368,7 @@ Procedure
 
    [root@osd ~]# ceph-objectstore-tool --data-path /var/lib/ceph/osd/ceph-0  --pgid 0.1c '{"oid":"zone_info.default","key":"","snapid":-2,"hash":235010478,"max":0,"pool":11,"namespace":""}' get-attrs "oid" > zone_info.default.attr.txt
 
- Set an objects attributes:
+ Set an object's attributes:
 
  Syntax::
 
@@ -378,7 +378,7 @@ Procedure
 
    [root@osd ~]# ceph-objectstore-tool --data-path /var/lib/ceph/osd/ceph-0 --pgid 0.1c '{"oid":"zone_info.default","key":"","snapid":-2,"hash":235010478,"max":0,"pool":11,"namespace":""}' set-attrs "oid" < zone_info.default.attr.txt
 
- Remove an objects attributes:
+ Remove an object's attributes:
 
  Syntax::