- 12 Nov, 2007 1 commit
-
-
Guido Trotter authored
The --nodes option in gnt-backup really accepts only one node at a time. Change it to --node, for added clarity and consistency with a similar option in gnt-cluster. This patch also updates the relevant man page. Reviewed-By: iustinp
-
- 06 Nov, 2007 1 commit
-
-
Michael Hanselmann authored
Replace --secondary-node option with an optional parameter for --node.
-
- 27 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
- 19 Sep, 2007 1 commit
-
-
Iustin Pop authored
This patch allows 'gnt-instance add' to not start the newly-created instance. It also allow 'gnt-instance add' and 'gnt-backup import' to not check for IP conflicts (only when not starting the instance). Reviewed-by: ultrotter
-
- 14 Aug, 2007 1 commit
-
-
Iustin Pop authored
This changes the raising of exceptions from: raise Exception, value to raise Exception(value) as the first form will be removed in python-3000 and the second form is preferred now. The changes also involve a few cases of changing from raising standard exceptions and use our own ones. The new version also fixes many pylint-generated warnings, especially in ganeti-noded where I changed many methods to @staticmethod. There is no functionality changed (barring any bugs).
-
- 26 Jul, 2007 2 commits
-
-
Michael Hanselmann authored
- Implement “gnt-instance reinstall” - Fix two typos Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 23 Jul, 2007 1 commit
-
-
Iustin Pop authored
Reviewed-by: imsnah
-