Search results

  1. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    As ZFSPoolPlugin.pm got some additional lines during the major update from PROXMOX 8 to 9 the most current patch is as follows (only the line numbers have changed): 820,826c820 < my \$cmd = ['zfs', 'send']; < my \$encrypted = \$class->zfs_get_properties(\$scfg, 'encryption'...
  2. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    I will provide you with updated patch files as soon as I'm done with my massive backlog.
  3. SWEETGOOD

    [SOLVED] Permission failure with push sync feature

    I also stumbled over this issue and it took me about an hour to figure it out Like others in this thread already pointed out it is important to have the permission for the remote datastore on the remote pbs set on the source pbs. ❗️ So it is not sufficient to have the permissions set on the...
  4. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    Will give it a try – thanks for the heads up
  5. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    As ZFSPoolPlugin.pm got some additional lines during the last minor PROXMOX updates the most current patch is as follows (only the line numbers have changed): 772,778c772 < my \$cmd = ['zfs', 'send']; < my \$encrypted = \$class->zfs_get_properties(\$scfg, 'encryption'...
  6. SWEETGOOD

    [TUTORIAL] Native full-disk encryption with ZFS

    Interesting question – I checked my pools and can confirm that encryption is disabled on these pools as well. Just an idea: Maybe the pool-level encryption gets "shut off" automatically as soon as one starts to make one of the datasets its own encryption root? Regarding your second question: I...
  7. SWEETGOOD

    [TUTORIAL] Native full-disk encryption with ZFS

    In case you want to use migration / replication (which is send/receive) of encrypted ZFS datasets you should read what has been posted in this thread: https://forum.proxmox.com/threads/allow-migration-and-replication-of-disks-on-zfs-encrypted-storage.117227/ It describes what works, what...
  8. SWEETGOOD

    [TUTORIAL] Encrypted ZFS Root on Proxmox

    With a little patch of ZFSPoolPlugin.pm you can enable migration and replication on encrypted ZFS datasets. The procedure is described here and has been tested with most recent PROXMOX 8.4.1: https://forum.proxmox.com/threads/allow-migration-and-replication-of-disks-on-zfs-encrypted-storage.117227/
  9. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    As ZFSPoolPlugin.pm got some additional lines during the last two minor PROXMOX updates the most current patch is as follows: 756,762c756 < my $cmd = ['zfs', 'send']; < my $encrypted = $class->zfs_get_properties($scfg, 'encryption', "$scfg->{pool}/$dataset"); < if ($encrypted !~...
  10. SWEETGOOD

    Thema Verschlüsselung von VM, Dateien und Backups

    Auch wenn dieser Thread hier schon gute zwei Jahre alt ist, wollte ich dennoch einen kurze Verweis auf sein "englisches Pendant" hinterlassen. Dort habe ich – dank des Scripts von @selbitschka – mein vollverschlüsseltes ZFS-Setup mit Replikation und den üblichen Cluster-Funktionalitäten...
  11. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    After some days of testing this in production I can say: It works just fine, but ... :cool: 1. You have to take GOOD care of monitoring your encryption roots and get notified if someone (by accident) moved a VM/CT to an unencrypted storage / another encrypted storage and forgot to set the...
  12. SWEETGOOD

    Allow migration and replication of disks on ZFS encrypted storage

    A big THANK YOU for this comprehensive guide. I'm currently implementing it and it seems to be very clear to me that this approach will work somehow :cool: Results: ONLINE MIGRATION of VMs¹ only works, if you set up a replication job beforehand and OFFLINE MIGRATION works out of the box for VMs...
  13. SWEETGOOD

    Change SSH port on Proxmox VE cluster

    For others who might look up this information too: You should not only add the hostnames but also the IP addresses here, so the config file might look like this on proxmox 1: Host proxmox2 proxmox3 Port 2222 Host 192.168.0.2 192.168.0.3 Port 2222 The interface which is used for VM...
  14. SWEETGOOD

    BUG? PROXMOX stopped all guest vms on clicking shutdown at node

    Are there any other logs which could be helpful for getting more information in that case? Because currently the investigation seems to be stuck here if you can't reproduce it and I can't test it again. :/
  15. SWEETGOOD

    BUG? PROXMOX stopped all guest vms on clicking shutdown at node

    If I can help you with testing this any further please let me know. I have another host in place which is not used in production, but it's not the same hardware / configuration like the one where this happened. But maybe this might help? So is it true that the "Restart" and the "Shutdown"...
  16. SWEETGOOD

    BUG? PROXMOX stopped all guest vms on clicking shutdown at node

    Sure, I mixed it up somehow. It's 7.2-7 :) Where do you take this assumption from? All guests except from two were running at the time I clicked the button. Or are you talking about what the log says? systemctl status qemu.slice systemctl list-dependencies --all qemu.slice systemctl...
  17. SWEETGOOD

    BUG? PROXMOX stopped all guest vms on clicking shutdown at node

    Hi Fabian, did you set a custom boot-delay and boot-order for all your VMs like I mentioned? I can only believe it has to do with that because all VMs were up and running when I hit the button. Here a screenshot of the configuration I mean. It's set for all but two VMs which were not running...
  18. SWEETGOOD

    BUG? PROXMOX stopped all guest vms on clicking shutdown at node

    Hi Fabian, please find the full log attached. Maybe you find something in it but there was no relevant content before the section I posted. Thats why I posted this issue here. I pressed the "Shutdown" button and the host machine was immediately shutting down. No shutdown of guest was ever...
  19. SWEETGOOD

    BUG? PROXMOX stopped all guest vms on clicking shutdown at node

    Hello everyone, today I pressed the "Shutdown" button in the upper right corner after selecting my single node on the left hand side. No HA, no Ceph, just a single PROXMOX 7.2-7 machine. I expected the system starts shutting down all guests and shuts down itself afterwards like with the...
  20. SWEETGOOD

    Windows VMs stuck on boot after Proxmox Upgrade to 7.0

    Maybe my five cents are helping here. I have a Windows 8.1 vm which was running well on PVE 6.4-15. I already experienced some black screen issues after installing updates a while ago but they could be resolved by resetting the VM as most of you confirmed. I also had the vm shut down for months...