Verify: fix ERROR message indentation
[ganeti-local] / lib / cmdlib.py
2008-04-10 Guido TrotterVerify: fix ERROR message indentation
2008-04-10 Manuel FranceschiniSmall code style fix
2008-04-09 Manuel FranceschiniBugfix instance create when file-storage-dir None
2008-04-08 Manuel FranceschiniTwo small code style fixes
2008-04-08 Manuel FranceschiniModify LURenameInstance to support file backend
2008-04-08 Manuel FranceschiniModify LUCreateInstance to support file backend
2008-04-02 Guido TrotterImprove disk consistency error message again
2008-04-02 Guido TrotterFix misleading error message when checking disks
2008-04-02 Guido TrotterHandle better failing over non-running instances
2008-04-02 Guido TrotterImprove export and fix export-on-norun bug
2008-04-02 Guido Trotterfailover: only start instance if we should
2008-03-31 Iustin PopChange the 'gnt-cluster command' execution order
2008-03-31 Manuel Franceschiniparms->params Refactoring
2008-03-31 Manuel FranceschiniSkip HasValidVG when --no-lvm-storage on cluster init
2008-03-31 Manuel FranceschiniAdd LUSetClusterParams to cmdlib
2008-03-31 Manuel FranceschiniAdd lvm-storage check when creating instances
2008-03-30 Iustin PopChange the order of config updates in some LUs
2008-03-27 Michael HanselmannReturn first parameter of console command only once
2008-03-25 Iustin PopRemove the option to create md/drbd7 instances
2008-03-25 Iustin PopRemove the add/remove mirror operations
2008-03-20 Manuel FranceschiniModify cluster-init to create file-storage-dir
2008-03-19 Manuel FranceschiniAdd support for file_storage_dir to LUInitCluster
2008-03-18 Michael HanselmannUse new ssh.WriteKnownHostsFile function
2008-03-18 Michael HanselmannUse new cluster alias in known_hosts file
2008-03-18 Michael HanselmannUse new “tty” parameter on SshRunner.BuildCmd for ...
2008-03-18 Michael HanselmannMove SSH functions into a class
2008-03-11 Iustin PopDisable cluster init with a reachable IP
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-29 Iustin PopFix master role stop on cluster destroy
2008-02-29 Iustin PopFix cluster rename operation
2008-02-28 Guido TrotterDon't allow renaming to an existing instance
2008-02-27 Michael HanselmannUse constants.ETC_HOSTS instead of string for /etc...
2008-02-25 Manuel FranceschiniThis patch replaces some hardcoded strings with their...
2008-02-22 Manuel FranceschiniFixes small spell mistakes and comments
2008-02-16 Guido TrotterFix gnt-instance info i1 i2 ...
2008-02-15 Iustin PopFurther fixes for the 'export MAC in hooks' change
2008-02-14 Iustin PopModify the default output of gnt-instance list
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
2008-02-05 Iustin PopReduce the chance of DRBD errors with stale primaries
2008-02-04 Iustin PopFix some indendation issues
2008-02-04 Iustin PopFix incomplete mac address export to hooks
2008-01-31 Guido TrotterGive mac information to instance hooks
2008-01-28 Iustin PopAdd option for the number of VCPUs in instance listing
2008-01-28 Iustin PopFix "gnt-instance modify --initrd"
2008-01-20 Iustin PopFix checking of node free disk in CreateInstance
2008-01-20 Iustin PopAbstract node memory checking into a separate function
2008-01-16 Iustin PopShow the HVM boot order in instance info
2008-01-14 Iustin PopFix some misspellings
2008-01-14 Guido TrotterFix CreateInstance new optional parameters
2008-01-11 Alexander SchreiberSupport selecting the boot device order for HVM.
2008-01-08 Iustin PopFix gnt-instance modify breakage introduced in r462
2008-01-08 Iustin PopMake ‘gnt-instance info’ show kernel/initrd paths
2008-01-08 Iustin PopAllow defining the kernel/initrd at creation time
2008-01-08 Iustin PopAdd support for modifying the kernel/initrd path
2008-01-07 Iustin PopImprove verify-disks: broken/missing LV detection
2007-12-27 Alexander SchreiberAllow instance MAC address to be set.
2007-12-20 Alexander SchreiberProof-of-Concept HVM support for Ganeti.
2007-12-18 Alexander SchreiberInternal API change for instance console access.
2007-12-18 Alexander Schreibercleanup for hypervisor constants
2007-12-18 Guido TrotterSpecify hint as a named argument
2007-12-17 Alexander SchreiberAdd instance port support.
2007-12-12 Iustin PopAdd LUVerifyDisks
2007-12-03 Michael HanselmannVarious code style fixes for strings.
2007-11-27 Iustin PopFix logging of some checks in LUClusterVerify
2007-11-26 Iustin PopSplit the change of peer in secondary replace in two...
2007-11-21 Michael HanselmannReplace disk template drbd8 with drbd where missing.
2007-11-16 Guido TrotterFix a typo in a warning message
2007-11-16 Michael HanselmannDon't remove master's hostname from /etc/hosts on clust...
2007-11-12 Michael HanselmannFix functions for /etc/hosts.
2007-11-12 Iustin PopRelax replace_disks_all meaning for drbd8
2007-11-09 Michael HanselmannUse new functions to modify /etc/hosts.
2007-11-08 Iustin PopChanges related to logging
2007-11-07 Iustin PopEnhance secondary node replace for drbd8
2007-11-07 Michael HanselmannCheck whether init.d script is executable.
2007-11-06 Iustin PopEnhance DBRD8 disk replacement (same nodes)
2007-11-05 Iustin PopHandle missing init script at cluster init
2007-11-05 Iustin PopMiscellaneous style fixes
2007-11-05 Guido TrotterConvert os_get to use OS rather than InvalidOS
2007-11-04 Guido TrotterMake call_os_get a single node function
2007-11-03 Iustin PopImplement tag searching
2007-11-02 Iustin PopImplement device to instance mapping cache
2007-10-31 Iustin PopMore sane handling of errors during failover
2007-10-31 Iustin PopFix bridge checking in instance failover
2007-10-30 Michael HanselmannFix _UpdateEtcHosts to understand empty lines.
2007-10-29 Iustin PopChange the signature of some methods of mcpu.Processor
2007-10-29 Iustin PopImplement replace-disks for drbd8 devices
2007-10-25 Iustin PopModify two mirror-device related rpc calls
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-24 Iustin PopFix a disk handling bug triggered by failover
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-18 Alexander SchreiberPatch series for reboot feature, part 2
2007-10-16 Michael HanselmannMake “gnt-cluster verify” exit 0 if there's no problem...
2007-10-16 Iustin PopAdd the number of VCPUs in gnt-instance info
2007-10-16 Iustin PopAllow force removal of instances
2007-10-16 Iustin PopReplace more ssh paths with proper constants
2007-10-11 Iustin PopSome small improvements to the hooks environment
2007-10-11 Iustin PopSplit the hooks env building in two parts
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Iustin PopRemove the shebang from modules
next