Changeset 2158 for trunk/packages
- Timestamp:
- Feb 17, 2009, 4:29:48 AM (16 years ago)
- Location:
- trunk/packages/invirt-database
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-database/debian/changelog
r2156 r2158 1 1 invirt-database (0.1.7) unstable; urgency=low 2 2 3 * Disk quotas are measured in gi gabytes.3 * Disk quotas are measured in gibibytes. 4 4 * Rename invirt-setquotas to invirt-quota. 5 6 -- Evan Broder <broder@mit.edu> Tue, 17 Feb 2009 04:16:33 -0500 5 * Be explicit about units in invirt-quota. 6 7 -- Evan Broder <broder@mit.edu> Tue, 17 Feb 2009 04:29:20 -0500 7 8 8 9 invirt-database (0.1.6) unstable; urgency=low -
trunk/packages/invirt-database/python/database/owner.py
r2155 r2158 26 26 if not f: 27 27 f = MAX_VMS_ACTIVE 28 return """<Owner %s: ram_quota_total=%s M B ram_quota_single=%s MB29 disk_quota_total=%s G B disk_quota_single=%s GB28 return """<Owner %s: ram_quota_total=%s MiB ram_quota_single=%s MiB 29 disk_quota_total=%s GiB disk_quota_single=%s GiB 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.