Activity

From 12/13/2009 to 01/11/2010

01/11/2010

02:25 pm ganeti-local Revision 82187135: Normalize MAC addresses to all lower.
This change will normalize the MAC to all lower after validation.
Signed-off-by: René Nussbaumer <rn@google.com>
Sig...
René Nussbaumer
02:25 pm Revision 82187135: Normalize MAC addresses to all lower.
This change will normalize the MAC to all lower after validation.
Signed-off-by: René Nussbaumer <rn@google.com>
Sig...
René Nussbaumer

01/07/2010

02:58 pm Revision 9f4b0931: live-test fixes for the text backend changes
Iustin Pop
02:58 pm ganeti-local Revision 9f4b0931: live-test fixes for the text backend changes
Iustin Pop
01:57 pm ganeti-local Revision 66ea8434: Update hscan to generate new-format text files
This also updates its manpage, some information were really old. Iustin Pop
01:57 pm Revision 66ea8434: Update hscan to generate new-format text files
This also updates its manpage, some information were really old. Iustin Pop
01:57 pm ganeti-local Revision 16c2369c: Switch the text file format to single-file
This patch changes from the two separate files to a single file, with
sections separated by a blank line. Currently o...
Iustin Pop
01:57 pm Revision 16c2369c: Switch the text file format to single-file
This patch changes from the two separate files to a single file, with
sections separated by a blank line. Currently o...
Iustin Pop
12:44 pm Revision f5197d89: Change the signatures of the text loader slightly
This is in preparation for the text format changes. Iustin Pop
12:44 pm ganeti-local Revision f5197d89: Change the signatures of the text loader slightly
This is in preparation for the text format changes. Iustin Pop

01/05/2010

02:56 pm ganeti-local Revision 7699c3af: Introduce a Luxi call for GetTags
This changes from submitting jobs to get the tags (in cli scripts) to
queries, which (since the tags query is a cheap...
Iustin Pop
02:56 pm Revision 7699c3af: Introduce a Luxi call for GetTags
This changes from submitting jobs to get the tags (in cli scripts) to
queries, which (since the tags query is a cheap...
Iustin Pop
02:39 pm ganeti-local Revision 47a72f18: LURenameCluster: run post hook on all nodes
Since the cluster name might be used for various purposes on nodes, we
should let all nodes "know" about a cluster re...
Iustin Pop
02:39 pm Revision 47a72f18: LURenameCluster: run post hook on all nodes
Since the cluster name might be used for various purposes on nodes, we
should let all nodes "know" about a cluster re...
Iustin Pop
09:23 am ganeti-local Revision 1cd5bc89: Allow passing options to pylint in the lint rule
This allows automated builders to override the format, for example.
Signed-off-by: Iustin Pop <iustin@google.com>
Re...
Iustin Pop
09:23 am Revision 1cd5bc89: Allow passing options to pylint in the lint rule
This allows automated builders to override the format, for example.
Signed-off-by: Iustin Pop <iustin@google.com>
Re...
Iustin Pop

01/04/2010

12:55 pm ganeti-local Revision 24cd3744: Merge remote branch 'devel-2.1'
* devel-2.1: (40 commits)
Fix unused imports or add silences where needed
bdev: Add a TODO and a pylint silence
...
Iustin Pop
12:55 pm Revision 24cd3744: Merge remote branch 'devel-2.1'
* devel-2.1: (40 commits)
Fix unused imports or add silences where needed
bdev: Add a TODO and a pylint silence
...
Iustin Pop
11:20 am ganeti-local Revision 30e4e741: Fix unused imports or add silences where needed
In some cases pylint doesn't parse the import correctly, so we add
silences; but there are also many cases of unused ...
Iustin Pop
11:20 am Revision 30e4e741: Fix unused imports or add silences where needed
In some cases pylint doesn't parse the import correctly, so we add
silences; but there are also many cases of unused ...
Iustin Pop
11:17 am ganeti-local Revision 527a15ac: bdev: Add a TODO and a pylint silence
A piece of old code in bdev.py uses a for loop over a single variable
because we can 'break' out of the loop or exit ...
Iustin Pop
11:17 am Revision 527a15ac: bdev: Add a TODO and a pylint silence
A piece of old code in bdev.py uses a for loop over a single variable
because we can 'break' out of the loop or exit ...
Iustin Pop
11:17 am ganeti-local Revision c9ca81c9: confd: add a TODO and a pylint disable
Two variables are used in a strange way in ExecConfd. Until that is
clarified, add a TODO and a silence for the unuse...
Iustin Pop
11:17 am Revision c9ca81c9: confd: add a TODO and a pylint disable
Two variables are used in a strange way in ExecConfd. Until that is
clarified, add a TODO and a silence for the unuse...
Iustin Pop
11:17 am ganeti-local Revision 460bb584: pylint: Temporarily disable W0201
There seems to be a bug in pylint relating to W0201 (“Attribute '%r'
defined outside __init__”) being re-enabled by s...
Iustin Pop
11:17 am Revision 460bb584: pylint: Temporarily disable W0201
There seems to be a bug in pylint relating to W0201 (“Attribute '%r'
defined outside __init__”) being re-enabled by s...
Iustin Pop
11:17 am ganeti-local Revision 16bef045: Disable R0922 in pylint
R0922, “Abstract class is only referenced 1 times”, cannot be disabled
in the source code, and thus
lib/http/auth.py:...
Iustin Pop
11:17 am Revision 16bef045: Disable R0922 in pylint
R0922, “Abstract class is only referenced 1 times”, cannot be disabled
in the source code, and thus
lib/http/auth.py:...
Iustin Pop
11:17 am ganeti-local Revision 2d54e29c: Further pylint disables, mostly for Unused args
Many of our functions have to follow a given API, and thus we have to
keep a given signature, but pylint doesn't unde...
Iustin Pop
11:17 am Revision 2d54e29c: Further pylint disables, mostly for Unused args
Many of our functions have to follow a given API, and thus we have to
keep a given signature, but pylint doesn't unde...
Iustin Pop
11:17 am ganeti-local Revision 0dda8696: pylint: disable the similarities checker
This is a very slow checker, estimated to be O(n²) by its author; so
using it all the time is not good. It can be re-...
Iustin Pop
11:17 am Revision 0dda8696: pylint: disable the similarities checker
This is a very slow checker, estimated to be O(n²) by its author; so
using it all the time is not good. It can be re-...
Iustin Pop
11:16 am ganeti-local Revision 857121ad: LUDiagnoseOS._DiagnoseByOS: remove unused arg
The node_list argument to _DiagnoseByOS is not used, and is obsoleted by
the fact that the rlist argument already has...
Iustin Pop
11:16 am Revision 857121ad: LUDiagnoseOS._DiagnoseByOS: remove unused arg
The node_list argument to _DiagnoseByOS is not used, and is obsoleted by
the fact that the rlist argument already has...
Iustin Pop
11:16 am ganeti-local Revision f93427cd: daemons: handle arguments correctly and uniformly
Of all daemons, only rapi did abort when given argument. None of our
daemons use any arguments, but they accepted the...
Iustin Pop
11:16 am Revision f93427cd: daemons: handle arguments correctly and uniformly
Of all daemons, only rapi did abort when given argument. None of our
daemons use any arguments, but they accepted the...
Iustin Pop
11:16 am ganeti-local Revision 7ed85ffe: hv_xen/_GetConfigFileDiskData: remove unused arg
The disk template is not needed, all that's used is the disk data. As
such, remove this parameter from the function.
...
Iustin Pop
11:16 am Revision 7ed85ffe: hv_xen/_GetConfigFileDiskData: remove unused arg
The disk template is not needed, all that's used is the disk data. As
such, remove this parameter from the function.
...
Iustin Pop
11:16 am ganeti-local Revision 45e0d704: jqueue/_CheckRpcResult: log the whole operation
Currently only the rpc call, but not its description (which also shows
the argument) is logged. We change this to log...
Iustin Pop
11:16 am Revision 45e0d704: jqueue/_CheckRpcResult: log the whole operation
Currently only the rpc call, but not its description (which also shows
the argument) is logged. We change this to log...
Iustin Pop
11:16 am ganeti-local Revision 8929d28c: Optparse extenders have to obey a given API
So we just silence the warning.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@goo...
Iustin Pop
11:16 am Revision 8929d28c: Optparse extenders have to obey a given API
So we just silence the warning.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@goo...
Iustin Pop
11:16 am ganeti-local Revision c19f9810: backend._OSOndiskAPIVersion: remove obsolete arg
The 'name' argument is not used anymore, probably since before 2.0.
Since this is an internal function, we can just r...
Iustin Pop
11:16 am Revision c19f9810: backend._OSOndiskAPIVersion: remove obsolete arg
The 'name' argument is not used anymore, probably since before 2.0.
Since this is an internal function, we can just r...
Iustin Pop
11:16 am ganeti-local Revision e11ddf13: pylint cleanups: dangerous initializers
Plus a silence for a wrong "uninitialized var".
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier T...
Iustin Pop
11:16 am Revision e11ddf13: pylint cleanups: dangerous initializers
Plus a silence for a wrong "uninitialized var".
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier T...
Iustin Pop
11:16 am ganeti-local Revision 7e950d31: Convert to static methods (where appropriate)
Many methods are simple pure functions, and not depending on the object
state. We convert these to staticmethods.
Si...
Iustin Pop
11:16 am Revision 7e950d31: Convert to static methods (where appropriate)
Many methods are simple pure functions, and not depending on the object
state. We convert these to staticmethods.
Si...
Iustin Pop
11:15 am ganeti-local Revision f4ad2ef0: Remove more unused variables
This removes unused variables in the rest of the code (outside lib/).
Signed-off-by: Iustin Pop <iustin@google.com>
...
Iustin Pop
11:15 am Revision f4ad2ef0: Remove more unused variables
This removes unused variables in the rest of the code (outside lib/).
Signed-off-by: Iustin Pop <iustin@google.com>
...
Iustin Pop
11:15 am ganeti-local Revision 7260cfbe: Add targeted pylint disables
This patch should have only:
- pylint disables
- docstring changes
- whitespace changes
Signed-off-by: Iustin Pop <...
Iustin Pop
11:15 am Revision 7260cfbe: Add targeted pylint disables
This patch should have only:
- pylint disables
- docstring changes
- whitespace changes
Signed-off-by: Iustin Pop <...
Iustin Pop
11:15 am ganeti-local Revision e7beaa02: burnin: move decorators out of classes
Similar to commit c881c5, we move the decorators out of classes, such
that they become simple functions instead of me...
Iustin Pop
11:15 am Revision e7beaa02: burnin: move decorators out of classes
Similar to commit c881c5, we move the decorators out of classes, such
that they become simple functions instead of me...
Iustin Pop
11:15 am ganeti-local Revision e2e10467: Rename an ConfdInotifyEventHandler init argument
'file' is a builtin keyword/type. Like many others, it should not be
used as a variable/argument name.
No code is ac...
Iustin Pop
11:15 am Revision e2e10467: Rename an ConfdInotifyEventHandler init argument
'file' is a builtin keyword/type. Like many others, it should not be
used as a variable/argument name.
No code is ac...
Iustin Pop
11:15 am ganeti-local Revision e0098923: Introduce a makefile lint rule
This runs pylint over all the python files. Yes, it takes a long while,
but it's the only way to properly analyze the...
Iustin Pop
11:15 am Revision e0098923: Introduce a makefile lint rule
This runs pylint over all the python files. Yes, it takes a long while,
but it's the only way to properly analyze the...
Iustin Pop
11:15 am ganeti-local Revision 94fed7da: Implement all hv functions in hv_chroot/hv_fake
The chroot and fake hypervisors were missing:
- the powercycle node functionality
- proper handling of migration req...
Iustin Pop
11:15 am Revision 94fed7da: Implement all hv functions in hv_chroot/hv_fake
The chroot and fake hypervisors were missing:
- the powercycle node functionality
- proper handling of migration req...
Iustin Pop
11:12 am ganeti-local Revision 0a4e7f24: Update the _autoconf.py make rule for pylint
This adds targeted pylint disables, but since _autoconf.py is
autogenerated we need to do this in Makefile.am (hence ...
Iustin Pop
11:12 am Revision 0a4e7f24: Update the _autoconf.py make rule for pylint
This adds targeted pylint disables, but since _autoconf.py is
autogenerated we need to do this in Makefile.am (hence ...
Iustin Pop
11:12 am ganeti-local Revision dfe879ce: Disable TODO warnings in pylint
We don't get any useful out of this - a git grep is as effective, and
these only pollute the pylint output.
Signed-o...
Iustin Pop
11:12 am Revision dfe879ce: Disable TODO warnings in pylint
We don't get any useful out of this - a git grep is as effective, and
these only pollute the pylint output.
Signed-o...
Iustin Pop
11:12 am ganeti-local Revision bbe4cc16: Add some stubs to bdev.FileStorage
This patch adds explicit errors (instead of notimplemented) in
FileStorage (and the associated TODOs).
Signed-off-by...
Iustin Pop
11:12 am Revision bbe4cc16: Add some stubs to bdev.FileStorage
This patch adds explicit errors (instead of notimplemented) in
FileStorage (and the associated TODOs).
Signed-off-by...
Iustin Pop
11:11 am ganeti-local Revision 6af8a903: Fix indentation issues
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
Iustin Pop
11:11 am Revision 6af8a903: Fix indentation issues
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
Iustin Pop
11:11 am ganeti-local Revision be0fc05d: Fix two bugs in ConfigWriter._EnsureUUID
Wrong argument name and wrong number of arguments in string formatting.
Signed-off-by: Iustin Pop <iustin@google.com...
Iustin Pop
11:11 am Revision be0fc05d: Fix two bugs in ConfigWriter._EnsureUUID
Wrong argument name and wrong number of arguments in string formatting.
Signed-off-by: Iustin Pop <iustin@google.com...
Iustin Pop
11:11 am ganeti-local Revision 5905901c: KVM: Abstract/rework instance up checks
This patch abstract the check "is instance stopped" into a separate
function, and thus simplifies a couple of higher-...
Iustin Pop
11:11 am Revision 5905901c: KVM: Abstract/rework instance up checks
This patch abstract the check "is instance stopped" into a separate
function, and thus simplifies a couple of higher-...
Iustin Pop
11:10 am ganeti-local Revision 98ec75d6: KVM: Split out the pidfile computation
In some cases we only need the pidfile, but not the pid or the alive
status.
Signed-off-by: Iustin Pop <iustin@googl...
Iustin Pop
11:10 am Revision 98ec75d6: KVM: Split out the pidfile computation
In some cases we only need the pidfile, but not the pid or the alive
status.
Signed-off-by: Iustin Pop <iustin@googl...
Iustin Pop
11:10 am ganeti-local Revision d1b83918: Fix an error message
Detected by an 'Unused variable' warning.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan ...
Iustin Pop
11:10 am Revision d1b83918: Fix an error message
Detected by an 'Unused variable' warning.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan ...
Iustin Pop
11:10 am ganeti-local Revision 1122eb25: Remove many 'Unused variable' warnings
Note there are some cases left which need extra cleanup.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop
11:10 am Revision 1122eb25: Remove many 'Unused variable' warnings
Note there are some cases left which need extra cleanup.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop
10:42 am ganeti-local Revision 07b8a2b5: Fix use of the logging functions
The logging functions expand the arguments themselves, thus it's safer
to let them do it rather than manual string fo...
Iustin Pop
10:42 am Revision 07b8a2b5: Fix use of the logging functions
The logging functions expand the arguments themselves, thus it's safer
to let them do it rather than manual string fo...
Iustin Pop

12/29/2009

09:33 pm Revision f6044dc4: Update NEWS file for the 0.2.2 release
Iustin Pop
09:33 pm ganeti-local Revision f6044dc4: Update NEWS file for the 0.2.2 release
Iustin Pop
09:33 pm Revision 53c24840: Update hbal man page to note that we use stddev
We actually use stddev and not the coefficient of variance (as wrongly
noted before), so we update the documentation ...
Iustin Pop
09:33 pm ganeti-local Revision 53c24840: Update hbal man page to note that we use stddev
We actually use stddev and not the coefficient of variance (as wrongly
noted before), so we update the documentation ...
Iustin Pop
08:50 pm Revision 57df9cb3: Update comments in live-test about clusters
The live test needs a populated cluster, so let's write this down. Iustin Pop
08:50 pm ganeti-local Revision 57df9cb3: Update comments in live-test about clusters
The live test needs a populated cluster, so let's write this down. Iustin Pop

12/28/2009

02:05 pm ganeti-local Revision d984846d: Merge branch 'devel-2.0' into devel-2.1
* devel-2.0:
Fix indentation in hv_kvm
Implement BuildHooksEnv for NoHooksLU
Clarifiy some more wide pylint dis...
Iustin Pop
02:05 pm Revision d984846d: Merge branch 'devel-2.0' into devel-2.1
* devel-2.0:
Fix indentation in hv_kvm
Implement BuildHooksEnv for NoHooksLU
Clarifiy some more wide pylint dis...
Iustin Pop
01:01 pm Revision 0d0503b2: Improve the dist build rule
This changes the 'dist' rule to also do a check that the archive can
build all the programs and passes the check test...
Iustin Pop
01:01 pm ganeti-local Revision 0d0503b2: Improve the dist build rule
This changes the 'dist' rule to also do a check that the archive can
build all the programs and passes the check test...
Iustin Pop
12:43 pm ganeti-local Revision c70d2d9b: Clarifiy some more wide pylint disables
This removes/updates some module-wide pylint disables.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Ol...
Iustin Pop
12:43 pm ganeti-local Revision 80f3f415: Update pylintrc
Since the current pylintrc is in now way good for our style, we update
it:
- remove docstring checks, since we have ...
Iustin Pop
12:43 pm ganeti-local Revision 4c4b5058: Fix two bugs in seldom-used codepaths
New version of pylint, new bugs found!
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <ol...
Iustin Pop
12:43 pm ganeti-local Revision fe267188: Add targetted pylint disables
This patch adds targeted pylint disables, where it makes sense (either
due to limitations in pylint or due to histori...
Iustin Pop
12:43 pm ganeti-local Revision fc8a6b8f: Implement BuildHooksEnv for NoHooksLU
This just adds a stub function that raises an assertion error; this
accomplishes two things:
- silences many pylint ...
Iustin Pop
12:43 pm ganeti-local Revision 146afafb: Fix indentation in hv_kvm
Per pylint warnings.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
Iustin Pop
12:43 pm Revision fe267188: Add targetted pylint disables
This patch adds targeted pylint disables, where it makes sense (either
due to limitations in pylint or due to histori...
Iustin Pop
12:43 pm Revision 146afafb: Fix indentation in hv_kvm
Per pylint warnings.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
Iustin Pop
12:43 pm Revision 4c4b5058: Fix two bugs in seldom-used codepaths
New version of pylint, new bugs found!
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <ol...
Iustin Pop
12:43 pm Revision c70d2d9b: Clarifiy some more wide pylint disables
This removes/updates some module-wide pylint disables.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Ol...
Iustin Pop
12:43 pm Revision fc8a6b8f: Implement BuildHooksEnv for NoHooksLU
This just adds a stub function that raises an assertion error; this
accomplishes two things:
- silences many pylint ...
Iustin Pop
12:43 pm Revision 80f3f415: Update pylintrc
Since the current pylintrc is in now way good for our style, we update
it:
- remove docstring checks, since we have ...
Iustin Pop
12:43 pm ganeti-local Revision caeffaa0: Partial cherry-pick of 6c881c5 from the 2.1 branch
This cherry-picks the utils.FieldSet.Matches changes and the significant
jqueue.py change. These are stable in the 2....
Iustin Pop
12:43 pm Revision caeffaa0: Partial cherry-pick of 6c881c5 from the 2.1 branch
This cherry-picks the utils.FieldSet.Matches changes and the significant
jqueue.py change. These are stable in the 2....
Iustin Pop
12:13 pm Revision 1901266d: Remove Version.hs during clean too
Ganeti/HTools/Version.hs is generated at build time from version (which
is the only one shipped), so it must be remov...
Iustin Pop
12:13 pm ganeti-local Revision 1901266d: Remove Version.hs during clean too
Ganeti/HTools/Version.hs is generated at build time from version (which
is the only one shipped), so it must be remov...
Iustin Pop
12:09 pm Revision 0ccaab44: Fix small typo
This was found, of all things, via lintian during the Debian packaging… Iustin Pop
12:09 pm ganeti-local Revision 0ccaab44: Fix small typo
This was found, of all things, via lintian during the Debian packaging… Iustin Pop

12/18/2009

05:56 pm ganeti-local Revision 2b32e20c: Add a release script
Currently releases are done via the manual procedure on
http://code.google.com/p/ganeti/wiki/ReleaseProcess, but that...
Iustin Pop
05:56 pm Revision 2b32e20c: Add a release script
Currently releases are done via the manual procedure on
http://code.google.com/p/ganeti/wiki/ReleaseProcess, but that...
Iustin Pop
03:01 pm ganeti-local Revision 1e57442a: Fix a typo in the doc string
MaybeRaise in lib/errors.py had a typo in the doc string
Signed-off-by: René Nussbaumer <rn@google.com>
Signed-off-b...
René Nussbaumer
03:01 pm Revision 1e57442a: Fix a typo in the doc string
MaybeRaise in lib/errors.py had a typo in the doc string
Signed-off-by: René Nussbaumer <rn@google.com>
Signed-off-b...
René Nussbaumer

12/17/2009

06:39 pm ganeti-local Revision b8313b29: install.rst: note about the default parameters
As we know, those are just defaults, mostly chosen by replicating the
only behavior we supported before allowing cust...
Guido Trotter
06:39 pm Revision b8313b29: install.rst: note about the default parameters
As we know, those are just defaults, mostly chosen by replicating the
only behavior we supported before allowing cust...
Guido Trotter

12/16/2009

04:10 pm ganeti-local Revision 0084657a: Merge branch 'devel-2.1'
* devel-2.1:
Bump version to 2.1.0~rc2
Update NEWS file and release Ganeti 2.0.5
Doc updates for --no-name-chec...
Iustin Pop
04:10 pm Revision 0084657a: Merge branch 'devel-2.1'
* devel-2.1:
Bump version to 2.1.0~rc2
Update NEWS file and release Ganeti 2.0.5
Doc updates for --no-name-chec...
Iustin Pop
04:10 pm ganeti-local Revision fa05c92d: Merge branch 'stable-2.1' into devel-2.1
* stable-2.1:
Bump version to 2.1.0~rc2
Update NEWS file and release Ganeti 2.0.5
Security issue: add validatio...
Iustin Pop
04:10 pm Revision fa05c92d: Merge branch 'stable-2.1' into devel-2.1
* stable-2.1:
Bump version to 2.1.0~rc2
Update NEWS file and release Ganeti 2.0.5
Security issue: add validatio...
Iustin Pop
04:07 pm ganeti-local Revision 1a44f8cd: Bump version to 2.1.0~rc2
Iustin Pop
04:07 pm Revision 1a44f8cd: Bump version to 2.1.0~rc2
Iustin Pop
04:06 pm Revision 5c0433d6: Merge branch 'stable-2.0' into stable-2.1
* stable-2.0:
Update NEWS file and release Ganeti 2.0.5
Security issue: add validation of script names
Move the...
Iustin Pop
04:06 pm ganeti-local Revision 5c0433d6: Merge branch 'stable-2.0' into stable-2.1
* stable-2.0:
Update NEWS file and release Ganeti 2.0.5
Security issue: add validation of script names
Move the...
Iustin Pop
03:42 pm ganeti-local Revision e5823b7e: Update NEWS file and release Ganeti 2.0.5
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
03:42 pm Revision e5823b7e: Update NEWS file and release Ganeti 2.0.5
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
03:41 pm Revision 701c2dd6: Update NEWS file and release Ganeti 1.2.9
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
11:54 am Revision 1d65264b: Doc updates for --no-name-check
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Iustin Pop
11:54 am ganeti-local Revision 1d65264b: Doc updates for --no-name-check
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Iustin Pop
11:54 am ganeti-local Revision 544ca43b: burnin: add --no-name-check support
This patch modifies burnin to accept the --no-name-check option and also
adds --no-ip-check (which was always set to ...
Iustin Pop
11:54 am Revision 544ca43b: burnin: add --no-name-check support
This patch modifies burnin to accept the --no-name-check option and also
adds --no-ip-check (which was always set to ...
Iustin Pop
11:54 am Revision 18c8f361: CreateInstance: allow no ip check with start mode
Since gnt-instance start doesn't do any checks on the IP, it doesn't
make much sense to do so in instance create (wit...
Iustin Pop
11:54 am ganeti-local Revision 18c8f361: CreateInstance: allow no ip check with start mode
Since gnt-instance start doesn't do any checks on the IP, it doesn't
make much sense to do so in instance create (wit...
Iustin Pop
11:54 am ganeti-local Revision 460d22be: Command line/RAPI support for --no-name-check
This patch adds --no-name-check to gnt-instance add and gnt-backup
import. This is opposite to the opcode parameter (...
Iustin Pop
11:54 am Revision 460d22be: Command line/RAPI support for --no-name-check
This patch adds --no-name-check to gnt-instance add and gnt-backup
import. This is opposite to the opcode parameter (...
Iustin Pop
11:54 am ganeti-local Revision 5f23e043: Op/LUCreateInstance support for (no) name checks
This adds a new opcode parameter ‘name_check’ (similar to ip_check) that
is not required to be present (to easy backw...
Iustin Pop
11:54 am Revision 5f23e043: Op/LUCreateInstance support for (no) name checks
This adds a new opcode parameter ‘name_check’ (similar to ip_check) that
is not required to be present (to easy backw...
Iustin Pop
11:47 am ganeti-local Revision 8b2df5f6: Pass --fqdn to ssh hostname checks
The cluster verify checks for fqdn are done via address lookups, and
there we actually use the FQDN. However, for the...
Iustin Pop
11:47 am Revision 8b2df5f6: Pass --fqdn to ssh hostname checks
The cluster verify checks for fqdn are done via address lookups, and
there we actually use the FQDN. However, for the...
Iustin Pop

12/14/2009

05:36 pm ganeti-local Revision 4fe80ef2: Move the hooks file mask into constants.py
This will allow reuse of the same mask for multiple validations.
Signed-off-by: Iustin Pop <iustin@google.com>
Revie...
Iustin Pop
05:36 pm ganeti-local Revision f95c81bf: Security issue: add validation of script names
This patch unifies the search for external script to always go through
utils.FindFile and implements in that function...
Iustin Pop
05:36 pm Revision 4fe80ef2: Move the hooks file mask into constants.py
This will allow reuse of the same mask for multiple validations.
Signed-off-by: Iustin Pop <iustin@google.com>
Revie...
Iustin Pop
05:36 pm Revision f95c81bf: Security issue: add validation of script names
This patch unifies the search for external script to always go through
utils.FindFile and implements in that function...
Iustin Pop
05:34 pm ganeti-local Revision 4dfd6266: Improve LUQueryNodes for lockless case
In most uses of LUQueryNodes, we don't take a lock. This means that the
instance data is not protected across GetInst...
Iustin Pop
05:34 pm Revision 4dfd6266: Improve LUQueryNodes for lockless case
In most uses of LUQueryNodes, we don't take a lock. This means that the
instance data is not protected across GetInst...
Iustin Pop
« Previous
Next »
 

Also available in: Atom