Search results

  1. dietmar

    Quantum TapeLib Error 0X60

    Please update your software. You have version 3.0-1, but you need at least version 3.0-3.
  2. dietmar

    [SOLVED] what does busybox do on a (serious) cluster ?

    What vulnerabilities do you mean exactly?
  3. dietmar

    Proxmox Full/Incremental/Differential Backup Solution

    PBS uses deduplication for all backups. So there is no need for Incremental or differential backups. You get that automatically.
  4. dietmar

    issues getting corosync to work for the entire cluster

    Seems your network is down: > Sep 04 06:10:50 pve-node-08 corosync[3659]: [KNET ] link: host: 11 link: 0 is down Maybe there are more hints in syslog? I can also imagine a problem with your network switch. Does it help if you restart the switch?
  5. dietmar

    Why does Proxmox need to be forward-compatible to future container versions?

    We modify some container sytem files on startup, so we need to know the exact OS version. System updates are required to maintain security. If you do them manually or atomatic is up to you.
  6. dietmar

    [REST API] Is there any API which returns proxmox 'VM id' given the 'VM name'

    There is no such method, because VM names are not unique...
  7. dietmar

    Caching writes to LTO Tape on SSD?

    No, currently not. The system is designed for SSDs.
  8. dietmar

    ve8.0-2 doesn't start

    You need to use "https", not "http". In your case: https://192.168.1.252:8006/
  9. dietmar

    Very poor performance vs ESXi -- At first glance

    I assume you test with different storage types? VMWare file format vs. LVM-thin. Talking about LVM-thin, it is known that first time block allocation is quite slow. My guess is that this is the cause for the bad result of your benchmark.
  10. dietmar

    ProxMox on RISC-V Questions

    AFAIK this board is still not available (will ship end of year).
  11. dietmar

    Some package can't install after upgrade to PVE 8

    This package is part of the "non-free-firmware" debian component. You need to enable that in your apt sources.list. See https://www.reddit.com/r/debian/comments/11012k4/tip_all_nonfree_firmware_packages_have_moved_to/
  12. dietmar

    Change chunk size possible? If so how

    A single SATA drive is simply too slow ...
  13. dietmar

    pve7to8 fehlt

    Bitte mach einfach ein update, dann bekommst du auch das pve7to8 script.
  14. dietmar

    Skip External VM's on Backup

    Those VMs run on the other node. The backup job will run on both nodes, and the backup/log from the other node will include those VMs.
  15. dietmar

    I've question about API proxmox

    https://pve.proxmox.com/pve-docs/api-viewer/#/cluster/resources
  16. dietmar

    Diskspace "incremental" backups

    We already have fully deduplicated backups (which is better than incremental backups) if you use Proxmox Backup Server.