I have created a zfspool storage on one of my nodes:
Within this storage, I have created a second disk on vm 114 (scsi1 in the config below):
I intend to create several...
Read more
Code:
# From /etc/pve/storage.cfg:
zfspool: zfs-data-vols-thick
pool tank/proxmox/data-vols-thick
content images
mountpoint /tank/proxmox/data-vols-thick
sparse 0
Within this storage, I have created a second disk on vm 114 (scsi1 in the config below):
Code:
# From /etc/pve/qemu-server/114.conf:
scsi0: zfs-vm-disks:vm-114-disk-0,size=256G
scsi1: zfs-data-vols-thick:vm-114-disk-0,size=64G
I intend to create several...
Read more