Merge branch 'next' into branch-2.1
authorGuido Trotter <ultrotter@google.com>
Wed, 8 Jul 2009 09:28:37 +0000 (11:28 +0200)
committerGuido Trotter <ultrotter@google.com>
Wed, 8 Jul 2009 09:28:37 +0000 (11:28 +0200)
commit2f7140ba34e2d8af70e05cbdb32ec4a4cadcc466
tree818a68fb316f31b78f08b81a5dae0c4cff960ebc
parentcc208ed0b2925195c20f905c953b99a878db698e
parentfba159433fcfd5b19d9cb6f755253a2d27dab4a8
Merge branch 'next' into branch-2.1

* next:
  Create a new --no-voting option for masterfailover
  ganeti-masterd: allow non-interactive --no-voting
  Fix pylint warnings
  Add custom pylintrc
  bootstrap: Don't leak file descriptor when generating SSL certificate
  Fix problem with EAGAIN on socket connection in clients
  Fix some typos
  Increase maximum accepted size for a DRBD meta dev
  Cleanup config data when draining nodes
  Fix node readd issues
  backend.DemoteFromMC: don't fail for missing files
  Allow GetMasterCandidateStats to ignore some nodes
  Fix error message for extra files on non MC nodes

Conflicts:

lib/backend.py
          Most of the conflicts where in the new rpcs VS pylint fixes
          and usually the new rpcs fixed the pylint problems as well
lib/bootstrap.py
          Small conflict between masterfailover --no-voting and new rpcs
lib/cmdlib.py
          Net parameters conflicted here, kept that version
lib/objects.py
          Same problem fixed in two different ways. 'next' version kept

Signed-off-by: Guido Trotter <ultrotter@google.com>
22 files changed:
Makefile.am
daemons/ganeti-masterd
doc/iallocator.rst
lib/backend.py
lib/bootstrap.py
lib/cli.py
lib/cmdlib.py
lib/config.py
lib/hypervisor/hv_fake.py
lib/hypervisor/hv_xen.py
lib/jqueue.py
lib/luxi.py
lib/mcpu.py
lib/objects.py
lib/rapi/baserlib.py
lib/rpc.py
lib/utils.py
man/gnt-cluster.sgml
man/gnt-node.sgml
scripts/gnt-cluster
scripts/gnt-node
tools/lvmstrap