Search results

  1. H

    [SOLVED] Accidentally modified the disk size of a template with linked clone to it

    Hi, I have a cloud init template which I use for all my VMs. I created a new VM and wanted to increase the disk size as usual but didn't pay attention and I modified the template disk size. Template disk that I incremented by 50Gb... As all my VM are linked clone, I can't delete and...
  2. H

    How to restore LXC without loosing mount point image / data

    Hi, I've been struggling to understand how to correctly restore a LXC with a mount point attached to it. LXC Config: mp0: media1:105/vm-105-disk-0.raw,mp=/jellyfin/data1,size=2000G mp1: media2:105/vm-105-disk-0.raw,mp=/jellyfin/data2,size=2000G On the host: ls /mnt/pve/media1/images/105/...
  3. H

    Proxmox on ZFS - Should I be worried ?

    Hi, I self-host Proxmox on a dedicated server, running on 2 SSDs in ZFS mirror + 2 hard drive with independant pool. My SMART results on the SSDs start to worry me a bit, and I'm thinking about ditching ZFS. Some recap: It seems to me the "Power_On_Hours" is incorrect. This server has...
  4. H

    [SOLVED] Destroyed my Proxmox installation by deleting folder, how to recover ?

    Hi, Long story short, I was in my /var/vz/lib/cache/template folder to check the content of a LXC template that I have unzipped in this folder. When I was over, I deleted the folder one by one using "rm-r /usr" etc etc, in this folder. This command seems to have deleted ALL the directories...
  5. H

    Need help to set up Mount points to access ZFS pool from container

    Hi, So here is my set up : The pool "mypool" is purposed to be my storage for all my Nextcloud data and maybe Plex or other services requiring a lot of space. The pool "rpool" is my system pool for Container / VM etc. I want to set up Nextcloud in a container, running on "rpool" and using...