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
Showing
- daemons/ganeti-noded 2 additions, 4 deletionsdaemons/ganeti-noded
- daemons/ganeti-watcher 1 addition, 3 deletionsdaemons/ganeti-watcher
- lib/backend.py 4 additions, 4 deletionslib/backend.py
- lib/cmdlib.py 6 additions, 8 deletionslib/cmdlib.py
- lib/hypervisor/hv_base.py 1 addition, 1 deletionlib/hypervisor/hv_base.py
- lib/hypervisor/hv_fake.py 1 addition, 1 deletionlib/hypervisor/hv_fake.py
- lib/hypervisor/hv_kvm.py 9 additions, 8 deletionslib/hypervisor/hv_kvm.py
- lib/hypervisor/hv_xen.py 9 additions, 11 deletionslib/hypervisor/hv_xen.py
- lib/opcodes.py 2 additions, 3 deletionslib/opcodes.py
- lib/rpc.py 4 additions, 5 deletionslib/rpc.py
- man/gnt-instance.sgml 23 additions, 12 deletionsman/gnt-instance.sgml
- scripts/gnt-instance 1 addition, 8 deletionsscripts/gnt-instance
Loading
Please register or sign in to comment