Revision 86b60f21

b/lib/hypervisor/hv_kvm.py
485 485
      raise errors.HypervisorError("kvm: QMP communication error (wrong"
486 486
                                   " server greeting")
487 487

  
488
    # This is needed because QMP can return more than one greetings
489
    # see https://groups.google.com/d/msg/ganeti-devel/gZYcvHKDooU/SnukC8dgS5AJ
490
    self._buf = ""
491

  
488 492
    # Let's put the monitor in command mode using the qmp_capabilities
489 493
    # command, or else no command will be executable.
490 494
    # (As per the QEMU Protocol Specification 0.1 - section 4)

Also available in: Unified diff