Skip to content

Commit 0949b41

Browse files
doc/cephfs: improve "layout fields" text
Improve "layout fields" text in doc/cephfs/file-layouts.rst, as suggesed by Anthony D'Atri in these comments: ceph#59021 (comment) ceph#59021 (comment) Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
1 parent 616fbc1 commit 0949b41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/cephfs/file-layouts.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Layout fields
2020
-------------
2121

2222
pool
23-
This is a string and returns either an ID or a name. Strings may contain
23+
This is a string and contains either an ID or a name. Strings may contain
2424
only characters in the set ``[a-zA-Z0-9\_-.]``. This determines the RADOS
2525
pool that stores a file's data objects.
2626

@@ -41,9 +41,9 @@ pool_namespace
4141
stripe_unit
4242
This is an integer. The size (in bytes) of a block of data used in the
4343
distribution of a file. All stripe units for a file have equal size. The
44-
last stripe unit is typically incomplete–that is, it represents the data at
45-
the end of the file as well as unused “space” beyond the end of the file to
46-
the end of the fixed stripe unit size.
44+
last stripe unit is typically only partly full of data: it holds file data
45+
through EOF as well as padding that fills the balance of the fixed stripe
46+
unit size.
4747

4848
stripe_count
4949
Integer. The number of consecutive stripe units that constitute a RAID 0

0 commit comments

Comments
 (0)