Everything posted by SimonF
-
Disk not spinning down if VM virtual disk stored on it
Which version of Unraid?
-
Guest Agent running but not available for Win11 VM
Check device manager for missing drivers need virtio serial drivers to be intalled
-
VM Windows 11 resume in console Locks Up
Running Q35 or i440fx?
-
VM Windows 11 resume in console Locks Up
Will try some testing over the week, Normally only issues if passthru devices as some times cannot reset. But cannot see any in the XML. Maybe likely to be a Windows issue.
-
Private bridge network for VM group?
The gateway is not in the subnet. You need a router between them. This is not an Unraid configuration would need to be a VM or physical device to link the two networks.
-
Unraid VM iso file?
Replacing those files could break VM Manager if not for the correct os version.
-
[PLUGIN] GPU Statistics
Yes that is correct.
-
Private VM bridge networks disappeared upgrading to 7.1.2
It is a bug and I have a fix so will create a pr and see if it can be back ported.
-
Private VM bridge networks disappeared upgrading to 7.1.2
Can you provide an example of you network xml?
-
[PLUGIN] GPU Statistics
###2025.06.02 - Fix AMD Power readings for different card types. - Fix Compute Bar - Fix CodeProject detection
-
Having trouble cloning a VM
Cat you provide the output of. cat /sys/module/zfs/parameters/zfs_bclone_enabled 1 zpool get all | grep feature@block_cloning vmpool feature@block_cloning active local zfs feature@block_cloning disabled local root@GUITest:/#
-
[PLUGIN] GPU Statistics
Can you run php /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075 where the number is the PID from nvida-smi and post the results.
-
Having trouble cloning a VM
The issue was ZFS did not support cp --reflink, but it looks like it may have been added. Currently clone does --reflink=always but for zfs it needs to be =auto I will do some testing over the weekend.
-
[PLUGIN] GPU Statistics
Thanks will look into that. Will be fixed in next release.
-
Having trouble cloning a VM
Yes but it is not implemented. I am looking a backup options so I know the process in effect it will backup a VM pulling the snapshots chain into a new image. The overlay file is only the changes so it is dependant on the base image(s). But you can create a new image using qemu-img on the overlay and it will pull the data from the other files into a single image. I can look to add an option for MAC to leave or generate with the later being the default. ZFS does not support copy on write I believe. Hence why the CP fails.
-
[PLUGIN] GPU Statistics
They are two settings fan is one bar rpm and power is the other for the GPU. So it is the total power used by the GPU.
-
[PLUGIN] GPU Statistics
In CA within the info section for my plugins is a donate link.
-
Having trouble cloning a VM
Which file system type is the domains share on? The file system has to support COW and if was btrfs the VMs need to be in subvolumes. I create a new MAC so if a clone was started it would not have duplicate macs if original was running. For snapshots it the complexity of the overlay files, paths etc. May support in the future. Technically it may be possible to clone a running machine but would need to use snapshots, Not sure on the memory thou. Why would you want to clone a running machine?
-
[PLUGIN] GPU Statistics
2025.05.29 Fix Client usage Fix AMD power readings Fix revised minimise for 7.1 Please test for minimise on 7.1
-
[PLUGIN] GPU Statistics
Should be fixed in next release.
-
[PLUGIN] GPU Statistics
-
[PLUGIN] GPU Statistics
Please provide output of intel_gpu_top -J -n 2
-
[PLUGIN] GPU Statistics
It will be in a new release i.e. 7.2 or 7.3 when the next LTS Kernel is released with ZFS support.
-
[PLUGIN] GPU Statistics
Have you enabled hardware transcoding in plex and pass the /dev/dri into the docker. Temps need a newer kernel 6.13+ We are on 6.12 currently.
-
[PLUGIN] GPU Statistics
Can you paste as a text file?