Search results

  1. J

    Grub rescue mode after rpool upgrade

    Hi Guys, I did a "zpool upgrade rpool" after the pve5 to 6 upgrade and now i can't boot anymore. I get the following grub error: error: no such device xxxxxxx error: unknown filesystem after chroot: pveversion -v proxmox-ve: 6.0-2 (running kernel: 5.0.15-1-pve) pve-manager: 6.0-4 (running...
  2. J

    Unprivileged LXC local directory bind mount points

    Hi Guys, I a trying to convert my samba lxc to a unprivleged one. Lets assume for the sake of simplicity i have one directory to map: Downloads host: root@pve:~# ls -ln /wdpool/NAS/ drwxrwx--- 8 0 1002 11 Jun 20 10:35 Downloads I only use the gid in my samba config, so i dont care...
  3. J

    pve-zsync with bind mounts fails

    Hi guys, I can't use pve-zsync on lxc containers with a "mp" reference in the VMID.conf file. Like my previous requests i don't care about the state of the mount point because that is a different ZFS pool just used as bulk storage. Is it a bug or do i need to make a feature request? Greets...
  4. J

    [SOLVED] zfs storage disk size 0 B

    hi Guys, I think i found a little GUI bug. When i first created my ZFS datastore "wdpool" the layout was like: > wdpool/vm-110-disk-1 I deleted(removed) the storage in the proxmox gui and moved (zfs send-received) my vm datasets like: > wdpool/vm-disks/vm-110-disk-1 and imported the wdpool...
  5. J

    ZFS Local storage migration

    Hi Guys, Is there some sort of zfs local storage migration tool? I have 2 zfs pools as datastore; evopool and wdpool. My LXC containers are all installed on the evopool like: "evopool/subvol-102-disk-1", ... If i want to move the vm disks to the new wdpool i need to take a full backup and...
  6. J

    zfs snapshot lxc with bind mounts

    Hi Guys, Is it normal behavior that i cannot snapshot a lxc when there is a bind mound? (mp0..) I find it strange because the backup function is using a snapshot...and is working fine
  7. J

    pve-zsync failes on restored lxc

    Hi Guys, First let me thank you with this fantastic pace of software! I am testing the pve-zsync between two pve hosts, no problem between fresh installed lxc containers but when i delete a container and restore a backup the zsync does not work anymore: Working / fresh container...