dcsapak's latest activity

  • dcsapak
    dcsapak replied to the thread Script for monitor ZFS Usage.
    yes, you simply have to use the output of zfs list instead of zpool list
  • dcsapak
    dcsapak replied to the thread 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...
  • dcsapak
    dcsapak replied to the thread 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
  • dcsapak
    can you post the full output of dmesg? that may reveal some more information what is happening here
  • dcsapak
    dcsapak replied to the thread 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
  • dcsapak
    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...
  • dcsapak
    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...
  • dcsapak
    dcsapak replied to the thread 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 :)
  • dcsapak
    dcsapak replied to the thread 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...
  • dcsapak
    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...
  • dcsapak
    this seems suspicious, can you post the /etc/network/interfaces of the host that returns that?
  • dcsapak
    dcsapak replied to the thread 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...
  • dcsapak
    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/ ?
  • dcsapak
    dcsapak replied to the thread 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
  • dcsapak
    dcsapak reacted to millap's post in the thread DCM Storage Selector Oddity with Like Like.
    DNS, it's always DNS! Thank you! The IP entry was around the wrong way on the DNS server.
  • dcsapak
    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.
  • dcsapak
    dcsapak replied to the thread 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)
  • dcsapak
    dcsapak replied to the thread 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...
  • dcsapak
    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...
  • dcsapak
    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...