- 13 Jul, 2015 1 commit
-
-
Hrvoje Ribicic authored
... depending on which toolstack is used. Signed-off-by:
Hrvoje Ribicic <riba@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 06 Jul, 2015 1 commit
-
-
Helga Velroyen authored
This updates the gnt-cluster man page wrt to the changes about server and client certificates and how they affect the operation 'gnt-cluster renew-crypto'. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 01 Apr, 2015 1 commit
-
-
Lisa Velden authored
Change "copyfile" position in example Signed-off-by:
Lisa Velden <velden@google.com> Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 21 Aug, 2014 2 commits
-
-
Klaus Aehlig authored
The --max-tracked-jobs option allows to set the limit of job files watched via inotify; if the limit is exceeded, luxid will back off to periodic polling. The option was added some time ago. Document it in the man page as well. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Petr Pudlak <pudlak@google.com>
-
Klaus Aehlig authored
This option control the number of jobs in non-finalized non-queued state and was added some time ago. Document it in the man page as well. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Petr Pudlak <pudlak@google.com>
-
- 01 Aug, 2014 1 commit
-
-
Petr Pudlak authored
It only needs to be explicitly enabled in KVM hypervisor parameters, for Xen it works out of the box. Signed-off-by:
Petr Pudlak <pudlak@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
-
- 11 Jul, 2014 1 commit
-
-
Jose A. Lopes authored
... namely, the 'user-shutdown' cluster parameter. Signed-off-by:
Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 10 Jun, 2014 1 commit
-
-
Jose A. Lopes authored
... and fix a typo. Signed-off-by:
Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
- 28 May, 2014 2 commits
-
-
Jose A. Lopes authored
Add flags '--install-image' and '--zeroing-image' to cluster init and cluster modify man pages. Signed-off-by:
Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
-
Jose A. Lopes authored
... in 'gnt-cluster modify' Signed-off-by:
Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
-
- 20 May, 2014 1 commit
-
-
Petr Pudlak authored
In particular, if the configuration is changing during the call, the verification might fail. Signed-off-by:
Petr Pudlak <pudlak@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 13 May, 2014 1 commit
-
-
Hrvoje Ribicic authored
This patch updates the documentation related to the gnt-cluster parameter, and all the places where compression can be used. Signed-off-by:
Hrvoje Ribicic <riba@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 08 Apr, 2014 1 commit
-
-
Hrvoje Ribicic authored
This patch adds a short description of the zeroing-image parameter to the manual page of gnt-cluster. Signed-off-by:
Hrvoje Ribicic <riba@google.com> Reviewed-by:
Jose A. Lopes <jabolopes@google.com>
-
- 28 Feb, 2014 1 commit
-
-
Dimitris Bliablias authored
Update the manpage for mac-prefix modification in 'gnt-cluster modify' command. Signed-off-by:
Dimitris Bliablias <bl.dimitris@gmail.com> Reviewed-by:
Jose A. Lopes <jabolopes@google.com>
-
- 14 Feb, 2014 1 commit
-
-
Helga Velroyen authored
This reverts commit 45f75526, which was introduced to temporarily disable the implementation of SSL client certificates. As this patch series fixes the reason for the disabling, we are rolling back the patch. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 24 Jan, 2014 1 commit
-
-
Helga Velroyen authored
This patch temporarily disables the usage of the client SSL certificates. The handling of RPC connections had a conceptional flaw, because the certificates lack a proper signature. For this, Ganeti needs to implement a CA, which is already designed (see design-x509-ca.rst) but not implemented yet. This patch keeps most of the client certificate infrastructure intact which was already created and and can be reused, but just disables the actual usage of the certificates in RPC calls till the CA is in place. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 20 Dec, 2013 1 commit
-
-
Helga Velroyen authored
From this patch on, incoming RPC calls are checked against the map of valid master candidate certificates. If no map is present, the cluster is assumed to be in bootstrap/upgrade mode and compares the incoming call against the server certificate. This is necessary, because neither at cluster initialization nor at upgrades from pre-2.11 versions a candidate map is established yet. After an upgrade, the cluster RPC communication continues to use the server certificate until the client certificates are created and the candidate map is populated using 'gnt-cluster renew-crypto --new-node-certificates'. Note that for updating the master's certificate, a trick was necessary. The new certificate is first created under a temporary name, then it's digest is updated and distributed using the old certificate, because otherwise distribution will fail since the nodes don't know the new digest yet. Then the certificate is moved to its proper location. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
-
- 17 Dec, 2013 1 commit
-
-
Santi Raffa authored
This commit adds the gluster storage directory to ssconf (without actually using its value just yet). Signed-off-by:
Santi Raffa <rsanti@google.com> Signed-off-by:
Thomas Thrainer <thomasth@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 29 Nov, 2013 1 commit
-
-
Spyros Trigazis authored
Add a cluster parameter to hold the iallocator parameters used by the default instance allocator. Implement the option to modify config.data, query config.data and upgrade man pages, tests and cfgupgrade tool. The new default_iallocator_params is an empty dict by default. Signed-off-by:
Spyros Trigazis <strigazi@gmail.com> Signed-off-by:
Michele Tartara <mtartara@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
- 09 Oct, 2013 1 commit
-
-
Klaus Aehlig authored
This option is now implemented, and this change should be mentioned in the man page. Also, document that it is safe call on all nodes, and if no update was going on. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
- 04 Oct, 2013 1 commit
-
-
Klaus Aehlig authored
A new command, upgrade, was added to gnt-cluster. Document it. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Jose Lopes <jabolopes@google.com>
-
- 02 Oct, 2013 1 commit
-
-
Raffa Santi authored
* Update NEWS file * Update man page * Update install.rst Signed-off-by:
Santi Raffa <rsanti@google.com> Signed-off-by:
Thomas Thrainer <thomasth@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 08 Aug, 2013 1 commit
-
-
Helga Velroyen authored
This updates the 'gnt-cluster' man page to mention the relationship between the ipolicy's list of allowed disk templates and the cluster-wide enabled-disk templates. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 29 Jul, 2013 2 commits
-
-
Helga Velroyen authored
It is possible to use both, --enabled-disk-template (singular) or --enabled-disk-tempaltes (plural), but the usage of it has been documented and used in QA inconsistently. This is fixed by this patch now. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
Helga Velroyen authored
This updates the man page of gnt-cluster {init, modify} to mention the new --shared-file-storage-dir option. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 23 Jul, 2013 1 commit
-
-
Helga Velroyen authored
This extends the description of 'gnt-cluster init' and 'gnt-cluster modify' with respect to the file storage directory. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 15 Jul, 2013 1 commit
-
-
Helga Velroyen authored
This patch updates the 'gnt-cluster' man page and the NEWS file regarding the changes related to the file storage en/disabling and the configuration of the file storage directory. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 03 Jul, 2013 2 commits
-
-
Helga Velroyen authored
This documents the newly implemented behavior of picking the disk template from the list of enabled disk templates on instance creation. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
Thomas Thrainer authored
Document the new disk parameter 'protocol' which is used to set the DRBD replication protocol. Signed-off-by:
Thomas Thrainer <thomasth@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 11 Jun, 2013 1 commit
-
-
Klaus Aehlig authored
When submitting a job, the job id, prefixed by 'JobID: ', is output to stderr. While this is easy to understand for humans, for scripting, it is more convenient to have (additionally) the id on stdout (and only the id). Add an option to provide this. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 04 Jun, 2013 1 commit
-
-
Klaus Aehlig authored
Make the force option of the ClusterSetParams Opcode available on the command line. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
- 28 May, 2013 1 commit
-
-
Bernardo Dal Seno authored
When exclusive storage is active, any wrong or missing spindles information in disks gets updated too. Signed-off-by:
Bernardo Dal Seno <bdalseno@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
- 29 Apr, 2013 1 commit
-
-
Bernardo Dal Seno authored
Command line options accept multiple min/max specifications in instance policies. The output of show-ispecs-cmd is updated accordingly. Signed-off-by:
Bernardo Dal Seno <bdalseno@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
- 26 Apr, 2013 2 commits
-
-
Helga Velroyen authored
Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
Helga Velroyen authored
This updates the man page of 'gnt-cluster' regarding the removal of the '--no-lvm-storage'. Signed-off-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
- 24 Apr, 2013 4 commits
-
-
Bernardo Dal Seno authored
Command line options are brought in line with the specs change of previous patch. Old options are still allowed in gnt-cluster init, where the semantic will remain non-ambiguous even after introducing multiple specs. Signed-off-by:
Bernardo Dal Seno <bdalseno@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
Bernardo Dal Seno authored
The output of this command can be used to create an exact copy of the current instance policy specs. The command could be expanded to print all the options used to create a group or the cluster. Signed-off-by:
Bernardo Dal Seno <bdalseno@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
Bernardo Dal Seno authored
These options allow to specify whole instance policy specs. This is needed for the upcoming changes that tend to threat specs as monolithic objects. Signed-off-by:
Bernardo Dal Seno <bdalseno@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
Bernardo Dal Seno authored
They were missing from the man pages. Signed-off-by:
Bernardo Dal Seno <bdalseno@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
- 23 Apr, 2013 1 commit
-
-
Guido Trotter authored
The renew-crypto entry had a few obscure sentences. Improve it by rephrasing it. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-