Log warning instead of raising OpExecError for ndisc6
[ganeti-local] / lib / backend.py
2010-09-03 Manuel FranceschiniLog warning instead of raising OpExecError for ndisc6
2010-08-23 René NussbaumerAdd RPC calls to update /etc/hosts
2010-08-20 Manuel FranceschiniUse family in backend.StartMaster
2010-08-19 René NussbaumerRemoving all ssh setup code from the core
2010-08-19 Manuel FranceschiniSupport IPv6 cluster init
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-07-29 Iustin PopInstance migration: remove error on missing link
2010-07-26 Iustin PopChange the meaning of call_node_start_master
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-06 Luca BigliardiAdd drbd_helper rpc call
2010-07-06 Luca BigliardiVerifyNode: add usermode helper reply
2010-06-30 Manuel FranceschiniRename some constants to facilitate IPv6 support
2010-06-28 Iustin PopTwo more fixes for OS params and opcode defaults
2010-06-25 Iustin PopFix breakage due to OS parameters
2010-06-23 Iustin PopAdd OS verification support to cluster verify
2010-06-23 Iustin PopLUDiagnoseOS: add more fields, cleanup
2010-06-23 Iustin PopAdd support for OS parameters during import/export
2010-06-23 Iustin PopAdd OS parameters to cluster and instance objects
2010-06-23 Iustin PopIntroduce an RPC call for OS parameters validation
2010-06-23 Iustin PopAdd reading of OS parameters from disk
2010-06-15 Guido TrotterListVisibleFiles: do not sort output
2010-06-14 Iustin PopSplit the core-OS and instance-specific env
2010-06-14 Iustin PopMerge branch 'devel-2.1' into master
2010-06-14 Iustin PopFix unsafe variant initializer in _TryOSFromDisk
2010-06-14 Michael Hanselmannbackend: Add support for import/export magic
2010-06-14 Michael HanselmannHandle ESRCH when sending signals
2010-06-11 Guido TrotterRemove the job queue drain rpc call
2010-06-08 Michael Hanselmannbackend: Enable export size prediction
2010-06-01 Michael HanselmannDistribute cluster domain secret
2010-05-21 Michael HanselmannAllow control of import/export compression method
2010-05-21 Michael HanselmannPut common import/export daemon options into object
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-17 Iustin PopAdd checks for master IP in cluster verify
2010-05-13 Luca BigliardiMerge branch 'devel-2.1'
2010-05-13 Luca BigliardiFix some pylint warnings
2010-05-13 Luca BigliardiLock PowercycleNode child in memory
2010-05-10 Michael HanselmannFix import/export
2010-05-07 Guido Trotterbackend: remove a couple of useless mkdir calls
2010-05-04 Michael Hanselmannbackend: Check paths and always write CA file for impor...
2010-04-23 Michael HanselmannRemove two unused RPC functions
2010-04-22 Michael HanselmannAdd RPC call to send SIGTERM to import/export daemon
2010-04-21 Michael Hanselmannutils: Add function to read locked PID file
2010-04-20 Balazs LeczMerge branch 'devel-2.1'
2010-04-20 Guido TrotterAdd CleanupInstance hypervisor call
2010-04-16 Michael HanselmannAdd RPC calls to import and export instance data
2010-04-16 Michael HanselmannMerge branch 'devel-2.1'
2010-04-16 Michael Hanselmannbackend: Consolidate code opening real block device
2010-04-12 Iustin PopMerge remote branch 'devel-2.1'
2010-04-12 Iustin PopExport more instance parameters in instance export
2010-04-12 Iustin PopExport the nicparams too during instance export
2010-03-23 Guido TrotterMerge branch 'devel-2.1'
2010-03-23 Iustin PopFix backend.VerifyNode behaviour for VG problems
2010-03-17 Michael HanselmannAdd RPC calls to create and remove X509 certificates
2010-03-17 Michael Hanselmannbackend: Two small style fixes
2010-03-15 Michael HanselmannRightname confd's HMAC key
2010-03-15 Michael HanselmannRename SSL_CERT_FILE to NODED_CERT_FILE
2010-03-12 Michael Hanselmannutils.CreateBackup: Use human-readable instead of secon...
2010-03-12 Iustin PopImprove cluster verify with hypervisor errors
2010-03-09 Iustin PopFix node volumes list for stripped volumes
2010-03-08 Iustin PopSwitch more code to PathJoin
2010-03-08 Iustin PopAdd caller-validation on Disk.StaticDevPath
2010-03-08 Iustin PopImplement disabling of file-based storage
2010-03-08 Iustin PopReplace os.path.sep.join(seq) with utils.PathJoin
2010-03-08 Iustin PopAbstract OS log names computation
2010-03-08 Iustin PopRemove superfluous warnings in HooksRunner
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-03-08 Iustin PopAdd an extra safety layer to _CleanDirectory
2010-02-22 Guido TrotterImplement utils.RunParts and use it for hooks
2010-02-22 Guido TrotterChange backend hooks runner to use RunCmd
2010-02-19 Michael Hanselmannutils: Add function to retry call on EINTR
2010-02-08 Iustin PopMerge branch 'stable-2.1' into devel-2.1
2010-02-03 Iustin PopImplement debug level across OS-related RPC calls
2010-02-01 Iustin PopMake the snapshot decision based on disk type
2010-01-26 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-04 Iustin Popbackend._OSOndiskAPIVersion: remove obsolete arg
2010-01-04 Iustin PopConvert to static methods (where appropriate)
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-12-16 Iustin PopMerge branch 'stable-2.1' into devel-2.1
2009-12-16 Iustin PopMerge branch 'stable-2.0' into stable-2.1
2009-12-14 Iustin PopSecurity issue: add validation of script names
2009-12-14 Iustin PopMove the hooks file mask into constants.py
2009-11-30 Michael Hanselmanngnt-cluster verify: Warn if node time diverges too far
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-11-11 Michael HanselmannUse “daemon-util” to reload SSH keys
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-11-05 Michael HanselmannAdd new “daemon-util” script to start/stop Ganeti daemons
2009-11-04 Iustin Pophypervisors: change MigrateInstance API
2009-11-03 Iustin PopWorkaround fake failures in drbd+live migration
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-11-03 Iustin PopImplement cluster verify checks for wrong PV names
2009-11-03 Michael Hanselmannbackend: Convert to utils.Retry
2009-11-02 Michael HanselmannEpydoc fixes
2009-11-02 Michael Hanselmannbackend: Don't overwrite function parameter with loop...
2009-10-22 Ken WehrAdding '--no-ssh-init' option to 'gnt-cluster init'.
2009-10-22 Iustin PopTry to reduce wrong errors in InstanceShutdown
next