]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix typo and redundant word in snaps section 5660/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 25 Aug 2015 11:31:43 +0000 (21:31 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Tue, 25 Aug 2015 11:31:43 +0000 (21:31 +1000)
Fix typo and remove identifying from "filtering identifying" in
doc/dev/osd_internals/snaps.rst

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
doc/dev/osd_internals/snaps.rst

index 4afb4602fb98fa5f7a962af32880091b7ddc5ddd..4cce9e816cde2f3b242577b960ed5e916b062aad 100644 (file)
@@ -101,7 +101,7 @@ to flush the filestore.  *SnapMapper* provides two mappings:
 
   1. hobject_t -> set<snapid_t>: stores the set of snaps for each clone
      object
-  2. snapid_t -> hobject_t: stores the set of hobjects with the snapshot
+  2. snapid_t -> hobject_t: stores the set of hobjects with the snapshot
      as one of its snaps
 
 Assumption: there are lots of hobjects and relatively few snaps.  The
@@ -113,8 +113,7 @@ is constant length.  These keys have a bufferlist encoding
 pair<snapid, hobject_t> as a value.  Thus, creating or trimming a single
 object does not involve reading all objects for any snap.  Additionally,
 upon construction, the *SnapMapper* is provided with a mask for filtering
-identifying the objects in the single SnapMapper keyspace belonging to that
-pg.
+the objects in the single SnapMapper keyspace belonging to that pg.
 
 Split
 -----