Recent content by Andreas Piening

  1. A

    Reverse proxy: Start / Stop VMs and xterm.js not working

    I did figure out that when using Nginx as a reverse proxy and then configure the Nginx port for the Application in Teleport instead of the Proxmox web interface directly, it does work. But I did this just as a test to confirm that this is a Teleport issue and not related to Proxmox. I don't want...
  2. A

    ZFS: Storage space for zvols almost doubles when transferred to raid-z3 pool

    Thanks again @Dunuin, I mixed up numbers. You're in fact correct: I have an overhead of nearly +180% in total. That's actually much worse than I thought. So much so, that I want to find a way to improve this. Here are my current takeaways or ideas: Preferring PBS over syncing VMs to a RAIDZ...
  3. A

    ZFS: Storage space for zvols almost doubles when transferred to raid-z3 pool

    Hi @Dunuin, thank you very much for your detailed and lightning fast response. I have 10 disks with a capacity of 15 TBs each. In raidz3-0 mode, I can use the capacity equivalent of 7 disks (after subtracting the three redundancy disks). The volblocksize of the zvols in question is 8K which is...
  4. A

    ZFS: Storage space for zvols almost doubles when transferred to raid-z3 pool

    I'm running a ZFS raid-z3 zfs pool on a Proxmox node that serves as a backup host. I create snapshots on different Proxmox hosts with ZFS mirror pools and pull them to the backup node. I noticed that the same snapshots of zVOLs are occupying almost twice the storage space on the backup node...
  5. A

    Reverse proxy: Start / Stop VMs and xterm.js not working

    Thank you @Moayad but I'm not using Nginx. I took a look at the wiki page anyways, in case there is something mentioned that may relate to my issue. I'm using Teleport (https://goteleport.com/) as a reverse proxy. I do understand, that the fact that the xterm.js terminal and the Start / Shutdown...
  6. A

    Reverse proxy: Start / Stop VMs and xterm.js not working

    I'm using a reverse proxy to expose the PVE web interface at https://localhost:8006 so that it is reachable at pve1.bastionhost.com. I can log into the web interface, create VMs and edit settings, but when click on the Start or Shutdown buttons for an active VM I get the error message...
  7. A

    Can't get PBS to work with other user than root@pam

    I found an error message saying that the required permission is missing. After checking that the permission is still there like I had set it previously I created another test user and readded the storage config on the PVE host: This time it worked. As I found no difference between the two users...
  8. A

    Can't get PBS to work with other user than root@pam

    Hi @dcsapak, the permission settings of the pbs-user are: Path User Role Propagate /datastore/backup/test test@pbs Admin Yes The storage config on the PVE host looks like this: pbs: test_pbs datastore backup server pbs.mydomain.com content backup...
  9. A

    Can't get PBS to work with other user than root@pam

    I'm on PBS 2.3-1 and I've successfully created a storage with the type Proxmox Backup Server on a PVE 7.3-3 host and I can do backups with the user root@pam. When I create an additional user and permit Admin privileges for this user for a namespace within my datastore, I can still add the...
  10. A

    [SOLVED] How to regenerate /etc/kernel/proxmox-boot-uuids

    Thank you very much @Stoiko Ivanov, proxmox-boot-tool clean did the trick!
  11. A

    [SOLVED] How to regenerate /etc/kernel/proxmox-boot-uuids

    I have replaced one failed disk in my ZFS pool. When I upgrade my system, I receive a warning message like this: WARN: /dev/disk/by-uuid/FFFF-FFFF does not exist - clean '/etc/kernel/proxmox-boot-uuids'! - skipping I get the same message at the end of the output of proxmox-boot-tool status. Is...
  12. A

    [SOLVED] Choose Systemd-boot over Grub on installation

    Thanks again, looking at the boot process of the PVE installer, i noticed the following message: EFI boot mode detected, mounting efivars filesystem This was enough as a confirmation that the installer was booted in UEFI mode. I then did the install with ZFS as the root filesystem and on the...
  13. A

    [SOLVED] Choose Systemd-boot over Grub on installation

    @fabian Thank you. Do you know if there is a way to verify that the installer bootet in UEFI mode from within the installer?
  14. A

    [SOLVED] Choose Systemd-boot over Grub on installation

    I noticed that on some Servers we have Systemd-boot installed by the Proxmox installer while on other / older servers we have Grub running. I would prefer Systemd-boot on my new installation with ZFS as the root filesystem because of issues with grub we had in the past with drive reordering etc...
  15. A

    [SOLVED] Console not working when accessing the Web-UI over an SSH tunnel

    Ah ok, I selected the prefix SOLVED. Thanks again for the hint. Andreas