Fix disk adoption breakage
authorApollon Oikonomopoulos <apollon@noc.grnet.gr>
Tue, 18 Jan 2011 10:30:12 +0000 (12:30 +0200)
committerIustin Pop <iustin@google.com>
Thu, 20 Jan 2011 16:10:02 +0000 (17:10 +0100)
commitf7c94c17b1ea35b8552bafa9718108be08334426
tree0c55ba52984eaa9ccbaddd45c31fc09d64f266c3
parent2656091a05aca1fb39bcf71e871ce310ef8f7d4a
Fix disk adoption breakage

Disk adoption is currently broken by 84d7e26b, which added multiple LVM
volume group support. This patch fixes the calls to rpc.call_vg_list,
which are multi-node calls but were handled as single-node calls in
84d7e26b.

Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/cmdlib.py