Version [2443]
Dies ist eine alte Version von FreeNASbhyve erstellt von WojciechLisiewicz am 2020-04-09 15:51:56.
FreeNAS: virtuelle Maschinen mit bhyve
insbesondere Windows 10
Das Anlegen einer virtuellen Maschine ist denkbar einfach: mit dem WebGUI zu realisieren. Insbesondere Windows ist dabei nicht ganz frei von Problemen. Erfolgreiche Installation ist für den Verfasser nur mit Window 10 bekannt. Diese erfolgt so:
A. Virtuelle Maschine erstellen - folge dem Assistenten im GUI, lade vorher die Installation-ISO auf den Rechner.
B. Nützliche Adressen:
- https://www.ateamsystems.com/tech-blog/howto-windows-10-bhyve-w-freebsd-11/
- https://www.ixsystems.com/documentation/freenas/11.2-U8/virtualmachines.html
C. Geschwindigkeitsprobleme FreeNAS / bhyve
1. Sync ausschalten
Eine kleine Verbsserung ist möglich, wenn "sync" auf dem Volume der VM ausgeschaltet wird - hier ein Post von Reddit:
2. Timer Tool
Siehe hier:
https://www.ixsystems.com/community/threads/bhyve-windows-10-vm-fix-for-laggy-gui.70406/
3. Block size on ZVOL?
(noch nicht probiert...)
4. RDP optimieren
https://www.ixsystems.com/community/threads/windows-server-2016-server-10-pro-slow-on-bhyve.64236/
5. Wichtig: Virtuelle CPUs!
Unter folgender Adresse wird die Vorgehensweise (FreeNAS 11.2) beschrieben:
iX-Systems community
Die Zuweisung mehrere CPU-s als Threads / Cores führt zur sichtbaren Verbesserung:
Eine kleine Verbsserung ist möglich, wenn "sync" auf dem Volume der VM ausgeschaltet wird - hier ein Post von Reddit:
Naito:
Do you have a SLOG or have sync writes disabled for the VM volumes? If you have sync writes without an SLOG, VM performance can be pretty terrible.
Do you have a SLOG or have sync writes disabled for the VM volumes? If you have sync writes without an SLOG, VM performance can be pretty terrible.
2. Timer Tool
Siehe hier:
https://www.ixsystems.com/community/threads/bhyve-windows-10-vm-fix-for-laggy-gui.70406/
3. Block size on ZVOL?
(noch nicht probiert...)
4. RDP optimieren
https://www.ixsystems.com/community/threads/windows-server-2016-server-10-pro-slow-on-bhyve.64236/
5. Wichtig: Virtuelle CPUs!
Unter folgender Adresse wird die Vorgehensweise (FreeNAS 11.2) beschrieben:
iX-Systems community
Die Zuweisung mehrere CPU-s als Threads / Cores führt zur sichtbaren Verbesserung:
How to (von blanchet)
if your CPU has 8 physical cores, then
After rebooting, you can check that FreeNAS has added the following lines to /boot/loader.conf.local
System | Tunable | Add
Variable: hw.vmm.topology.cores_per_package
Value: 8
Type: loader
Comment: Physical cores per socket
if your CPU supports also hyperthreading, thenVariable: hw.vmm.topology.cores_per_package
Value: 8
Type: loader
Comment: Physical cores per socket
System | Tunable | Add
Variable: hw.vmm.topology.threads_per_core
Value: 2
Type: loader
Comment: Threads per core
Reboot FreeNAS to applyVariable: hw.vmm.topology.threads_per_core
Value: 2
Type: loader
Comment: Threads per core
After rebooting, you can check that FreeNAS has added the following lines to /boot/loader.conf.local
Auf dieser Seite sind keine Kommentare vorhanden