1. 09 11月, 2017 4 次提交
  2. 08 11月, 2017 4 次提交
  3. 07 11月, 2017 4 次提交
  4. 06 11月, 2017 1 次提交
    • P
      qemu_disk_img: Drop the temporary image from boot list · ae481f69
      Ping Li 提交于
      The temproray image new.qcow2 is used to test the scenario qemu-img
      rebase, Should not be booted up. Since qemu 2.10, image locking is
      enabled which make multiple QEMU processes cannot write to the same
      image, even if boot snapshot and backing file at the same time are
      not allowed.
      Signed-off-by: NPing Li <pingl@redhat.com>
      ae481f69
  5. 03 11月, 2017 3 次提交
  6. 31 10月, 2017 3 次提交
  7. 30 10月, 2017 3 次提交
  8. 27 10月, 2017 1 次提交
  9. 26 10月, 2017 2 次提交
  10. 24 10月, 2017 3 次提交
  11. 23 10月, 2017 1 次提交
  12. 20 10月, 2017 1 次提交
  13. 19 10月, 2017 3 次提交
    • X
      Merge pull request #1006 from XueqiangWei/lvm · 5ab81a77
      Xu Han 提交于
      generic.tests: for test lvm, remount lv for sub test "fillup_disk" and "ioquit" after guest reboot/shutdown
      5ab81a77
    • X
      openflow_acl_test: remove two telnet sub-cases for Windows guests because... · 4cb16ffa
      Xiyue Wang 提交于
      openflow_acl_test: remove two telnet sub-cases for Windows guests because telnet server is no longer supported
      1. access_deny_all_target.telnet
      2. access_deny_special_target.telnet
      Signed-off-by: NXiyue Wang <xiywang@redhat.com>
      4cb16ffa
    • Q
      block_stream: Set default base to None · c3e0890e
      Qianqian Zhu 提交于
      base image option: only sectors above this image are streamed.(optional)
      So if there is only one snapshot, base->sn1, the stream will start from sn1
      to sn1, that means no data streamed, so it will complete immediately and
      still have base as it backing file, which cause backing file check failed
      
      Fix:
      1. By default set base option to None. Currently only case
      block_stream.backingfile_option need to set this option
      2. Set base to guest image_file only when call set_backingfile() function
      3. If base is none, then check_backingfile_exist() should not be called,
      it will report error
      Signed-off-by: NQianqian Zhu <qizhu@redhat.com>
      c3e0890e
  14. 18 10月, 2017 7 次提交