Ignore:
Timestamp:
Feb 17, 2009, 1:54:26 AM (15 years ago)
Author:
iannucci
Message:

Added all the other quotas for great win.

Location:
trunk/packages/invirt-remote
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote/debian/changelog

    r2132 r2134  
    55    refuse to create VMs
    66  * added memory quota validation to invirt-remote-create
    7   * added owner table to database with ram_quota_total and ram_quota_single
    8 
    9  -- Peter A. Iannucci <iannucci@mit.edu>  Mon, 16 Feb 2009 23:49:14 -0500
     7
     8 -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 01:31:20 -0500
    109
    1110invirt-remote (0.3.3) unstable; urgency=low
  • trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-create

    r2132 r2134  
    2020    """
    2121    machines = invirt.database.Machine.query().filter_by(owner=owner)
    22     (quota_total, quota_single) = invirt.database.Owner.getQuotas(owner)
     22    (quota_total, quota_single) = invirt.database.Owner.getMemoryQuotas(owner)
    2323
    2424    active_machines = [m for m in machines if m.name in xmlist]
Note: See TracChangeset for help on using the changeset viewer.