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, stable-2.8 has been updated
via a365b47f0c37967df687989c9c56ce496ce63183 (commit)
via ef726a3f375b3500282b91356d103f0daa6ce793 (commit)
via 7f965aeae5e77ab4c1062696783118d355967c35 (commit)
via e2e98c6e80f91a2eb40983e324d1ed1a55e1a9f0 (commit)
via 8cd4f8cfcae58f0e308d6ae0ca1c36e829795d64 (commit)
via 1f14b07e63c5f33eeab989d3d6fc133ad581d313 (commit)
via dfb0bc93cde1eae6cde54c4870a897bae9ea39e1 (commit)
via b867e21886602dbc8cbc7dbd708fb1e1ff5ca398 (commit)
via eb0aa4e578a8b1604c436155be6dfa1630ff6329 (commit)
via 57bcb172469cbafbd04a2900b8c923383f1e2595 (commit)
via 6390194be92cddcf2ade350b29e652e9f464470d (commit)
via e41bf003ff41070af002727a2b804b5409db9679 (commit)
via 04bcb621d9da8b49fe5c71a8fafb84e8fc4a59a9 (commit)
from aad242d2667116611288f8a46210c6a7afef6b5b (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 a365b47f0c37967df687989c9c56ce496ce63183
Merge: aad242d ef726a3
Author: Bernardo Dal Seno <
bdal...@google.com>
Date: Fri May 17 13:12:01 2013 +0200
Merge branch 'stable-2.7' into stable-2.8
* stable-2.7:
Update NEWS with disk creation fixes
Don't fail to deactivate master IP if already down
Add QA for recreating single instance disks
Add QA for gnt-instance modify --disk
Clean up when "gnt-instance modify" fails to create a disk
recreate-disks honors the prealloc_wipe_disks flag
Introduce wrapper for cmdlib._WipeDisks()
Don't catch an exception that cannot be raised
Wipe disks added through "gnt-instance modify"
Support /var/run being a symlink in upload
Final NEWS and
configure.ac update for 2.7.0~rc1
gnt-job list: deal with non-ascii encoding in jobs
Conflicts:
NEWS
lib/cmdlib.py
qa/ganeti-qa.py
qa/qa-sample.json
NEWS, qa/ganeti-qa.py and qa/qa-sample.py had trivial conflicts. But I've
updated QA changes to use the new interfaces. lib/cmdlib.py was renamed and
split, so I had to semi-manually apply the changes to the new files. I had
to change the names of some functions by removing or adding the initial
underscore and update the imported names.
Signed-off-by: Bernardo Dal Seno <
bdal...@google.com>
Reviewed-by: Thomas Thrainer <
thom...@google.com>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 21 ++++++++++-
configure.ac | 2 +-
devel/upload | 2 +-
lib/client/gnt_job.py | 9 ++++-
lib/cmdlib/instance.py | 24 +++---------
lib/cmdlib/instance_storage.py | 83 ++++++++++++++++++++++++++++++---------
qa/ganeti-qa.py | 2 +
qa/qa-sample.json | 1 +
qa/qa_instance.py | 26 ++++++++++++-
tools/master-ip-setup | 14 +++++++
10 files changed, 142 insertions(+), 42 deletions(-)
hooks/post-receive
--
Ganeti core