Don't wait for the initscripts to complete.
[util-vserver.git] / python / vserver.py
2007-10-13 Daniel Hokka ZakrissonDon't wait for the initscripts to complete.
2007-10-11 Daniel Hokka ZakrissonReally don't rely on util-python anymore.
2007-08-02 Faiyaz Ahmedremove whitelist support.
2007-08-02 Daniel Hokka ZakrissonCache the entire file
2007-08-02 Daniel Hokka ZakrissonCan't touch the configuration after we chroot
2007-08-01 Daniel Hokka ZakrissonFix typo and a traceback
2007-08-01 Daniel Hokka ZakrissonMake sure the configuration directory exists and that...
2007-07-31 Daniel Hokka Zakrissonspawnvp only takes three arguments
2007-07-31 Daniel Hokka Zakrissonclose is implicit in dup2
2007-07-31 Daniel Hokka ZakrissonMake file descriptor handling more resilient
2007-07-31 Daniel Hokka ZakrissonFix typo and remove old IP addresses
2007-07-27 Daniel Hokka ZakrissonAdd support for assigning IP addresses
2007-07-24 Daniel Hokka ZakrissonFix configuration conversion
2007-07-20 Daniel Hokka Zakrissonre-add Marc's patch that got lost in the merge
2007-07-18 Daniel Hokka Zakrissonindentation + use subprocess to avoid vdu zombies
2007-07-17 Daniel Hokka Zakrissonbe less strict regarding the capabilities
2007-07-17 Faiyaz Ahmedsyntax.
2007-07-17 Faiyaz AhmedAdded CVS Id field.
2007-07-16 Daniel Hokka Zakrissonadd support for bcapabilities
2007-07-13 Daniel Hokka Zakrissonget rid of update_resources, simply use self.config...
2007-07-06 Daniel Hokka Zakrissonset vm_running based on is_running, always update sched...
2007-07-05 Daniel Hokka Zakrissonmerge with 0.30.213
2007-06-28 Marc Fiuczynskiuse platform provided RLIMIT_ values
2007-06-21 David E. EisenstatDon't nuke /var/run.
2007-06-14 Marc FiuczynskiSapan's fix for hung init script processes
2007-05-31 Marc Fiuczynskidon't use lamba; put calls to vserverimpl in try blocks
2007-05-10 Marc FiuczynskiFixed typo
2007-05-10 Marc FiuczynskiReset internal state (limits_changed) of a vserver...
2007-05-10 Marc FiuczynskiAdded support maintain state about whether limits have...
2007-05-10 Marc FiuczynskiAdded is_running method.
2007-02-07 Mark Huang- set_bwlimit: interpret only minrate = None to mean...
2006-07-20 David E. EisenstatFixed bug in method __update_config_file where when...
2006-05-01 Steve MuirFix set_bwlimit() to accept parameters for limit-exempt...
2006-03-14 Steve MuirExport value for infinite disk quota.
2006-03-14 Steve MuirRead default VM id from config file
2006-03-14 Steve MuirFix handling of CPU scheduling parameters
2006-03-09 Steve MuirRemove any notions of rspecs from util-vserver, fix...
2006-02-17 Steve MuirAdd support for guaranteed CPU shares
2006-01-18 Steve MuirUpdate disk usage info when get_disklimit called
2005-12-01 Steve MuirAdd method to stop a vserver
2005-11-09 Steve MuirAdd support for removing resource (disk, network) limits
2005-11-08 Steve MuirRemove unused code to handle vserver flags
2005-11-08 Steve MuirTidy up handling of network parameters, don't rely...
2005-11-02 Steve MuirImplement and use vserverimpl.setsched
2005-11-01 Steve MuirRemove unreachable code and confusing comment
2005-10-28 Steve MuirFix handling of over-quota condition
2005-10-12 Steve MuirPass resources dict to lower-level chcontext function...
2005-10-07 Steve MuirAllow caller to indicate that disk usage values have...
2005-10-07 Steve MuirConvert values to strings before writing to config...
2005-10-07 Steve MuirUse symbolic constant for no limit
2005-10-07 Steve MuirShould chdir after chroot
2005-10-06 Steve MuirConvert DISKLIMIT value to an integer
2005-10-05 Steve MuirDon't barf if we can't unlink a non-existent file
2005-10-05 Steve MuirApply disklimit when starting vservers.
2005-10-05 Steve MuirMake disk limit handling more NM-friendly, get rid...
2005-09-27 Marc FiuczynskiFix to implement chcontext so that NM's vserver start...
2005-09-20 Marc Fiuczynskimore fixes
2005-09-15 Marc Fiuczynskiupdated scheduling and chcontext code to work with...
2005-08-28 Mark Huang- python does not export variables beginning with under...
2005-08-26 Mark HuangVROOTDIR changed to __DEFAULT_VSERVERDIR
2005-07-12 Marc FiuczynskiAdded support to set bwlimits.
2005-07-11 Marc FiuczynskiAdded CKRM compatibility for set_sched.
2005-07-11 Marc FiuczynskiAdded get/set memlimit and tasklimit.
2005-07-11 Marc FiuczynskiAdded set_sched for vserver scheduler.
2005-07-11 Marc FiuczynskiModified set_dlimit to print a warning message when...
2005-07-11 Marc FiuczynskiAdded set_dlimit and get_dlimit to be used by NM to...
2005-06-15 Steve Muirvserver start: allow caller to wait for vserver to...
2005-06-15 Steve Muirvserver prep: set runlevel in /var/run/utmp, mount...
2005-06-08 Steve MuirCloser approximation to how the vserver script starts...
2005-06-08 Steve MuirSimpler use of chroot and chcontext
2005-06-03 Steve MuirFix the open and start methods
2005-06-03 Steve MuirReturn child's PID when starting a vserver
2005-06-03 Steve MuirAdd method to start a vserver
2005-05-23 Steve MuirAdd method to enter a vserver
2005-05-20 Steve MuirBeginnings of vserver module to support manipulation...