]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: make the cephfs man page marginally more truthful
authorGreg Farnum <greg@inktank.com>
Wed, 20 Feb 2013 02:00:44 +0000 (18:00 -0800)
committerGreg Farnum <greg@inktank.com>
Wed, 20 Feb 2013 02:00:44 +0000 (18:00 -0800)
Put it in the right place this time.

Signed-off-by: Greg Farnum <greg@inktank.com>
doc/man/8/cephfs.rst

index 42eff15833abfd06e1e82e76c751c91cf25b3337..f4d173d166c7c1f0abf67e94cb3638cfa7fe18c0 100644 (file)
@@ -46,7 +46,7 @@ Setting options:
 
 .. option:: -c --stripe_count
 
-   Set the number of stripes per object
+   Set the number of objects to stripe across
 
 .. option:: -s --object_size
 
@@ -64,8 +64,8 @@ Setting options:
 Limitations
 ===========
 
-When setting layout data, the specified stripe unit and stripe count
-must multiply to the size of an object. Any parameters you don't set
+When setting layout data, the specified object size must evenly divide
+by the specified stripe unit. Any parameters you don't set
 explicitly are left at the system defaults.
 
 Obviously setting the layout of a file and a directory means different
@@ -79,9 +79,8 @@ directory (or any subdirectory).  Pre-existing files do not have their
 layouts changed.
 
 You'll notice that the layout information allows you to specify a
-preferred OSD for placement. This is allowed but is not recommended
-since it can dramatically unbalance your storage cluster's space
-utilization.
+preferred OSD for placement. This feature is unsupported and ignored
+in modern versions of the Ceph servers; do not use it.
 
 
 Availability