Changeset 2155


Ignore:
Timestamp:
Feb 17, 2009, 4:14:32 AM (15 years ago)
Author:
broder
Message:

Disk quotas are measured in gigabytes.

Location:
trunk/packages/invirt-database
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-database/debian/changelog

    r2152 r2155  
     1invirt-database (0.1.7) unstable; urgency=low
     2
     3  * Disk quotas are measured in gigabytes.
     4
     5 -- Evan Broder <broder@mit.edu>  Tue, 17 Feb 2009 04:14:22 -0500
     6
    17invirt-database (0.1.6) unstable; urgency=low
    28
  • trunk/packages/invirt-database/python/database/owner.py

    r2143 r2155  
    2727            f = MAX_VMS_ACTIVE
    2828        return """<Owner %s: ram_quota_total=%s MB ram_quota_single=%s MB
    29 disk_quota_total=%s MB disk_quota_single=%s MB
     29disk_quota_total=%s GB disk_quota_single=%s GB
    3030vms_quota_total=%s vms_quota_active=%s >""" % (self.owner_id, a,b,c,d,e,f)
    3131    def getMemoryQuotas(owner):
Note: See TracChangeset for help on using the changeset viewer.