An error occurred fetching the project authors.
  1. 01 Apr, 2016 4 commits
  2. 30 Mar, 2016 1 commit
  3. 25 Mar, 2016 1 commit
  4. 22 Mar, 2016 1 commit
  5. 04 Mar, 2016 1 commit
  6. 24 Feb, 2016 1 commit
  7. 23 Feb, 2016 1 commit
  8. 14 Dec, 2015 1 commit
    • Alain Takoudjou's avatar
      kvm: Add restrict mode for nat interface · b1dcbf77
      Alain Takoudjou authored
      If restrict mode is set to true, nat interface (eth0) will be isolated, no network access, only host and guest forward rules will work throught that interface.
      This option is true by default for kvm-cluster, and false for single and resilient kvm.
      b1dcbf77
  9. 04 Dec, 2015 1 commit
  10. 02 Dec, 2015 1 commit
  11. 17 Nov, 2015 1 commit
  12. 26 Oct, 2015 1 commit
  13. 23 Oct, 2015 1 commit
  14. 05 Oct, 2015 1 commit
  15. 17 Aug, 2015 1 commit
  16. 06 Aug, 2015 1 commit
  17. 02 Aug, 2015 4 commits
  18. 01 Aug, 2015 1 commit
  19. 31 Jul, 2015 1 commit
  20. 23 Jul, 2015 2 commits
  21. 24 Jun, 2015 1 commit
  22. 22 Jun, 2015 1 commit
  23. 19 Jun, 2015 1 commit
  24. 22 May, 2015 2 commits
  25. 05 May, 2015 1 commit
  26. 04 May, 2015 1 commit
  27. 30 Apr, 2015 1 commit
  28. 29 Apr, 2015 1 commit
  29. 28 Apr, 2015 1 commit
  30. 27 Apr, 2015 1 commit
  31. 24 Apr, 2015 1 commit
  32. 22 Apr, 2015 1 commit
    • Alain Takoudjou's avatar
      kvm: can now accept parameters external-disk-format, cpu-options and numa · 2d79471e
      Alain Takoudjou authored
      kvm_run script can now create external disk with specified format (qcow2, raw, etc...)
      if kvm external disk is created it will never be replaced, even if user
      reduce the number of disk with parameter 'external-disk-number' or change the
      'external-disk-format' value. All created disk will be added to qemu run command.
      
      numa option can be used to create [fake] numa nodes and expose them to the guest
      OS instance. In this case it is important to know the host cpu topology and where
      the instance will be allocated.
      
      cpu-options are additional parameters like sockets=1,cores=5,threads=1
      in this case if cpu-count parameter is 1 qemu options will be:
      -smp 1,sockets=1,cores=5,threads=1
      2d79471e