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

Disk quotas are measured in gigabytes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.