]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Add default quota config 6400/head
authorDaniel Gryniewicz <dang@redhat.com>
Fri, 25 Sep 2015 15:02:20 +0000 (11:02 -0400)
committerDaniel Gryniewicz <dang@redhat.com>
Wed, 28 Oct 2015 12:53:55 +0000 (08:53 -0400)
commit3047b5690eebb7fcd2d7a26acd20105e016a44c4
tree0646b8bdd1508501f9366b5b8cc12e61f0850ddd
parent870730e5cd111248d64d3f9ca50d7542131e5a61
rgw: Add default quota config

Add a default quota config that is applied when no specific quota is
enabled.  There are both per-bucket and per-user defaults.  Defaults are
enabled if either max count or max size is enabled.

This fixes issues 12912 and 12997.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
src/common/config_opts.h
src/rgw/rgw_quota.cc