Search results

  1. R

    proxmox-backup-client killed /memory allocation of 27536946 bytes failed

    dmesg -T: [Fri Mar 4 13:24:04 2022] [ 155799] 0 155799 648872 468354 4890624 0 0 proxmox-backup- [Fri Mar 4 13:24:04 2022]...
  2. R

    proxmox-backup-client killed /memory allocation of 27536946 bytes failed

    proxmox-backup-client version client version: 2.1.2 Client for Rocky 8 is from https://github.com/sg4r/proxmox-backup-client Starting backup: vm/NAME/2022-03-04T12:12:34Z Client name: NAME Starting backup protocol: Fri Mar 4 13:12:34 2022 Using default encryption key.. Encryption key...
  3. R

    proxmox-backup-client killed /memory allocation of 27536946 bytes failed

    Hi, we currently test proxmox-backup-client and experience that the backup of all VM with a memory <= 2GB fail due to a memory issue. Fiddled around with --entries-max 524288 and --chunk-size 2048 with no success. I have read that the size of chunk is crucial for performance, so we would not...
  4. R

    [SOLVED] Access to backups from all server

    Hi, currently, we evaluate Proxmox Backup Server. We have some dozen server that needs to have backups on a file level. For that we use proxmox-backup-client. We experience, that without a key all backups are accessible from all server which is bad. So we started to use encryption. Then the...
  5. R

    Browsing host encrypted archive?

    A way to put the key from a server backup (proxmox-backup-client backup ... --keyfile ... --repository ...) on the backup server into the GUI or somewhere else would be very nice to be able to browse also encrypted backups. Is that realistic to hope?
  6. R

    [SOLVED] corosync errors

    Thank you, we did this several times :-) It turned out that it was a side effect in our 10G Unifi switch where the IP address of the MAC was doubled in the ARP table. Removing the redundant entry solved every problem. On earth. Things are really nice now :-) Thank you for taking care!
  7. R

    [SOLVED] corosync errors

    Hi, we just upgraded our three node cluster from 6.4 to 7.1. This went fine as an In-place upgrade. On this occasion, we took a closer look at the log files and found these three occurrences in a row. We also looked into old log files, it was there too. So it has nothing to do with the upgrade...
  8. R

    [SOLVED] PVE 7.0.13 Migration on nfs not working

    We solved it by removing the (disabled!) replication job for this vm.
  9. R

    [SOLVED] PVE 7.0.13 Migration on nfs not working

    We have a cluster with two nodes for testing PVE 7. The qcow2 images (virtio0 and ide0 for cloudinit) are on a shared nfs storage. Migration form on node to the other fails in this scenario: root@node2:/etc/pve # qm migrate 112 node1 --online 2021-10-22 22:32:37 starting migration of VM 112 to...
  10. R

    Ubuntu autoinstall cloud-init

    We provision our CentOS 8 kvm template with kickstart which works fine. We clone with cloud-init of Proxmox. Now we want to add an Ubuntu template. Ubuntu uses now and in future "cloud-init" autoinstall (https://ubuntu.com/server/docs/install/autoinstall) Ubuntus new autoinstall works quite...
  11. R

    Question Pattern Replication Schedule

    Hi, we want to replicate our machines every 15 minutes. We scheduled the replication before every two hours: */2:00 Now we want to switch to each 15 minutes but not from 0 to 6 o-clock: mon..sun 06..23:0/15 This works but we do not understand the ':0' part in the pattern. What is the meaning...
  12. R

    cloud-init and resolv.conf

    Hi, we have a Centos7 template with cloud-init integration. cloud-init is awful ;) but it does what it should do. We face just one problem which we could not solve till now. It is the automatic configuration of nameserver in resolv.conf. Our cloud-init template has a nameserver in resolv.conf...
  13. R

    [SOLVED] nfs-Hänger mit 4.15.18-5-pve

    Danke, der Kernel scheint das nfs-Problem zu lösen. Wir beobachten das Thema weiter. Wir wüssten auch gerne, was die Ursache für das Problem war. Könnten Sie das Problem und die Lösung bitte kurz erläutern?
  14. R

    [SOLVED] nfs-Hänger mit 4.15.18-5-pve

    Hallo, wir haben die aktuelle pve-Version im Cluster installiert und Probleme mit den nfs-Shares bekommen. Sporadisch waren die nfs-Shares nicht mehr zu erreichen. Beispiel: Oct 16 23:03:05 server pvestatd[2210]: unable to activate storage 'backup_pve_vm' - directory '/mnt/pve/backup_pve_vm'...
  15. R

    PVE bootet nicht mehr!

    Wir hatten einmal den Effekt bei einer Maschine, dass das Erkennen des zfs einen Moment gedauert hat. GRUB_TIMEOUT=5 in /etc/default/grub hatte das behoben.
  16. R

    [SOLVED] Firewall-Fragen

    Hallo BobX, wir haben mehrere Installation mit Proxmox, eine davon bei Hetzner und dort nutzen wir die Firewall. Am Anfang haben wir auch gestaunt, warum das nicht geht mit der Firewall. Aber nachdem wir alle Glaubenssätze über Bord geworfen haben und die Doku und Forenbeiträge in Ruhe studiert...
  17. R

    PVESR - Volume already exist

    We are experiencing the same problem. Is there any progress?
  18. R

    Storage migration von nfs nach zfs scheitert

    Versuche auf einen anderen zpool zu migrieren oder ein neues Storage-Image zu erstellen scheitern auch während ein Replication Task läuft. Migrieren wir auf ein nicht-zfs Storage oder erstellen in einem nicht-zfs Storage ein Storage-Image, funktionierts. Ist also zfs bezogen, ein Lock der beim...
  19. R

    Storage migration von nfs nach zfs scheitert

    Wir glauben das ist die Ursache des Problems: Der Effekt tritt nur auf, wenn ein Replication Task aktiv läuft. Läuft keiner kann Storage in den zpool migriert werden. Auch neue Storage-Images für VM können nicht erstellt werden, wenn ein Replication Task läuft. Das wirkt wie ein Bug, oder?