Index: trunk/packages/invirt-database/debian/changelog
===================================================================
--- trunk/packages/invirt-database/debian/changelog	(revision 2152)
+++ trunk/packages/invirt-database/debian/changelog	(revision 2155)
@@ -1,2 +1,8 @@
+invirt-database (0.1.7) unstable; urgency=low
+
+  * Disk quotas are measured in gigabytes.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 17 Feb 2009 04:14:22 -0500
+
 invirt-database (0.1.6) unstable; urgency=low
 
Index: trunk/packages/invirt-database/python/database/owner.py
===================================================================
--- trunk/packages/invirt-database/python/database/owner.py	(revision 2152)
+++ trunk/packages/invirt-database/python/database/owner.py	(revision 2155)
@@ -27,5 +27,5 @@
             f = MAX_VMS_ACTIVE
         return """<Owner %s: ram_quota_total=%s MB ram_quota_single=%s MB
-disk_quota_total=%s MB disk_quota_single=%s MB
+disk_quota_total=%s GB disk_quota_single=%s GB
 vms_quota_total=%s vms_quota_active=%s >""" % (self.owner_id, a,b,c,d,e,f)
     def getMemoryQuotas(owner):
