Hello again all i am interested in Proxmox way of adding a mount point to a lxc container, using the GUI works, and i a can easily add a mount point but it always creates a new zvol and gets named something like /mypool/subvol-100-1
My question is what if i want to create a zvol called /mypool/share and have that added to the lxc container
I used to use a line like this in my conf file "mp0 /mypool/share,mp=/mnt/mypool/share" but i believe that is only a directory mount point, thinking that the new zvol mount points are better in may ways.
I have tried may ways; creating zvol manually, renaming zvols and cannot seem to achieve what the GUI does with the name i require however nothing seems to quite work could someone let me know how i can do this
Some other things i tried but did not quite work no zvol or mount point gets created should i be creating the zvol first?
pvesh set /nodes/localhost/lxc/<CTID>/config -mp0 "/srv/directory,mp=/srv/directory
My question is what if i want to create a zvol called /mypool/share and have that added to the lxc container
I used to use a line like this in my conf file "mp0 /mypool/share,mp=/mnt/mypool/share" but i believe that is only a directory mount point, thinking that the new zvol mount points are better in may ways.
I have tried may ways; creating zvol manually, renaming zvols and cannot seem to achieve what the GUI does with the name i require however nothing seems to quite work could someone let me know how i can do this
Some other things i tried but did not quite work no zvol or mount point gets created should i be creating the zvol first?
pvesh set /nodes/localhost/lxc/<CTID>/config -mp0 "/srv/directory,mp=/srv/directory