Scheduled scrubs have just moved to the Storage Dashboard
@DjP-iX Thank you
Ohhh, now you must add a display for Spice to be available?
It would be nice if the GUI would simply tell you when clicking the Display (spice) button:
A Spice display is not present: Add a display with spice type if needed.
Only VNC is available.
Thx for the reply.
I don’t think you know how this really works in virtio.
There is a specific virsh command to quiet the VM so it’s simple:
Execute virsh command to quiet VM.
Take Snapshot.
Execute virsh command to resume VM.
The VM does get “paused” by 1, 2 seconds while “all” that happens but you barely notice it!
I’ll be looking at that code again so I can show the commands to people that don’t know.
Thanks…it would be a useful thread and resource.
It just landed in the latest Halfmoon nightly, 26.04.0-MASTER-20250906-015446
, which was released today. I tested it with the latest HAOS qcow2 image, and it works as expected.
The HAOS image ships in a xz
compressed file, which, according to Google, is a common way to distribute VM images. While it may be trivial to unxz
the downloaded image before importing, it would be great if that step could be incorporated automagically into the import process.
It would also be nice to have an option which would automatically compress an exported image to xz
as well.
Hi there,
I just wondered about the SMART function going away from the GUI, is it configured detect a future task such as a Scrubs, Resilver or a time when it shouldn’t run?
The user/permissions change looks really straight forward.
Moving an app to a different pool looks really helpful.
in the VM upgrades, has an eject CD/DVD option been added?
long story short, deleting the optical device to ejectthe CD/DVD see a bit daft. Internal VM support for eject CD/DVD would be nice.
Agree that the VM functionality is behind every other Hypervisor.
Proper eject is the right solution so the device can be left untouched.
For now, instead of removing the CD-ROM, simply change the device number/order to be higher than the boot drive.
This is a workaround for booting, but the mounted iso will be present in the os.
After update, the issues I bug-reported seems to be fixed in next beta/RC.
New issue have occured: I am getting an occasional e-mail from my TrueNAS, it says “CronTask Run” in the heading, and “null” in the e-mail.
Never got these e-mails in previous versions.
Worth a bug-report so that it can get fixed before RC.1
Is there any information on configuring nvme over tcp? I am stuck with the path showing as dead. I can see the name space. I cant seem to find anything wrong in my config?
Bug report filed.
NAS ticket number appreciated… I can then keep track of it.
found that. I can not get past the “path” on the vmware side being “dead”
I just stumbled onto that…
I guess I won’t be testing this!
Actually,
I implemented this in the Incus TrueNAS driver. Mainly because i had to quiesce, flush, then snapshot and then de-quiesce, in order to ship the changes back to the server.
QEMU has a command to do it. Needs to be called before/after the zvol snapshot command.