Add option to ignore offline node on instance start/stop
[ganeti-local] / scripts / gnt-backup
2010-09-20 Michael Hanselmanncli: Expose priority option and pass priority to master...
2010-08-19 Iustin PopExplicitly add dry-run to some commands
2010-08-17 Michael Hanselmanngnt-backup: Pass error code to OpPrereqError
2010-08-10 Michael Hanselmanngnt-backup: Don't show confusing message w/o target...
2010-07-06 Iustin PopRework the export failure handling
2010-06-23 Iustin PopAdd support for OS parameters during instance add
2010-04-12 Iustin PopMerge remote branch 'devel-2.1'
2010-04-12 Iustin PopAdd a identify-defaults options for import
2010-02-15 Michael HanselmannMerge branch 'devel-2.1'
2010-02-12 Michael HanselmannAdd command line options for instance removal on export
2010-02-11 Iustin PopUpdate scripts to pass 'opts' to SubmitOpCode
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin PopRemove more unused variables
2010-01-04 Iustin PopAdd targeted pylint disables
2009-12-16 Iustin PopCommand line/RAPI support for --no-name-check
2009-10-13 Guido Trottergnt-* use the correct opcode slot to build opcodes
2009-10-13 Guido TrotterAdd timeout options to other LUs
2009-09-18 Iustin PopUnify the instance creation code
2009-09-18 Iustin PopRemove explicit DEBUG_OPT and add it by default
2009-09-18 Iustin PopChange indentation style in commands definitions
2009-09-18 Iustin PopMove the “--no-shutdown” option to cli.py
2009-09-18 Iustin PopMove the “--src-…” options to cli.py
2009-09-18 Iustin PopUnify the last “--node” (single node) option
2009-09-18 Iustin PopUnify the “--node” (as list of nodes) option
2009-09-18 Iustin PopUnify the “--node” (as instance placement) option
2009-09-18 Iustin PopUnify the “--os-size” option
2009-09-18 Iustin PopUnify the “--disk” (identkeyval) option
2009-09-18 Iustin PopUnify the “--net” option
2009-09-18 Iustin PopUnify the “--no-ip-check” option
2009-09-18 Iustin PopUnify the “--hypervisor” (with name) option
2009-09-18 Iustin PopUnify the “--backend-parameters” option
2009-09-18 Iustin PopUnify the “--iallocator” option
2009-09-18 Iustin PopUnify the “--file-driver” option
2009-09-18 Iustin PopUnify the “--file-storage-dir” option
2009-09-18 Iustin PopUnify the “--no-nics” option
2009-09-18 Iustin PopUnify the “--disk-template” option
2009-09-18 Iustin PopUnify the “--no-wait-for-sync” option
2009-09-04 Michael HanselmannAdd bash completion for --node node1[:node2]
2009-08-28 Michael HanselmannAdd more bash completion metadata for options
2009-08-24 Michael HanselmannRe-introduce constants for most often used arguments
2009-08-24 Michael HanselmannAdd more auto-completion metadata
2009-08-24 Michael HanselmannMake all options use cli_option
2009-08-24 Michael HanselmannChange scripts to use new argument definitions
2009-08-18 Michael Hanselmanncli: Merge ikv_option and keyval_option into cli_option
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-05 Iustin Popexport: add meaningful exit code
2009-08-04 Iustin PopFix instance import net option
2009-06-29 Guido Trottercheck_ident_key_val, handle no_ and - prefixes
2009-04-06 Iustin PopDisable synchronous (locking) queries
2009-02-13 Iustin PopImplement the backward-compatible ‘-s’ disk option
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-04 Iustin PopImplement lockless query operations
2009-01-23 Iustin PopMake iallocator work with offline nodes
2008-12-02 Guido TrotterUpdate gnt-backup online help
2008-11-27 Iustin Popinstance import: adapt to multi-disk/nic world
2008-10-27 Iustin PopDocumentation updates for gnt-backup
2008-10-27 Iustin PopChange exit code of gnt-backup list
2008-10-20 Guido TrotterAdd mac option to gnt-backup import
2008-10-20 Iustin PopFix some pylint-detected issues on the scripts
2008-10-20 Iustin PopConvert the gnt scripts to ToStdout/err
2008-10-14 Guido Trottergnt-backup: update for cluster parameters
2008-10-14 Iustin PopChange over to beparams
2008-09-02 Alexander Schreibermerge r1569 from branches/ganeti/ganeti-1.2
2008-08-08 Michael HanselmannUse new query function for exports in gnt-backup
2008-07-14 Iustin PopFix a syntax error in gnt-backup
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-05-15 Michael HanselmannUpdate command line help and manpages with mandatory...
2008-05-13 Iustin PopRevert "CLI: remove command opts/args in "gnt-X""
2008-05-13 Iustin PopCLI: remove command opts/args in "gnt-X"
2008-04-28 Manuel FranceschiniAdd file backend storage options to ImportInstance
2008-04-23 Guido TrotterAdd gnt-backup remove functionality
2008-04-16 Iustin PopIAllocator part 3: LUCreateInstance changes
2008-03-31 Iustin PopChange the gnt-backup export help text
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-01-30 Guido TrotterFix online help for gnt-backup import
2008-01-21 Guido TrotterCheck that we have a valid export list
2008-01-16 Iustin PopTwo small style fixes
2008-01-14 Guido TrotterAdd mac="auto" at import time
2008-01-10 Guido TrotterFix gnt-backup import -s option
2007-11-13 Michael HanselmannFix --node option for “gnt-backup list”.
2007-11-12 Guido TrotterChange --nodes to --node
2007-11-06 Michael HanselmannRemove --secondary-node option.
2007-09-27 Michael HanselmannPass required ip_check parameter to OpCreateInstance...
2007-09-19 Iustin PopAllow 'add instance' to not start the new instance
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-07-26 Michael Hanselmann- Move --force option to cli.py
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-23 Iustin PopAdd the gnt-backup script and man-pages.