[Openstack-docs] [openstack/swift] DocImpact review request change I77cfbf6dc231a2e522bd67328e4c082424a93eee

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Mon Feb 4 13:11:32 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/19758

Log:
commit 5494d4ee1d8aec0d287d7083d391a4695cac1d23
Author: Michael Barton <mike at weirdlooking.com>
Date:   Thu Jan 31 21:53:47 2013 -0800

    Basic container quotas
    
    Add a new middleware implementing some basic container quotas.
    
    Quotas are subject to several limitations: eventual consistency, the timeliness
    of the cached container_info (60 second ttl by default), and it’s unable to
    reject chunked transfer uploads that exceed the quota (though once the quota
    is exceeded, new chunked transfers will be refused).
    
    However, they get most of the way to container quotas fairly inexpensively.
    
    Quotas are set by adding meta values to the container, and are validated when
    set:
    
      X-Container-Meta-Quota-Bytes: Maximum size of the container, in bytes.
      X-Container-Meta-Quota-Count: Maximum object count of the container.
    
    DocImpact
    
    Change-Id: I77cfbf6dc231a2e522bd67328e4c082424a93eee




More information about the Openstack-docs mailing list