Search results

  1. R

    Windows 11 hard disk read-only

    Hi, our new one and only Windows 11 vm runs quite good. Today i wanted to add another hard disk, no thing. But - it is read-only in Windows! The hard disk 0 is writeable. Hard disk 1 not. Inside Windows hard disk 0 and 1 look similar in terms of settings. Hard disk 1 is not labeled as read...
  2. R

    proxmox-backup-client for other distributions

    We know that there is only an official client for Debian. We know that we can compile a client for EL8 from here, which we do: https://github.com/sg4r/proxmox-backup-client/releases We can see that more clients are planned in the roadmap: Backup clients for other operating systems There are...
  3. R

    [SOLVED] Recover encryption-key.json with master-private.pem

    Currently we test our backup in a desaster mode. One scenario is the loss of encryption-key.json with which we encrypted a host backup with proxmox-backup-client: proxmox-backup-client key import-with-master-key encryption-key.json --encrypted-keyfile rsa-encrypted.key --master-keyfile...
  4. R

    proxmox-backup-client mount / umount does not stop process

    Hi, starting a mount of a backup mounts the archive very well. umount of the mountpoint does unmount the mountpoint but the proxmox-backup-client process keeps running. How would we stop the proxmox-backup-client mount process besides the possibilty to kill -HUP the process?
  5. R

    [SOLVED] Huge number in size column

    We test proxmox-backup-client on some VM (Rocky 8, Debian 10/11) and experience a strange behaviour in the Size column of the GUI. All VM should have around 5GiB size but some have ~322GiB. In the respective snapshot folder the pxar-file of the VM with 322 GiB is ~1.7Mib and the...
  6. 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...
  7. 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...
  8. 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...
  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

    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'...
  14. R

    Storage migration von nfs nach zfs scheitert

    Hallo, wir versuchen storage von einem shared nfs auf ein lokales zfs umzuziehen, was nicht gelingt: /dev/vol/tank/pve-manager ist vorhanden, andere VMs liegen dort und laufen. Was könnte die Ursache sein? Hat jemand eine Idee?
  15. R

    [SOLVED] VM CPU-Load auf Host hoch, Low in VM

    Hallo zusammen, wir haben eine frische Proxmox 5 Installation in der einige CentOS 7 VMs laufen (Migriert von einer klassischen KVM-Installation). Nun haben wir eine Debian Stretch VM installiert und die verhält sich seltsam. In der VM ist der CPU-Wert bei nahezu 0% (frisch installiert, keine...