60 likes | 212 Views
Quota and Size Properties for DAV Collections. draft-ietf-webdav-quota-02 Brian Korver <briank@xythos.com> Lisa Dusseault <lisa@xythos.com> Clark Warner <webdav@thewarners.com>. What is draft-ietf-webdav-quota?.
E N D
Quota and Size Properties for DAV Collections draft-ietf-webdav-quota-02 Brian Korver <briank@xythos.com> Lisa Dusseault <lisa@xythos.com> Clark Warner <webdav@thewarners.com>
What is draft-ietf-webdav-quota? WebDAV servers are frequently deployed with quota (size) limitations. This Internet-Draft discusses the properties and minor behaviors needed for clients to interoperate with quota implementations on WebDAV repositories.
What’s new in -02? • DAV:quota-limit-bytes replaced with DAV:quota-available-bytes, aligning it with NFS DAV:quota-limit-bytes - DAV:quota-used-bytes = quota_avail_hard quota-limit was originally chosen so that it would be a “fixed” value, but as Stefan Eissing pointed out, this wouldn’t be the case when the free space on the server goes below a user’s quota.
DAV:quota-limit-bytes Example quota-used 0 free space 5GB quota-limit 0+5GB = 5GB quota-used 0 free space 4GB quota-limit 0+4GB = 4GB
DAV:quota-available-bytes • is the value in octets representing the amount of additional disk space beyond the current allocation that can be allocated to this file or directory before further allocations will be refused. It is understood that this space may be consumed by allocations to other files or directories.
Going forward to -03 • Send feedback to the list atw3c-dist-auth@w3.org • Working group last call?