Why if in storage chose ZFS can only in content "Disk image, Container", but if I chose ZFS but as directory in content can all "Disk image, ISO image, Container template, VZDump backup file, Container, Snippets"?
Storage type "ZFSpool" is directly using block devices (zvols) for the virtual disks without the overhead of an additional filesystem to store image files. And it can make use of ZFS features like snapshots.
A storage of type "dir" won't make directly use of those ZFS features as it is just a folder on any filesystem and must rely on qcow2 for things like snapshots.
Storage type "ZFSpool" is directly using block devices (zvols) for the virtual disks without the overhead of an additional filesystem to store image files. And it can make use of ZFS features like snapshots.
The lack of filesystem is why it cannot store files like ISOs, container templates, vzdump backup files, etc. That's what you need directory storage for.
A storage of type "dir" won't make directly use of those ZFS features as it is just a folder on any filesystem and must rely on qcow2 for things ike snapshots.
Virtual disks can be stored in files (.raw or .qcow2), which can then be stored in directories, but this is not as optimal as ZFS block storage.
There is a also a section in the Proxmox manual about which features are supported by which storage types.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.