Search results

  1. V

    SSL certificate got truncated

    I use a wildcard certificate for my domain and it was due for renewal. I used the "Upload custom certificate" button in the web GUI and did a copy/paste for my new certificate and all the intermediate certs. Then the web GUI went dead with a PR_END_OF_FILE_ERROR message. I SSH'd into the machine...
  2. V

    Issue with tape backup - AWS virtual tape library

    I setup a AWS storage gateway with a virtual tape library. I managed to connect it to proxmox backup server with iSCSI. (I followed the instructions here) PBS can see the changer, the drive and the tapes. However every time I try to create a backup I get the following error: Loading the tape...
  3. V

    Can't restore VM: gpt signature detected

    Target storage is LVM over iSCSI. (From a TrueNAS machine) Backup source is PBS. vm-101-disk-1 is the EFI boot disk of the VM. This is on a Proxmox 7.0-4 BETA server: Overwriting existing VM fails with error: gpt signature detected. Removed VM, made sure all VM disks are gone in the storage...
  4. V

    [TUTORIAL] What to do when your store runs out of space

    I'm testing out PBS and I'm very impressed. I wanted to see what happens if the store runs out of space. I created a 2TB zpool [backup] for my backup store. In this zpool I also created a dataset [reservation] and set a space reservation on it: zfs set reservation=200G backup/reservation This...
  5. V

    bcache and LVM storage: Can't delete VM disk

    If you are trying out bcache in your VM's and are using LVM storage in Proxmox, you might want to blacklist the bcache module on your host. I use LVM over iSCSI storage for my virtual machines. I was playing around with bcache in a VM. Worked great, until I destroyed the VM: I couldn't delete...