Search results

  1. dcsapak

    Tape Backup: understanding media sets

    i can't reproduce this here: i have a standalone drive: * started a backup via a job with a media pool policies 'keep' (retention) and 'continue' (allocation) * marked the last 'writable' medium as vaulted (so no member of the media-set is writable or on-site) * started the backup job again...
  2. dcsapak

    Proxmox VM Truenas Scale shows status stopped but is running

    the journal/log of the host would be interesting from the time you turned on the guest until a bit after it shows the wrong status
  3. dcsapak

    Storage total for clusters

    yeah, this has to be fixed in pdm. In PVE we currently only share the 'non-shared' storages multiple times (or use the list the user can configure) but in pdm we simply sum everything up. would you mind creating a bug for that on https://bugzilla.proxmox.com ? that way we can track it better and...
  4. dcsapak

    Repository/Build Issue: NVIDIA Drivers missing from Trixie (Testing) on PVE 6.17.9

    ah ok, i only saw that just the package version was bumped and assumed it didn't contain any relevant changes for this, but yeah go ahead and try, the worst that can happen is that the module won't compile and you have to remove the package again wit apt remove if the driver you installed also...
  5. dcsapak

    Repository/Build Issue: NVIDIA Drivers missing from Trixie (Testing) on PVE 6.17.9

    not super sure about the 'no installation candidate' issue, what does apt-cache policy nvidia-driver show? here it's like this: nvidia-driver: Installed: (none) Candidate: 550.163.01-2 Version table: 550.163.01-2 500 500 http://deb.debian.org/debian trixie/non-free amd64...
  6. dcsapak

    can't open '/sys/fs/cgroup/qemu.slice/2113.scope//memory.current' - No such file or directory (500)

    the patch is already applied, so it will be included in the next bump for qemu-server when you manually apply patches you have to reload/restart pveproxy & pvedaemon, so they load the perl libraries again
  7. dcsapak

    GPU Passthrough + noVNC

    sadly, not really to access the display of a vm via vnc, qemu has to have access to that. and that only works for the built in (virtual) gpus and some select vgpus (e.g. nvidia vgpu). But even there we don't utilize this, since in our testing it was a bit unstable so we didn't implement it (we...
  8. dcsapak

    Live migration fails at final stage (PVE 9.1.4 + Ceph)

    yes, thanks, i can see the folloing messages: 2026-02-06T13:41:26+01:00 agorapverssi1 QEMU[13459]: kvm: migration_block_inactivate: bdrv_inactivate_all() failed: -1 2026-02-06T13:41:26+01:00 agorapverssi1 QEMU[13459]: kvm: Error in migration completion: Bad address and...
  9. dcsapak

    Live migration fails at final stage (PVE 9.1.4 + Ceph)

    actually i didn't mean the task log, but the whole journal/syslog from both nodes. you can obtain that with journalctl (this will print the *whole* journal, use '--until' and '--since' to limit it to the correct timeframe)
  10. dcsapak

    Intel B50pro passthrough.

    not quite sure what you mean, each pci card should be listed in e.g. 'lspci' see an excerpt from the lspci here: ... 00:02.0 VGA compatible controller: Intel Corporation Alder Lake-S GT1 [UHD Graphics 770] (rev 0c) ... 03:00.0 VGA compatible controller: Intel Corporation Battlemage G21 [Arc...
  11. dcsapak

    Intel B50pro passthrough.

    yeah, i have one right here, running with proxmox ve 9.1 and it detects and works fine as already said, check the bios for settings, and try with a e.g. ubuntu live iso to see if it's there at all rebar refers to 'resizable bar', e.g. see here...
  12. dcsapak

    Intel B50pro passthrough.

    you should be able to attach a file, or if that's not possible, you can split it up in multiple posts, or use a text sharing website and share the link here
  13. dcsapak

    Live migration fails at final stage (PVE 9.1.4 + Ceph)

    Hi, could you post the vm config and 'pveversion -v' from both sides please also the journal from the time of the migration from both sides could be relevant
  14. dcsapak

    Intel B50pro passthrough.

    can you post the output of 'dmesg' and 'lspci -nnk' ?
  15. dcsapak

    Intel B50pro passthrough.

    are you sure the card is fully inserted in the pci slot? if yes, does it show up anywhere in 'dmesg' ? (you can post/attach the output here) if it's not in dmesg and lspci, and it is fully inserted then the only possibilities i see are: there is some bios setting to disable that pci slot the...
  16. dcsapak

    [SOLVED] Not able to change RAM in Cloud-Init created VM in Proxmo GUI 9.1.5

    is this a cluster? this sounds like that one of the nodes is on a newer version that includes the gui changes but you have a vm on a node selected where that api parameter is not there yet. can you check (and post) the output of 'pveversion -v' on all nodes ? if it's not a cluster, are you in...
  17. dcsapak

    Script for monitor ZFS Usage

    yes, you simply have to use the output of zfs list instead of zpool list
  18. dcsapak

    Script for monitor ZFS Usage

    ah ok sorry, the output wasn't actually necessary to see the issue^^ when you look at your config, you can see that the zpool01 entry does not have the 'sparse 1' option, so the space for each vm volume is reserved upfront: so while the vm disk reserves the space from the point of view of...
  19. dcsapak

    Script for monitor ZFS Usage

    so we take the info from 'zfs list' which shows: which shows ~82% used (USED/(USED+AVAIL)) ok, one additional command output would be helpful to see the geometry of the zpool (which might explain the big difference in output) zpool status