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

Herkz

Member
Mar 21, 2020
13
2
8
26
Hi,

So here is my set up :
9utfk0q.png

XhrwCg3.png


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 "mypool" to store data from Nextcloud.

In order to do that, I tried to bind "mypool" in the config file of the container by this way :

Code:
mp0: /mypool, mp=/mnt/data

But it doesn't work and block the container which make it impossible to start.

After I tried to bind the hard drive directly by:

Code:
mp0: /mnt/sdc ,mp=/mnt/data

Which issuing this error :
SlD4iqp.png


To do this, I used these links :
If someone could explain me what I am doing wrong as I try to experiment as much as I can to learn.

Thank you all, I'm new to Proxmox and really happy to start my journey with you !

Herkz