Search results

  1. U

    Proxmox ACME-Zertifikate innerhalb einer VM nutzen

    Solang eine Shell vorhanden ist, kann ich nur jedem Acme.sh (https://github.com/acmesh-official/acme.sh) ans Herz legen... ist rein als shellsript implementiert, und läuft einfach wunderbar :)
  2. U

    [SOLVED] ZFS snapshot rollback broken (patched with libpve-storage-perl >= 7.0-16)

    Hello Fabian, thanks for all your help. This issue resolved much faster than I hoped :) So as I understand I could switch to the enterprise repository, update, but for the time being I need to patch the ZFSPoolPlugin.pm As it only is related to snapshot restoring, I could do regular updates...
  3. U

    [SOLVED] ZFS snapshot rollback broken (patched with libpve-storage-perl >= 7.0-16)

    Hello Fabian, that was quick :) I've had a look in the meantime regarding the listsnaps property. As it is a pool property I've looked at the wrong place when I wrote my reply (used zfs not zpool ;) ). The property was already switched to on when I issued the commands above for my reply. So...
  4. U

    [SOLVED] ZFS snapshot rollback broken (patched with libpve-storage-perl >= 7.0-16)

    Hello Fabian, thanks for your time regarding this issue (especially if it works for you without the -r ;) ) The output of thes commands: root@cube-it:~# zfs list -H -t snapshot -o name -s creation tank/vm-100-disk-0 cannot open 'tank/vm-100-disk-0': missing '@' delimiter in snapshot name...
  5. U

    [SOLVED] ZFS snapshot rollback broken (patched with libpve-storage-perl >= 7.0-16)

    Ok, I did some more testing... I installed the Proxmox 7.0-2 (I think it showed then 7.0-11 in the top bar) iso the ZFS over ISCSI and created a new VM Now here everything works like it should. I can create a snapshot, and I can rollback to it. After an upgrade to 7.1-8 this breaks again. So...
  6. U

    [SOLVED] ZFS snapshot rollback broken (patched with libpve-storage-perl >= 7.0-16)

    Hello, I've started with proxmox just a few days ago, but found a problem which I can not find anywhere else mentioned so far: I have a datastore attached via ZFS over ISCSI. The creation of VM Disks works, also the VM works quite well. I can create a snapshot of a running or shutdown VM, no...