[SOLVED] ZFS: Not possible to add other content than Disk Image / Container

MisterDeeds

Active Member
Nov 11, 2021
149
34
33
35
Hi all

I have created a ZFS pool with two SSDs as mirrorStatus.PNG
Unfortunately, however, it is not possible to store content on it other than Disk Image / Container

ZFS.PNG

How can I store other content on it as well?

Thanks and best regards












.
 
You need to create a dataset first and create a directory storage pointing to the mountpoint of that dataset:
Code:
zfs create SSD/data
pvesm add dir data --is_mountpoint yes --path /SSD/data --content vztmpl,snippets,iso --shared 0
 
Last edited:
  • Like
Reactions: cvroque