From 66a5f3b9ea2469de3a9c5e2b329b6e35603d171f Mon Sep 17 00:00:00 2001 From: George Ryall Date: Fri, 20 Jun 2014 17:45:00 +0100 Subject: [PATCH] doc: Fixed Typo in pools documentation - replaced '-' with '_' in example set-quota comands. --- doc/rados/operations/pools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index da3d5dc0a156..380e9f9e690a 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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``. -- 2.47.3