Search results

  1. L

    How to add a VLAN ID in the Management Network Configuration dialog?

    Is there a way to enter a VLAN ID in the "Management Network Configuration" dialog? This dialog is part of the Proxmox installer.
  2. L

    ZFS QCOW2 vs ZVOL benchmarks

    Please share what files exactly you changed. Or even better make a patch and submit it as an issue. Maybe it's a good idea to add these code to the core...
  3. L

    [SOLVED] fsfreeze-hook is not getting triggered at the time of backup

    I just run into the same "mistake" as Jayesh and need to add the line fsfreeze-hook to the qemu-ga.conf. I wonder if this is really how it should work or if there something wrong. Because looking at the doc (https://pve.proxmox.com/wiki/Backup_and_Restore#_hook_scripts) the only hoook that is...
  4. L

    [SOLVED] Upload exported VM from VMWare to Proxmox VE

    As you mentioned import/export. Sometimes I need to "move" a VM from one proxmox to another proxmox (in a different location). Usally I do a backup and copy the backup file with scp to my workstation and afterwards to e.g. an usb stick. I wonder sometime why isn't there a "download" button...
  5. L

    Can PVE and PBS share a ZFS volume?

    I'm currently playing with PBS and wonder if proxmox and pbs can share a ZFS volume? I've create a zfs subvol for VM data and one for PBS but currently after a reboot the shared zfs volume is unavaiable for proxmox. After searching a bit I found the message: Nov 17 11:19:36...
  6. L

    Error: parse_rfc_3339 failed - wrong length at line 1 column 60 (500)

    Understandable! And just to note it: The backupserver is awesome! Just a few settings and the backup is really secure even for the common ransomware & stuff like this. Nice work!
  7. L

    Error: parse_rfc_3339 failed - wrong length at line 1 column 60 (500)

    Thank you very much, that fixed the problems. Sorry for the noise, I didn't read this in the thread before.
  8. L

    Error: parse_rfc_3339 failed - wrong length at line 1 column 60 (500)

    I also get the following error: ERROR: Backup job failed - upload log failed: Error: parse_rfc_3339 failed - wrong length at line 1 column 60 The backup server is a target for 3 proxmox servers. Two of them can backup just fine, only one fail with this error. The complete log is: INFO...
  9. L

    Vioserial Driver Unsigned on Windows7

    This is the link to the ISO file. You need to extract it by yourself.
  10. L

    Vioserial Driver Unsigned on Windows7

    Did you try this driver: http://ftp.redhat.com/pub/redhat/linux/enterprise/7Server/en/RHEV/SRPMS/rhv-guest-tools-iso-4.3-10.el7ev.src.rpm As far as I know these drivers should be signed. But I never tested it with secure boot.
  11. L

    backup deduplication

    Is the new proxmox backup system not exactly what you try to solve?
  12. L

    VM/CT encryption

    Good question!
  13. L

    fsfreeze-hook not called from vzdump snapshot

    Oh sorry, missed the OS inside the VM. It's debian Buster too. But ... the VM was just upgraded from wheezy -> jessie -> stretch -> buster two days before. More log information would be great and I will try to test my scenario with a freshly installed buster VM.
  14. L

    fsfreeze-hook not called from vzdump snapshot

    I'm running proxmox-ve: 6.0-2 (running kernel: 5.0.21-5-pve) and as far as I understand "man vzdump" should run /etc/qemu/fsfreeze-hook if the qemu-guest-agent is installed and the kvm config contains "agent: 1". A "qm agent 6207 ping" from the proxmox host results in an entry in...
  15. L

    How to use ZFS native encryption with proxmox?

    I wonder how I should use the ZFS native encryption features that come with proxmox 6.0. Are there any recommandations?
  16. L

    virtio-rng current status?

    I wonder how the current status of virtio-rng is? Or what is the recommendation to get solid and "stable" random numbers inside a kvm guest with the less amount of overhad? I know the thread Howto enable virtio_rng for the kvm-client? The link to the pve-devel list mentioned a bad...
  17. L

    What exactly does "cloning" with a KVM image?

    Hello, I wonder what exactly is done when a KVM clone is created? I read the wiki article but I just says "the KVM image is modified and can't be started anymore".
  18. L

    LXC writeable shared storage - best practice

    Your hint "(see other forum threads concerning exactly this problem)" is exactly why I'm asking this with the "best practice" suffix. I spend the last weekend searching for an easy and recommended solution to this problem. But I didn't find one that seems to adress all issues. It seems the LXC...
  19. L

    LXC writeable shared storage - best practice

    How do you add writeable and shared storage to an unpriviled LXC Container? We want to start several (so called build) nodes (on different proxmox servers) that simply said will create the binaries for our open source projects (https://nettworks.org). These binaries need to be stored on a...
  20. L

    KVM guests freeze (hung tasks) during backup/restore/migrate

    @guletz I think this is also a valid option. Question is what we can do to get this fixed? Maybe it is possible to run the centos kernel with proxmox butI think this wouldn't be a drop in replacement ... Any ideas?