Hey,
I'm new to proxmox and I have a 80GB HDD for Proxmox, a 1TB SSD for VMs and a RAIDZ as storage for NexCloud and other stuff. In my first try I create a RAIDZ, but I can only store disk images and container. I found a solution where you create the RAIDZ but do not add it to the storage.

After that you use
After that I can add the dataset as directory to proxmox and use my RAIDZ for Backups, Images and VMs.
Is this the correct solution? I read, that this is not recommend for production, but I use it for my homelab. As far as I know it is not recommend because of the backups. Is it right, or are there more disadvantages? I planed to make a local backup and move it then to a OpenMediaVault NAS.
I'm new to proxmox and I have a 80GB HDD for Proxmox, a 1TB SSD for VMs and a RAIDZ as storage for NexCloud and other stuff. In my first try I create a RAIDZ, but I can only store disk images and container. I found a solution where you create the RAIDZ but do not add it to the storage.

After that you use
Code:
zfs create tank/backups
zfs create tank/isos
zfs create tank/vm-drives
After that I can add the dataset as directory to proxmox and use my RAIDZ for Backups, Images and VMs.
Is this the correct solution? I read, that this is not recommend for production, but I use it for my homelab. As far as I know it is not recommend because of the backups. Is it right, or are there more disadvantages? I planed to make a local backup and move it then to a OpenMediaVault NAS.