[SOLVED] create CT on vmdata pool???

rcd

Well-Known Member
Jul 12, 2019
246
25
58
63
What do I need to do to be offered the choice to create CT on my vmdata pool?

the vmdata pool is shown everywhere, but when I create a CT I am only offered local.



1628809499541.png

1628809802790.png


Code:
# pvesm status
Name          Type     Status           Total            Used       Available        %
local          dir     active      1073741824          226176      1073515648    0.02%
vmdata     zfspool     active      3738173236          226868      3737946368    0.01%
# cat /etc/pve/storage.cfg
zfspool: vmdata
        pool poolz
        content rootdir,images
        mountpoint /poolz
        sparse 1

dir: local
        path /var/lib/vz
        content rootdir,backup,vztmpl,snippets,iso
        prune-backups keep-all=1
        shared 0

I have this working on another server, and as far as I can see everything is setup the same way.
 
Last edited:
the first dropdown in your screenshot is for the template FROM which the container is created - the selection ON which storage happens on the next tab..
 
Ah, of course. That's what happens when you try doing stuff too late at night. :D
Thanks!!