An error occurred fetching the project authors.
- 22 Jan, 2020 1 commit
-
-
Thomas Gambier authored
If there is IPv6 on both interface, Linux will put a default route on ens3 preventing IPv6 to work correctly on ens4. Even disabling totally IPv6 from inside the host on ens3 may not work. It is safer to disable it from qemu process directly. Also, it will ease the configuration of the host.
-
- 27 Nov, 2019 1 commit
-
-
Julien Muchembled authored
-
- 25 Nov, 2019 1 commit
-
-
Julien Muchembled authored
When the image is a block device, the guest must also run Linux >= 5.0.
-
- 01 Jul, 2019 1 commit
-
-
Ivan Tyagov authored
otherwise it will stall VM execution. This is observed inside qemu VM started by https://lab.nexedi.com/nexedi/slapos/blob/master/software/erp5testnode/testsuite/deploy-test/software.cfg In qemu log one can see: === QEMU waiting for connection on: disconnected:unix:/srv/slapgrid/slappart6/var/qmp_socket,server === Affected version: root@z600:/srv/slapgrid/slappart6# /opt/slapgrid/7903668a197f3cf8f94375d0739a21e8/parts/kvm/bin/qemu-system-x86_64 --version QEMU emulator version 2.8.0 Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developer /reviewed-on nexedi/slapos!585
-
- 14 Feb, 2019 1 commit
-
-
Guillaume Hervier authored
Close the NBD socket when testing it so it won't mess up qemu. /reviewed-on nexedi/slapos!516
-
- 10 Jan, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 07 Sep, 2018 1 commit
-
-
Guillaume Hervier authored
Set cache.direct=on when using native aio (needed by qemu) /reviewed-on nexedi/slapos!399
-
- 03 Sep, 2018 1 commit
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!380
-
- 29 Aug, 2018 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
it clean up....
-
Rafael Monnerat authored
Up to some extent we would like to set diskcache=none and diskaio=native
-
Rafael Monnerat authored
-
- 30 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 14 Feb, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 12 Feb, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Allow to Add CPU or RAM in hotplug mode, without need of restart qemu process
-
- 16 Sep, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 14 Dec, 2015 1 commit
-
-
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.
-
- 02 Dec, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 17 Nov, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 27 Oct, 2015 3 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 23 Oct, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 07 Aug, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 23 Jul, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 22 May, 2015 1 commit
-
-
Alain Takoudjou authored
A new recipe deploy a python HTTPServer which is used to share files between all vm in the cluster the url is something like: https:IPv6:port/HASH-PATH/FILES Access to root https:IPv6:port/ is forbiden.
-
- 28 Apr, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 27 Apr, 2015 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 24 Apr, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 22 Apr, 2015 1 commit
-
-
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
-
- 26 Mar, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 23 Mar, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 20 Mar, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 06 Feb, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 05 Feb, 2015 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
A new parameter 'use-nat', True by default will specify if we will setup a nat interface. if 'use-tap' is Truei (false by default), a tap interface will be connected with a new interface in kvm. if 'use-tap' and 'use-nat' are True, then virtual machine will have two interfaces, one with tap and one with nat.
-
- 04 Feb, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 25 Sep, 2013 1 commit
-
-
Cédric de Saint Martin authored
-