Revision a967416c

b/lib/hypervisor/hv_kvm.py
1369 1369
        kvm_cmd.extend(["-usbdevice", dev])
1370 1370

  
1371 1371
    if hvp[constants.HV_KVM_EXTRA]:
1372
      kvm_cmd.extend([hvp[constants.HV_KVM_EXTRA].split(" ")])
1372
      kvm_cmd.extend(hvp[constants.HV_KVM_EXTRA].split(" "))
1373 1373

  
1374 1374
    # Save the current instance nics, but defer their expansion as parameters,
1375 1375
    # as we'll need to generate executable temp files for them.
b/man/gnt-instance.rst
715 715
    Valid for the KVM hypervisor.
716 716

  
717 717
    Any other option to the KVM hypervisor, useful tweaking anything
718
    that Ganeti doesn't support.
718
    that Ganeti doesn't support. Note that values set with this
719
    parameter are split on a space character and currently don't support
720
    quoting.
719 721

  
720 722
machine\_version
721 723
    Valid for the KVM hypervisor.

Also available in: Unified diff