]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixed Typo in pools documentation - replaced '-' with '_' in example set-quota... 2007/head
authorGeorge Ryall <george.ryall@stfc.ac.uk>
Fri, 20 Jun 2014 16:45:00 +0000 (17:45 +0100)
committerGeorge Ryall <george.ryall@stfc.ac.uk>
Fri, 20 Jun 2014 16:54:47 +0000 (17:54 +0100)
doc/rados/operations/pools.rst

index da3d5dc0a156d86dafa8bc0179f9e88aee370fad..380e9f9e690aa9470b049b017567f1562a1dd1d7 100644 (file)
@@ -135,11 +135,11 @@ Set Pool Quotas
 You can set pool quotas for the maximum number of bytes and/or the maximum 
 number of objects per pool. ::
 
-       ceph osd pool set-quota {pool-name} [max-objects {obj-count}] [max_bytes {bytes}] 
+       ceph osd pool set-quota {pool-name} [max_objects {obj-count}] [max_bytes {bytes}] 
 
 For example:: 
 
-       ceph osd pool set-quota data max-objects 10000
+       ceph osd pool set-quota data max_objects 10000
 
 To remove a quota, set its value to ``0``.