Changeset 2155
- Timestamp:
- Feb 17, 2009, 4:14:32 AM (16 years ago)
- Location:
- trunk/packages/invirt-database
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-database/debian/changelog
r2152 r2155 1 invirt-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 1 7 invirt-database (0.1.6) unstable; urgency=low 2 8 -
trunk/packages/invirt-database/python/database/owner.py
r2143 r2155 27 27 f = MAX_VMS_ACTIVE 28 28 return """<Owner %s: ram_quota_total=%s MB ram_quota_single=%s MB 29 disk_quota_total=%s MB disk_quota_single=%s MB29 disk_quota_total=%s GB disk_quota_single=%s GB 30 30 vms_quota_total=%s vms_quota_active=%s >""" % (self.owner_id, a,b,c,d,e,f) 31 31 def getMemoryQuotas(owner):
Note: See TracChangeset
for help on using the changeset viewer.