Everything posted by Sean Chen
-
虚拟机多开(30个起)的可能性
个人也认为Unraid 无法胜任你的需求。因为我曾经也一直使用 Unraid 部署虚拟机作为办公室的工作机使用,但是持续长时间的使用之后发现Unraid 下的所有虚拟机会出现反应没有刚部署的时候那么流畅,开始以为是资源使用到达瓶颈 但是发现内存CPU和硬盘的使用率都没有达到满负荷。开始以为是Windows11 系统用久了变慢。后来重新安装Win11系统后依然无法解决这个问题。期间也同时重新刷过unraid系统。但是用几个月后问题依旧。最后只能转向PVE 问题最后才是一劳永逸的解决了。 最后使用总结,unraid 用于专门做虚拟机而不是NAS的用途,稳定性确实有待商榷相比于pve 和 esxi.
-
Unraid 6.12.8 update, server crashing now
I got same problem as well. My server to be unresponsible or freezing from time to time after uprade from 6.12.6 to 6.12.8. I don't have any solution and I have rolled back to 6.12.6 now. The problem disappeared.
-
Macmini8.1 GPU UHD630 Passthrough 43 in Windows but working well in Ubuntu.
Hi Everyone, I got a Mac mini 2018 model to work as server by Unraid. It works so perfect for me apart from if I want to passthrough the iGPU UHD630 to VM Windows11 or Windows 10. It shows code43 all the time. I have tried all of solutions that I can find from Google however, it does't solve my problem at all. I found a solution that mentioned, if boot Unraid by legacy not uefi, then it will have a better support for iGPU passthrough. Unfortunately, Mac mini 2018 supports uefi boot only. I accidentally tried to install Ubuntu in VM with iGPU passthrough and surprisingly the monitor was turned on by the iGPU HDMI port, and whole thing works perfectly. Any idea how to solve this pain? Much appreciated !
-
VM sudden paused.
Hi Everyone, Hope everyone here had a good weekend. I am a newbie in Unraid. I started to use Unraid since the version of 6.12.3. it was working great. However, nowadays, I got some in-regular VM paused issue while I using the VM since I updated my Unraid to 6.12.4. The symptom was the screen suddenly goes to black while I using the vm. I passed through RX6600XT to VM. I tried to resume the VM from Unraid GUI, but it tells "Execution Error. internal error: unable to execute QEMU command ' cont': Resetting the VM is required." I had a clean reinstall Unraid on USB stick already. Unfortunately, the issue is still there. I have no idea what is going on at all. Hope any of Unraid masters could give me a hope to clear out the problem. Thanks in advance. I have attached some pictures and system logs for your reference. Thanks again. ==========VM xml Setting up below============== <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='4'> <name>i9-7940XS</name> <uuid>ba5826de-c01f-d2e5-e040-126a9c7e710c</uuid> <description>Windows 11</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/> </metadata> <memory unit='KiB'>20971520</memory> <currentMemory unit='KiB'>20971520</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>14</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='15'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='17'/> <vcpupin vcpu='4' cpuset='5'/> <vcpupin vcpu='5' cpuset='19'/> <vcpupin vcpu='6' cpuset='7'/> <vcpupin vcpu='7' cpuset='21'/> <vcpupin vcpu='8' cpuset='9'/> <vcpupin vcpu='9' cpuset='23'/> <vcpupin vcpu='10' cpuset='11'/> <vcpupin vcpu='11' cpuset='25'/> <vcpupin vcpu='12' cpuset='13'/> <vcpupin vcpu='13' cpuset='27'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/ba5826de-c01f-d2e5-e040-126a9c7e710c_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='7' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/i9-7940XS/vdisk1.img' index='1'/> <backingStore/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:f6:dc:d9'/> <source bridge='br0'/> <target dev='vnet1'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/2'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/2'> <source path='/dev/pts/2'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-4-i9-7940XS/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='2'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> <alias name='tpm0'/> </tpm> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x67' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/RX6600XT.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x67' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0a12'/> <product id='0x0001'/> <address bus='1' device='7'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='3'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x046d'/> <product id='0xc52b'/> <address bus='5' device='18'/> </source> <alias name='hostdev4'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x1532'/> <product id='0x0098'/> <address bus='5' device='17'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='4'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>