Enable auto-unit formatting in script output
[ganeti-local] / lib / utils.py
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-21 Iustin PopMove FieldSet class to utils.py
2008-11-21 Michael HanselmannGet rid of node daemon password
2008-11-12 Michael Hanselmannutils.SetupLogging: Remove previously setup handlers
2008-11-12 Iustin PopFix utils.KillProcess
2008-11-11 Iustin PopRemove zombie special case from IsProcessAlive
2008-11-11 Iustin PopAdd cleanup of processes to utils.KillProcess
2008-11-11 Iustin PopImplement working directory for utils.RunCmd
2008-10-27 Iustin PopDocumentation updates for utils.py
2008-10-24 Iustin PopModify utils.RunCmd to write output to file
2008-10-20 Iustin PopRemove the logger.py module
2008-10-12 Iustin PopAbstract checking own address into a function
2008-10-01 Michael HanselmannMove functions from ssconf.py elsewhere
2008-09-28 Iustin PopMove the pseudo-secret generation to utils.py
2008-09-17 Michael HanselmannAdd utils.ReadFile function
2008-09-05 Michael Hanselmannutils.FileLock: Implement timeout
2008-09-05 Michael Hanselmannutils.SplitTime: More rounding fixes
2008-08-29 Michael Hanselmannutils.SplitTime: Fix rounding of milliseconds
2008-08-26 Michael HanselmannAdd simple lock debug output
2008-08-14 Guido TrotterRunCmd: add optional environment overriding
2008-08-13 Guido TrotterConvert RunCmd to an epydoc docstring
2008-08-11 Michael HanselmannAdd functions to split time into tuple and merge it...
2008-08-08 Michael HanselmannLog only unexpected errors in utils.FileLock
2008-07-31 Michael HanselmannAdd FileLock utility class
2008-07-30 Iustin PopFix a misuse of exc_info in logging.info
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Iustin PopExpose utils.DaemonPidFileName
2008-07-29 Iustin PopAdd a KillProcess function
2008-07-29 Iustin PopChange IsPidFileAlive into ReadPidFile
2008-07-28 Michael HanselmannFix exception class name in utils.WritePidFile
2008-07-23 Guido TrotterAdd utils.{Write,Remove}PidFile
2008-07-23 Guido TrotterAdd utils.IsPidFileAlive function
2008-07-21 Michael HanselmannAdd signal handler class
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.