- Jun 22, 2008
-
-
Iustin Pop authored
Currently there isn't any easy way to list all nodes or instance and their tags; you have to query each node in turn, or list all the tags via something like “gnt-cluster search-tags '.*'”. Of course, this is not optimal. The patch adds a new fields to “gnt-instance list” and “gnt-node list” called ‘tags’, that will list the tags of the object in comma-separated form. This field will be empty if there are no tags (when using a separator this output can still be parsed by other scripts). At opcode level, there is a new fields called ‘tags’ that returns a (python) list of the object tags. Reviewed-by: ultrotter
-
- Jun 19, 2008
-
-
Iustin Pop authored
Reviewed-by: manuel.franceschini
-
Michael Hanselmann authored
This change allows us to use cleaner dependencies between directories. The build system is basically rewritten in large parts and may contain bugs. Reviewed-by: iustinp
-
- Jun 17, 2008
-
-
Iustin Pop authored
The patch documents the steps needed to complete a user-visible grow (i.e. not only grow-disk, but also filesystem resize is needed, etc.) Reviewed-by: imsnah
-
- Jun 06, 2008
-
-
Michael Hanselmann authored
- Add --iallocator options - Small text fixes Reviewed-by: ultrotter
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
- May 31, 2008
-
-
Iustin Pop authored
This patch documents the extended HVM features. Author: schreiberal Reviewed-by: imsnah
-
- May 29, 2008
-
-
Iustin Pop authored
Since we have removed support for local and remote raid1, update the man pages and guides to reflect the new situation. Reviewed-by: imsnah
-
- May 15, 2008
-
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
Guido Trotter authored
Add this recently added option to the gnt-cluster man page before releasing 1.2.4. Reviewed-by: imsnah
-
- May 05, 2008
-
-
Iustin Pop authored
This shortens the help output in gnt-node so that the output looks nicer, and improves the manual page for gnt-instance with the new 'status' field. Reviewed-by: ultrotter
-
Iustin Pop authored
This patch allows the '-o' option to the list subcommands to add more fields to the default list instead of replacing the default list by prefixing the fields list with '+'. The patch also moves the listing (in the help output) of the default field list from hardcoded to built at runtime from the actual list. Reviewed-by: ultrotter
-
- Apr 29, 2008
-
-
Manuel Franceschini authored
Reviewed-by: iustinp
-
- Apr 16, 2008
-
-
Michael Hanselmann authored
This allows us to readd a node after it failed and required a reinstallation or replacement. Reviewed-by: iustinp
-
- Apr 10, 2008
-
-
Manuel Franceschini authored
This patch adds the previously introduced lvm storage toggling info to the gnt-cluster man page. It adds some info the the gnt-cluster init -g option and adds the gnt-cluster modify command. Reviewed-by: iustinp
-
- Mar 31, 2008
-
-
Iustin Pop authored
This patch makes the command execute last on the master (if the master is selected). The order for the other nodes is unchanged. The patch also updates the man page with some explanations and an example. Reviewed-by: imsnah
-
- Mar 27, 2008
-
-
Michael Hanselmann authored
This enables us to run automated tests on “gnt-instance console”, at least to some degree. Reviewed-by: iustinp
-
- Mar 25, 2008
-
-
Iustin Pop authored
This patch removes the options that allow to create local_raid1 or remote_raid1 instances. It also modifies the documentation and removes these disk templates from burnin and from qa. Reviewed-by: imsnah
-
Iustin Pop authored
These two operations are related to md/drbd7 code (remote_raid1). Remove them as part of the md/drbd7 removal. Reviewed-by: imsnah
-
- Mar 11, 2008
-
-
Guido Trotter authored
The -s option when changing secondary node on a drbd template is implied, and thus optional. Specify this in the manpage. Reviewed-by: iustinp
-
- Feb 28, 2008
-
-
Guido Trotter authored
Some options were missing in the gnt-cluster init man page. This patch adds them, removes an empty line, and clarifies a bit more some requirements. Reviewed-by: schreiberal
-
- Feb 18, 2008
-
-
Alexander Schreiber authored
Reviewed-by: imsnah
-
- Feb 14, 2008
-
-
Iustin Pop authored
This patch adds a new field available for selection in gnt-instance list names "status" which represents the combined value of "admin_state" and "oper_state". Since this is much easier to parse (e.g. gnt-instance list |grep ERROR), we also modify the default field list to use this instead of the admin/oper state fields. Reviewed-by: imsnah
-
- Jan 28, 2008
-
-
Iustin Pop authored
The gnt-node and gnt-instance list commands have a customizable list of output fields, but the list is not up to date (in the man page) and not easily understandable from the ‘--help’ output. This patch updates the man pages and adds the available fields and default fields in the ‘--help’ output, as part of the description. Example: Usage ===== gnt-node list Lists the nodes in the cluster. The available fields are (see the man page for details): name, pinst_cnt, pinst_list, sinst_cnt, sinst_list, pip, sip, dtotal, dfree, mtotal, mnode, mfree, bootid. The default field list is (in order): name, dtotal, dfree, mtotal, mnode, mfree, pinst_cnt, sinst_cnt. Reviewed-by: imsnah,ultrotter
-
- Jan 11, 2008
-
-
Alexander Schreiber authored
This patch adds support for specifying and changing the boot device order for HVM instances. The boot device order specification is ignored for non HVM instances. Reviewed-by: iustinp
-
- Jan 10, 2008
-
-
Guido Trotter authored
The second paramenter of --node was not described in gnt-backup. Add information about it. Reviewed-by: imsnah
-
Guido Trotter authored
Copy it from gnt-instance(8) for uniformity Reviewed-by: imsnah
-
Guido Trotter authored
Reviewed-by: imsnah
-
Guido Trotter authored
Since it's an import the os is implied to be the one which performed the export. No -o option is accepted. Reflect this in the manpage. Reviewed-by: imsnah
-
Guido Trotter authored
Update gnt-backup import to be in line with gnt-instance add about the os disk size option. Thanks to Gunnar Wagenknecht for spotting the issue. Reviewed-by: imsnah
-
- Jan 08, 2008
-
-
Iustin Pop authored
This patch modifes the ‘gnt-instance’ instance manpage with the new ‘--kernel’ and ‘--initrd’ options. Reviewed-by: imsnah
-
- Jan 07, 2008
-
-
Iustin Pop authored
Reviewed-by: schreiberal
-
- Dec 28, 2007
-
-
Alexander Schreiber authored
Document the ability to set and change the MAC address for instances. Reviewed-by: iustinp
-
- Dec 21, 2007
-
-
Alexander Schreiber authored
Update documentation to document the HVM proof-of-concept. Reviewed-by: iustinp
-
- Dec 12, 2007
-
-
Iustin Pop authored
This adds some information about the new ‘verify-disks’ command. Reviewed-by: imsnah
-
- Nov 30, 2007
-
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
- Nov 28, 2007
-
-
Guido Trotter authored
lexgrog cannot parse the current ganeti-os-interface.7 manpage, which in turn leads to a lintian warning. In order to fix this the NAME section must have the standard format which doesn't allow multiple words in the first field. Reviewed-by: iustinp
-
- Nov 22, 2007
-
-
Iustin Pop authored
This patch adds a simple man page for the master startup script and modifies the footer.sgml fragment to include it. Reviewed-by: imsnah
-
- Nov 20, 2007
-
-
Michael Hanselmann authored
This was reported by Henning Sprang in issue #14. Also add a missing word in the description of “gnt-instance reboot”. Reviewed-by: iustinp
-