Add hypervisors ancillary files list
[ganeti-local] / lib / backend.py
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
2009-10-22 Iustin PopRevert breakage introduced in e4e9b80
2009-10-20 Iustin PopIntroduce checks for /sys and /proc
2009-10-13 Guido TrotterAdd timeout options to other LUs
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-09 Guido TrotterAccept shutdown timeout from the user
2009-10-09 Guido Trotterbackend.InstanceShutdown: small cleanup
2009-10-05 Guido TrotterAdd per-node variants list to OS diagnose output
2009-10-05 Guido TrotterOSFromDisk: handle variants when loading os
2009-10-05 Guido TrotterOSEnvironment: populate OS_VARIANT
2009-10-05 Guido TrotterPopulate OS variants if an api >= 15 is present
2009-10-05 Guido TrotterTryOSFromDisk: only check actual os scripts for +x
2009-10-05 Guido TrotterTryOSFromDisk: s/os_scripts/os_files/
2009-10-05 Guido TrotterConvert os api version file name to a constant
2009-09-25 Guido TrotterRemove secrets and kill confd on cluster leave
2009-09-14 Iustin PopTreat virtual LVs as inexistent
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-24 Iustin PopAdd disk copy support at backend and the rpc level
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-05 Iustin PopFix detecting of errors in export
2009-08-05 Michael HanselmannUse objects for blockdev_getmirrorstatus RPC call result
2009-08-05 Michael HanselmannUse object for blockdev_find RPC call result
2009-08-04 Iustin Poprpc: add rpc call for getting disk size
2009-07-29 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-24 Guido TrotterRemove <DAEMON>_PID constants
2009-07-24 Guido TrotterChange GetNodeDaemonPort to GetDaemonPort in utils
2009-07-20 Guido TrotterGenerate a shared HMAC key at cluster init time
2009-07-20 Iustin PopFix backend import errors from GetHypervisorClass
2009-07-19 Iustin PopMerge branch 'next' into branch-2.1
2009-07-19 Iustin Popbackend: Only build once the list of upload files
2009-07-08 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-06-30 Iustin Popbackend.DemoteFromMC: don't fail for missing files
2009-06-29 Guido TrotterMerge branch 'master' into branch-2.1
2009-06-29 Guido TrotterIntroduce OS api version 15
2009-06-29 Guido Trotter_OSOndiskAPIVersion: save a loop
2009-06-26 Guido TrotterUse ReadFile.splitlines() rather than readlines
next