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, branch-2.1 has been updated
via a426508d9b1a9176acc27fef686a9991f3058784 (commit)
via b6c07b791f57777815c2540084c6cb2aedfb7560 (commit)
from 21bcb9aa80a5c2eb671dcba69af795e624a230f7 (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 a426508d9b1a9176acc27fef686a9991f3058784
Author: Michael Hanselmann <[email protected]>
Date: Thu Nov 19 16:13:12 2009 +0100
Handle EEXIST in utils.RenameFile
This should fix an issue I've seen exactly once during testing. It might
have
been caused by parallel RPC calls to archive jobs.
[â¦] ganeti-noded:112 ERROR Error in RPC call [â¦]
File "/usr/lib/python2.4/site-packages/ganeti/backend.py", line 2365, in
JobQueueRename
utils.RenameFile(old, new, mkdir=True)
File "/usr/lib/python2.4/site-packages/ganeti/utils.py", line 322, in
RenameFile
os.makedirs(os.path.dirname(new), mkdir_mode)
File "/usr/lib/python2.4/os.py", line 159, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/var/lib/ganeti/queue/archive/0'
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Guido Trotter <[email protected]>
commit b6c07b791f57777815c2540084c6cb2aedfb7560
Author: Michael Hanselmann <[email protected]>
Date: Thu Nov 19 17:30:03 2009 +0100
Remove unused parameter âunlockâ from cmdlib._WaitForSync
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Guido Trotter <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/cmdlib.py | 6 +++---
lib/utils.py | 11 ++++++++++-
test/ganeti.utils_unittest.py | 11 +++++++++++
3 files changed, 24 insertions(+), 4 deletions(-)
hooks/post-receive
--
Ganeti core