Search results

  1. dcsapak

    Script for monitor ZFS Usage

    mhmm to find that out, could you please post the output of zpool list zfs list cat /etc/pve/storage.cfg
  2. dcsapak

    ifreload -a and frr error in Proxmox VE 8

    this signal (11) is a "SIGSEGV" which means there was a segmentation fault somewhere. I'd guess it's either some corrupted file (you could check this with the 'debsums' package+command) or faulty hardware (like e.g. faulty memory) since it happened after an upgrade i'd assume the first option
  3. dcsapak

    BUG: move disk gives OK with errors

    setting the '+i' (immutable) flag is only a further protecting layer. It's set to prevent accidental modification of template base file (since it could have linked clones). everything should continue to work even without that flag, but now an admin could modify that image without first removing...
  4. dcsapak

    PDM Usage bars are not usable

    i agree it's not optimal. If you have a (in the best case concrete) improvement suggestion, please open an enhancement request on https://bugzilla.proxmox.com . that way we can better keep track of these requests :)
  5. dcsapak

    PDM Usage bars are not usable

    this is meant as a bar over time (left is older, right is newer) where the color indicates the usage (100% red, 0% green). I agree it's not the best visualization, but nothing better did come up yet. e.g. see the example screenshot in the docs...
  6. dcsapak

    GPU passthrough to Container (LXC)

    mhmm? not sure i get what you mean. which documentation is "behind fake walled gardens" ? every piece of the software and docs are out in the open. Yes, we don't have any detailed guide ourselves on e.g. how you to run jellyfin with a gpu, because there is already the guide i linked to?
  7. dcsapak

    Network migration fail with "failed to parse api response" in network selection

    this seems suspicious, can you post the /etc/network/interfaces of the host that returns that?
  8. dcsapak

    On Limitations and Maximums

    there are no artifical limits in pdm itself, so the only limit is what the system can give. mostly this is * network latency/throughput (e.g. for remotes with many vms updating the metrics, etc. can be quite large) * memory: from what i can remember a single resource with metrics (e.g. a...
  9. dcsapak

    Maintenance status not showed and no migration tasks are listed

    while migration tasks should show on the pdm, i can confirm that the maintenance status of nodes is currently not shown on PDM Would you mind opening a feature request/bug on https://bugzilla.proxmox.com/ ?
  10. dcsapak

    Mismatch Temperatures

    sadly that path alone does not really say where it comes from or anything else. can you see which device (e.g. pci id) id belongs to? what does it show? you can print it by doing, e.g. cat /sys/class/hwmon/hwmon1/temp1_input
  11. dcsapak

    Is it worth "Upgrading" to a B50pro from a 12gb A2000 ?

    yes, it should be the same as passing through any other gpu note that passing through integrated gpus is a bit more complicated usually, and not as well supported as passing through "proper" pci devices.
  12. dcsapak

    DCM Storage Selector Oddity

    how does your remote config on the pdm look like? is it possible that the nodename <-> ip address mapping is wrong there? (that would explain it)
  13. dcsapak

    Mismatch Temperatures

    i guess sometimes the sensors that are available in linux via drivers/etc are not the same that are available via the ipmi so it might be a different sensor. do you know how beszel retrieves the sensor info? if the package 'lm-sensors' is installed, you could post the output of 'sensors' here...
  14. dcsapak

    Is it worth "Upgrading" to a B50pro from a 12gb A2000 ?

    well, sr-iov is the 'pci standard' way to do multiple vgpus on a single pci card. nvidia takes a slightly different approach (you have to "activate" a profile on the virtual function and need a specialized driver) for normal passthrough, nothing is changing here, so if you're not interested in...
  15. dcsapak

    Wie geht man bei Verwendung von vGPU vor, um bestimmte Komponenten nicht zu aktualisieren?

    nur um ein bisschen Klarheit zu schaffen (die Doku page kann man hier sicher noch verbessern!): grundsätzlich sind die angegebenen Versionen miteinander kompatibel weil explizit getestet, bzw. beim expliziten durchtesten von neuen NVIDIA Treiber Versionen kamen diese Versionen zum Einsatz...
  16. dcsapak

    Is it worth "Upgrading" to a B50pro from a 12gb A2000 ?

    i can't really speak to the performance of each card (maybe there is some relevant benchmark for you out there) but theoretically the b50 can do sr-iov (so "vGPU") while the a2000 can't do that. if that's relevant to you it might be an upgrade. we recently got some b50 here, but we have yet to...
  17. dcsapak

    DGX B300 GPU passthrough on Proxmox: PCI device visible but NVIDIA driver cannot initialize

    ok so because i also ran into a similar issue with an RTX Pro 6000 Blackwell card. if the host has one region with X GiB + several others , the MMIO size must be the next multiple of 2 above X so in your case, the host reports: which would need a bar size of at least 1024G which you didn't...
  18. dcsapak

    DGX B300 GPU passthrough on Proxmox: PCI device visible but NVIDIA driver cannot initialize

    Hi, you say increasing the mmio size did not do anything: how did you do increase the size? did you see the different solutions to increasing the mmio size here: https://pve.proxmox.com/wiki/PCI_Passthrough#%22BAR0_is_0M%22_error_or_Windows_Code_12_Error ? might be still worth a try, since...
  19. dcsapak

    H200 NVL vGPU on Proxmox

    well 'proper' vgpus with qemu will only ever be time-sliced and not directly the mig devices (because they're just 'virtual' hardware partitioning) i currently have access to an rtx pro 6000 blackwell card, which supports timesliced vgpus on top of mig instances, and that should simply work...
  20. dcsapak

    H200 NVL vGPU on Proxmox

    if you test it and it works, and you want it to be officially supported, it wouldn't hurt to tell nvidia that you want proxmox as supported platform :)