This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".
The branch, master has been updated
via a0c3c610991b81a0ffcff4d20776ba08b594905a (commit)
via af18b002f6a0e81a5f03004d124f5b2cec4eb2fd (commit)
via 457c8c8ce1bded9a40591c9ffe6415b04908bc95 (commit)
via 5a03bfb027b663c42027adc7f5c79d1584bbceb2 (commit)
via f42fdcd140d9125edbf22609ca94a62502a767f1 (commit)
via 270cb9b8061b74f2faf2855fcdb9d384d9ef0e3f (commit)
via 4c943bceec429d7c75e4c810c036639c8e73c304 (commit)
via 3d5e5214abcee2e144599e1fe2e2d7ab652f2808 (commit)
via bf488717da2aeb843907fb63f2d1d5e423481a1d (commit)
via 38049d0149dd0a92720faa7a5c13816c6a121c16 (commit)
from c66efa4d9ed096fc9ea479b974451c387784a1aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a0c3c610991b81a0ffcff4d20776ba08b594905a
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 17:17:59 2014 +0200
Document HV version checks in NEWS
The hypervisor-version check introduced an incompatible change:
Ganeti now errors out in situations where it used to warn and
then try and hope for the best. So add a not in the section on
incompatible changes.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit af18b002f6a0e81a5f03004d124f5b2cec4eb2fd
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 17:02:09 2014 +0200
Add --ignore-hvversions to gnt-instance migrate man page
Describe the new option and the changed default behaviour
in the man page.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit 457c8c8ce1bded9a40591c9ffe6415b04908bc95
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 16:19:13 2014 +0200
Add --ignore-hvversions to gnt-instance migrate
...which simply passes on the option.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit 5a03bfb027b663c42027adc7f5c79d1584bbceb2
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 16:11:43 2014 +0200
Add --ignore-hvversions option
This option will be used to tell Ganeti to not error out if a
migration between nodes with incompatible hypervisor versions
is attempted.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit f42fdcd140d9125edbf22609ca94a62502a767f1
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 15:13:06 2014 +0200
Honor ignore_hvversions in LUInstanceMigrate
...by passing the parameter also to the tasklet.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit 270cb9b8061b74f2faf2855fcdb9d384d9ef0e3f
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 11:29:05 2014 +0200
Add pIgnoreHVVersions to OpInstanceMigrate
As a parameter with default value, it will be backwards
compatible on the wire. Inside our code, however, we have
to adapt the various calls to the constructor.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit 4c943bceec429d7c75e4c810c036639c8e73c304
Author: Klaus Aehlig <[email protected]>
Date: Mon Sep 29 11:28:19 2014 +0200
Add opcode Parameter pIgnoreHVVersion
This parameter will instruct instance migration to proceed in the presence
of incompatible hypervisor versions.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit 3d5e5214abcee2e144599e1fe2e2d7ab652f2808
Author: Klaus Aehlig <[email protected]>
Date: Fri Sep 26 17:29:33 2014 +0200
Make hypervisor check fatal
...unless force is used. This will prevent accidentally
crashing instances.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit bf488717da2aeb843907fb63f2d1d5e423481a1d
Author: Klaus Aehlig <[email protected]>
Date: Fri Sep 26 16:44:54 2014 +0200
Add unit test for HVVersionsLikelySafeForMigration
...by looking at the results of a few typical examples.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
commit 38049d0149dd0a92720faa7a5c13816c6a121c16
Author: Klaus Aehlig <[email protected]>
Date: Thu Sep 25 18:27:46 2014 +0200
Add a function comparing hypervisor versions
The relevance of a warning about migrating between hypervisors
of different versions depends on whether the migration is likely
to succeed or not. While it is hard to predict this in general,
this function follows best practices for Xen's current numbering
scheme.
Signed-off-by: Klaus Aehlig <[email protected]>
Reviewed-by: Petr Pudlak <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 3 +++
lib/cli.py | 7 +++++++
lib/client/gnt_instance.py | 6 ++++--
lib/cmdlib/instance_migration.py | 22 +++++++++++++++++++---
lib/utils/version.py | 21 +++++++++++++++++++++
man/gnt-instance.rst | 6 +++++-
src/Ganeti/HTools/Cluster.hs | 4 +++-
src/Ganeti/OpCodes.hs | 1 +
src/Ganeti/OpParams.hs | 6 ++++++
test/hs/Test/Ganeti/OpCodes.hs | 2 +-
test/py/ganeti.utils.version_unittest.py | 18 ++++++++++++++++++
11 files changed, 88 insertions(+), 8 deletions(-)
hooks/post-receive
--
Ganeti core
--
---
You received this message because you are subscribed to the Google Groups
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.