Remove the extra_args parameter in instance start
authorIustin Pop <iustin@google.com>
Tue, 24 Feb 2009 15:25:37 +0000 (15:25 +0000)
committerIustin Pop <iustin@google.com>
Tue, 24 Feb 2009 15:25:37 +0000 (15:25 +0000)
commit07813a9efd0baac14437ebcc9841c66e3131a265
treeba9aad8a563cdef2ef4c17f06003cddbbe1b5533
parenta985b4178d349acd92d52588c8b2fea06d1d56d3
Remove the extra_args parameter in instance start

This patch removes the extra_args parameter and instead switches the
instance to the HV_KERNEL_ARGS hypervisor option.

This is a big change, but it's a needed cleanup, this extra parameter on
all RPC calls is not generic and we also need to have a persistent value
here.

Reviewed-by: imsnah
12 files changed:
daemons/ganeti-noded
daemons/ganeti-watcher
lib/backend.py
lib/cmdlib.py
lib/hypervisor/hv_base.py
lib/hypervisor/hv_fake.py
lib/hypervisor/hv_kvm.py
lib/hypervisor/hv_xen.py
lib/opcodes.py
lib/rpc.py
man/gnt-instance.sgml
scripts/gnt-instance