Skip to content

Commit 4887e20

Browse files
authored
Merge pull request ceph#59167 from zdover23/wip-doc-2024-08-12-cephfs-file-layouts
doc/cephfs: improve "layout fields" text Reviewed-by: Anthony D'Atri <[email protected]> Reviewed-by: Patrick Donnelly <[email protected]>
2 parents 7ac44d6 + 0949b41 commit 4887e20

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)