Hello,
I'm curious about the disk usage of a VM. Here is the config of that VM :
As you can see, this VM have 2 disks (10G and 100G). Now if I check the disk usage of this VM on my ZFS pool :
The VM takes 155G ?
I've enabled the replication between this host and another, here are the snapshots stored on the original host :
Can someone explain me this storage usage ? I've seen the same on another VM simply using the double of space that it should too.
Thank you very much.
I'm curious about the disk usage of a VM. Here is the config of that VM :
Code:
agent: 1
bootdisk: virtio0
cores: 8
ide2: none,media=cdrom
memory: 12288
name: XXX
net0: virtio=XXX,bridge=vmbr0,rate=30
net1: virtio=XXX,bridge=vmbr0,tag=103
net2: virtio=XXX,bridge=vmbr0,tag=104
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=XXX
sockets: 1
virtio0: local-zfs:vm-133-disk-0,size=10G
virtio1: local-zfs:vm-133-disk-1,size=100G
vmgenid: XXX
As you can see, this VM have 2 disks (10G and 100G). Now if I check the disk usage of this VM on my ZFS pool :
Code:
NAME USED AVAIL REFER MOUNTPOINT
rpool/data/vm-133-disk-0 10.1G 647G 10.1G -
rpool/data/vm-133-disk-1 145G 647G 145G -
The VM takes 155G ?
I've enabled the replication between this host and another, here are the snapshots stored on the original host :
Code:
rpool/data/vm-133-disk-0@__replicate_133-0_1551165720__ 44.4M - 10.1G -
rpool/data/vm-133-disk-1@__replicate_133-0_1551165720__ 12.7M - 145G -
Can someone explain me this storage usage ? I've seen the same on another VM simply using the double of space that it should too.
Thank you very much.