Changeset 2158 for trunk/packages/invirt-database/python/database/owner.py
- Timestamp:
- Feb 17, 2009, 4:29:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.