File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Layout fields
2020-------------
2121
2222pool
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
4141stripe_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
4848stripe_count
4949 Integer. The number of consecutive stripe units that constitute a RAID 0
You can’t perform that action at this time.
0 commit comments