1. 13 9月, 2016 1 次提交
  2. 03 9月, 2016 3 次提交
  3. 02 9月, 2016 1 次提交
  4. 10 8月, 2016 1 次提交
  5. 09 8月, 2016 1 次提交
  6. 03 8月, 2016 1 次提交
    • J
      conf: Add IOThread quota and period scheduler/cputune defs · 2197ea56
      John Ferlan 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1356937
      
      Add the definitions to allow for viewing/setting cgroup period and quota
      limits for IOThreads.
      
      This is similar to the work done for emulator quota and period by
      commit ids 'b65dafa8' and 'e051c482'.
      
      Being able to view/set the IOThread specific values is related to more
      recent changes adding global period (commmit id '4d92d58f') and global
      quota (commit id '55ecdae0') definitions and qemu support (commit id
      '4e17ff79' and 'fbcbd1b2'). With a global setting though, if somehow
      the IOThread value in the cgroup hierarchy was set "outside of libvirt"
      to a value that is incompatible with the global value.
      
      Allowing control over IOThread specific values provides the capability
      to alter the IOThread values as necessary.
      2197ea56
  7. 27 7月, 2016 4 次提交
  8. 11 7月, 2016 1 次提交
  9. 22 6月, 2016 2 次提交
  10. 20 6月, 2016 1 次提交
    • J
      docs: virsh: Added note for the dump command · dd14032b
      Jaroslav Suchanek 提交于
      Crash dump in a old kvmdump format is being obsolete and cannot be loaded and
      processed by crash utility since its version 6.1.0. A --memory-only option is
      required in order to produce valid ELF file which can be later processed by the
      crash utility. A new note is added to the dump command description.
      dd14032b
  11. 18 6月, 2016 1 次提交
  12. 17 6月, 2016 1 次提交
  13. 10 6月, 2016 1 次提交
  14. 09 5月, 2016 1 次提交
  15. 04 5月, 2016 1 次提交
  16. 25 4月, 2016 1 次提交
  17. 20 4月, 2016 1 次提交
  18. 15 4月, 2016 1 次提交
  19. 14 4月, 2016 1 次提交
  20. 31 3月, 2016 2 次提交
  21. 29 3月, 2016 6 次提交
  22. 21 3月, 2016 3 次提交
  23. 17 3月, 2016 1 次提交
    • N
      migration: add target peer disks port · f486cb5e
      Nikolay Shirokovskiy 提交于
      Some hypervisors (namely qemu) can have a separate connecton for
      non-shared disks migration of active domains. Currently we have
      no means to control the port of such a connection. At the same
      time we have options to control port of memory migration traffic
      (thru migration uri) as well as interfaces that target server
      is bound to for incoming migration (thru VIR_MIGRATE_PARAM_LISTEN_ADDRESS).
      Let's add the option for setting disks port too.
      Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
      f486cb5e
  24. 12 2月, 2016 1 次提交
  25. 30 1月, 2016 1 次提交
    • W
      storage: Add TRIM algorithm to storage volume API · 63cdc92f
      Wido den Hollander 提交于
      This new algorithm adds support for wiping volumes using TRIM.
      
      It does not overwrite all the data in a volume, but it tells the
      backing storage pool/driver that all bytes in a volume can be
      discarded.
      
      It depends on the backing storage pool how this is handled.
      
      A SCSI backend might send UNMAP commands to remove all data present
      on a LUN.
      
      A Ceph backend might use rbd_discard() to instruct the Ceph cluster
      that all data on that RBD volume can be discarded.
      Signed-off-by: NWido den Hollander <wido@widodh.nl>
      63cdc92f
  26. 11 1月, 2016 1 次提交