it's definitely not the same issue, the OP could not passthrough at all for some reason. please open a new thread with a bit more info (e.g. the error code from the windows driver)
also try without viommu=intel on the machine and see here...
there is already an open bug on https://bugzilla.proxmox.com/show_bug.cgi?id=7374 but we don't currently know what's the underlying reason. (and we don't have the matching hardware here to try to bisect the kernel)
are you by any chance using a...
ok something caused the pdm to not reach the remotes though as seen by the journal.
has one of the migrated vm anything to do with networking/routing? is it maybe the pdm itself?
hi,
glaube zwar nicht dass es daran liegt, aber die zwei zeilen
hostpci0: 15:00.0,pcie=1,x-vga=1
hostpci1: 15:00.1,pcie=1
sollte man durch
hostpci0: 15:00,pcie=1,x-vga=1
ersetzen. Da werden dann auch beide devices durchgereicht aber als...
the issue here is that the underlying tool (dd) prints '\r' as "newlines" (it's to overwrite the old text on the cli)
on the commandline, etc. it's possibly "normalized" to a \n but the web ui framework simply print it as is, and \r will not be...
hi,
was the vm 1000 located on another node perhaps? or is the 'pveEDGE' remote just a single node?
can you show what the 'pveEDGE' tasks (on the pve gui, not pdm) looks like?
could you try the options from here:
https://pve.proxmox.com/wiki/PCI_Passthrough#%22BAR0_is_0M%22_error_or_Windows_Code_12_Error
so setting the cpu to 'x86-64-v2-AES,phys-bits=host,flags=+pdpe1gb' via the cmdline
can you post more of the journal, maybe it does contain a hint?
is it actually broken or does everything work like usual with just the addition of the new log lines?
'remove' removes the tape from the inventory without deleting the data from the tape itself (if there is data on it, even the remove won't work by default, only with the 'force' flag)
this is the same as 'proxmox-tape media destroy' (not sure why...
there are two 'log rotation' tasks in your list, can you post the content of those?
EDIT: just looked again, the time on those say 'september' so is that the current list of tasks you see there?
interessantes projekt, aber hast du schonmal gedacht, zumindest teile davon bei uns upstream zu bringen? zb zusätzliche spalten im tree ist denk ich etwas was wir vllt reinnehmen würden.
bei dem cluster resources ist es so, dass wenn die config...
das forum ist zwar nicht wirklich der richtige ort um sowas zu fragen, eher geeignet wäre die pve-devel liste: https://lists.proxmox.com/postorius/lists/pve-devel.lists.proxmox.com/
ein update erzwingen kann man zwar mit...
aside from that video very obviously being ai generated, the underlying point is not wrong. in modern windows versions, using 'host' cpu mode activates VBS (virtualization based security) which can incur a heavy performance penalty. Alternatively...
Hi,
yeah, i guess we're missing an 'activate_storage' in the exec hookscript path that would trigger the mount, etc.
would you mind opening a bug for that: https://bugzilla.proxmox.com so we can track it more easily?