Move watcher's LockFile function to utils
[ganeti-local] / lib / utils.py
2008-07-10 Michael HanselmannMove watcher's LockFile function to utils
2008-07-10 Iustin PopAdd a simple decorator for instance methods
2008-07-09 Iustin PopConvert utils.py to the logging module
2008-07-09 Iustin PopRemove the old locking functions
2008-07-01 Iustin PopAdd a FirstFree function to utils.py
2008-06-23 Michael Hanselmannutils.WriteFile: Remove optional check_abspath parameter
2008-06-18 Michael HanselmannAdd more parameters to utils.WriteFile
2008-06-12 Michael HanselmannMove cmdlib._HasValidVG to utils.CheckVolumeGroupSize
2008-06-12 Michael HanselmannMove {Set,Remove}EtcHostsEntry wrappers to utils.py
2008-05-09 Michael HanselmannRemove utils.CheckDaemonAlive and use “xm info” instead
2008-04-29 Iustin PopDisable forking in the master daemon
2008-04-25 Michael HanselmannExtend utils.WriteFile
2008-04-10 Iustin PopMove the OS search code into an abstract function
2008-04-04 Iustin PopAllow utils.Daemonize() to not close some fds
2008-04-04 Iustin PopMove the daemonize function to utils.py
2008-03-11 Iustin PopModify utils.TcpPing to make source address optional
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
2007-12-27 Alexander SchreiberAllow instance MAC address to be set.
2007-12-19 Iustin PopMake utils.RunCmd() deal with interleaved stdout/stderr
2007-11-29 Iustin PopReplace hardcoded lock dir
2007-11-29 Iustin PopMake utils.RunCmd log failures when using debug
2007-11-22 Michael HanselmannSort list returned by ListVisibleFiles.
2007-11-20 Michael HanselmannMake sure aliases written to /etc/hosts are unique.
2007-11-20 Michael HanselmannAdd function to return list with unique elements.
2007-11-12 Iustin PopFix another breakage in SetEtcHostsEntry
2007-11-12 Michael HanselmannCall fsync() after modifying /etc/hosts.
2007-11-12 Michael HanselmannFix functions for /etc/hosts.
2007-11-12 Michael HanselmannRollback commit 356.
2007-11-12 Michael HanselmannAdd functions for known_hosts files.
2007-11-12 Michael HanselmannAdd missing descriptions to {Add,Remove}EtcHostsEntry.
2007-11-09 Michael HanselmannUse new functions to modify /etc/hosts.
2007-11-09 Michael HanselmannAdd functions to modify /etc/hosts.
2007-11-09 Michael HanselmannCleanup temporary file in RemoveAuthorizedKey.
2007-11-05 Iustin PopMiscellaneous style fixes
2007-11-05 Michael HanselmannRename utils.GetUUID to utils.NewUUID.
2007-10-28 Guido TrotterImport two itertools recipes
2007-10-12 Iustin PopAdd a generic write file function
2007-10-12 Iustin PopEnhance GetHomeDir to accept either names or UIDs
2007-10-11 Michael HanselmannUse the kernel's ability to generate UUIDs.
2007-10-11 Iustin PopAdd small function to read the homedir of a user
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Michael HanselmannAdd function to list files in a directory, excluding...
2007-09-27 Michael HanselmannPrevent race condition in CreateBackup().
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-09-19 Iustin PopChange resolved hostname from dict to a class
2007-09-17 Alexander SchreiberCleanup up selective imports for utils and utils unit...
2007-09-17 Alexander SchreiberAdded TcpPing to do ping-alike via TCP connect(2) with...
2007-09-12 Michael HanselmannChange the way how locales are overridden:
2007-09-11 Iustin PopFilters out LANG and LC_* on RunCmd
2007-09-05 Michael HanselmannAdd function to get all local IP addresses, will be...
2007-09-03 Iustin PopSwitch utils.RunCmd from popen2 to subprocess
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-16 Iustin PopInitial commit.