M MisterDeeds Active Member Nov 11, 2021 149 34 33 35 Nov 9, 2022 #1 Hi all I have created a ZFS pool with two SSDs as mirror Unfortunately, however, it is not possible to store content on it other than Disk Image / Container How can I store other content on it as well? Thanks and best regards .
Hi all I have created a ZFS pool with two SSDs as mirror Unfortunately, however, it is not possible to store content on it other than Disk Image / Container How can I store other content on it as well? Thanks and best regards .
Dunuin Distinguished Member Jun 30, 2020 14,796 4,718 258 Germany Nov 9, 2022 #2 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: Nov 9, 2022 Reactions: cvroque
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