Everything posted by SimonF
-
[PLUGIN] GPU Statistics
Are you on 7.1? As minimise works differently. Can you provide cat /tmp/gpujson
-
[PLUGIN] GPU Statistics
-
USB controller passthrough - where does the hostdev section get inserted in the XML?
Glad you got it working. Tools->system devices, check box allows to be bound to vfio Then a PCI card should show in this section - Other PCI
-
[Plugin] USB_Manager
Thankyou appreciated.
-
USB controller passthrough - where does the hostdev section get inserted in the XML?
That is the PCI root bridge the card is 01:00.0 You can bind to vfio in system devices and it will show in PCI other in the VM template. Or use bus 01, slot 00 function 0 in your xml
-
Intel Arc Temperature and Fan information
These need a new kernel i.e. 6.14 Unraid uses the currently LTS kernel 6.12.
-
[Plugin] USB_Manager
Glad it has fixed your need to auto connect. There is a donate link in the CA info for USBM.
-
[PLUGIN] GPU Statistics
Which version of the plugin are you using, if latest do ctlr + F5 in bowser
-
[PLUGIN] GPU Statistics
Do you igpu enabled in the bios. Normally if a dgpu is in the system normally disabled by default.
-
Trying to get my win 11 VM working with my 1080 TI
Does the GPU should as primary GPU in the VM Template?
-
[PLUGIN] GPU Statistics
Which OS version are you on there is a bug if on 7.1+ which I should be able to release a fix soon.
-
VM Manager Feature requests
Click on the ? In a circle top right to show help text
-
VM Manager Feature requests
-
Libvirt Hot Plugin USB - USB Hot Plugin for VMs
There is a VM page hot plug in USB Manager also does exactly the same as this plugin, you don't have to use the other functions.
-
[PLUGIN] GPU Statistics
Can you provide output of lspci -Dmm | grep -E 'Display|VGA' also does intel_gpu_top show output?
-
Nested Virtualization: Hyper-V Server
@bonienl Is there anything to consider due to the network setup?
-
Nested Virtualization: Hyper-V Server
Try setting network to vhost0.10 in for the network in the vm template for the network source. You should have vhost0.10 as an option.
-
Nested Virtualization: Hyper-V Server
When using macvlan the interface type is normally vhost rather than a bridge. This is my XML. <interface type='bridge'> <mac address='52:54:00:d5:b6:c5'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> And vswitch.
-
Nested Virtualization: Hyper-V Server
Do you have an option to use vhost.10 in your VM config? Please post diagnostics.
-
Nested Virtualization: Hyper-V Server
What is there network config in the XML? I have a 2019 server working but I am on a bridge network.
-
Libvirt Hot Plugin USB - USB Hot Plugin for VMs
You can post this in the plugins page to install. https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/refs/heads/master/libvirt.hotplug.usb.plg USB Manager also has a hotplug function. You may need to enable in the settings.
-
[PLUGIN] GPU Statistics
Will look into it, may be a bug due to the way dash tiles are kept in 7.1
-
I need help with VM snapshot (possibly broke the VM)
Both files are linked. Do you have anywhere you can move the two image files to? or you can try the following. You could try to convert the file. This will create a new file with both snapshot and base file into a new image. qemu-img convert -f qcow2 -O raw /mnt/user/domains/VMNAME/vdisk1.S20240928215938qcow2 vdisk1.bu Put vidsk1.bu on the array i.e. /mnt/user/Arrayshare/vdisk1.bu
-
How can I remove a VM snapshot in Unraid 7?
The delete of a zfs native snapshot just removes the entry from the VM snaps database. It was set originally for the user to remove. Maybe in the future we may remove FS ones.
-
[PLUGIN] GPU Statistics
Yes have you selected both in the settings? They will be in different columns.