Recent content by Herkz

  1. H

    after server crash, all logs were gone

    I don't like to hijack posts, but I had the same problem just yesterday with an unresponsive host and just this line in journalctl. After rebooting manually everything seems fine but with no logs I'm worried.
  2. 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...
  3. 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/...
  4. H

    Proxmox on ZFS - Should I be worried ?

    If someone has another insight, I would be happy to hear it. Or even a similar situation.
  5. H

    Proxmox on ZFS - Should I be worried ?

    It seems I was able to find some kind of datasheet. First, a generic one indicating that the total LBA for my drive would be 180TB for its lifetime. http://brochure.stebis.nl/MX500.pdf Page 7. With it, I found another crucial page indicating the meaning of all SMART attributes of their SSD...
  6. 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...
  7. H

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

    That's what I did, was able to recover all the data but none of the config file. Thank you very much !
  8. H

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

    But is it possible to re-install proxmox without deleting all the data on the existing disk ? To backup the data, can I just open the disk in my computer then extract the data ?
  9. 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...
  10. H

    Is there a way to mount a folder from proxmox based filesystem in a container?

    Otherwise, you can create a subvolume then add a mount point for it on the container's ressources page : Is it correct ?
  11. H

    Is there a way to mount a folder from proxmox based filesystem in a container?

    Hi, mp0: /yourpool,mp=/mnt/data This should work, I was trying the same 5 minutes ago.
  12. 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...