Hello,
I am hoping to get some direction to how to correct my issue.
I have a ZFS share, that I would like to have a VM replicated to another device in the cluster. It should be noted that I needed to restore the Dst device and rebuild the FS share. This was working previously. I had also moved the storage on the Src from the zfs-shre to the local storage and rebuilt the ZFS share. Obviously the issue remand.
When I set up and try to run my replication job, I get a message that my drive is full. I have seen several post on this and the issue seems to point to the refreservation being set and thus taking up the space. Here is the actual error I find on the Src host:
2024-10-16 16:49:02 120-0: start replication job
2024-10-16 16:49:02 120-0: guest => VM 120, running => 984986
2024-10-16 16:49:02 120-0: volumes => zfs-share:vm-120-disk-0
2024-10-16 16:49:02 120-0: create snapshot '__replicate_120-0_1729118942__' on zfs-share:vm-120-disk-0
2024-10-16 16:49:03 120-0: end replication job with error: zfs error: cannot create snapshot 'zfs-share/vm-120-disk-0@__replicate_120-0_1729118942__': out of space
My Src drive and destination drive are the same size, and the VM size is 64 gigs.
The Dst device is empty and here is the out put of the command zfs get all
NAME PROPERTY VALUE SOURCE
zfs-share type filesystem -
zfs-share creation Tue Oct 15 13:03 2024 -
zfs-share used 552K -
zfs-share available 108G -
zfs-share referenced 96K -
zfs-share compressratio 1.00x -
zfs-share mounted yes -
zfs-share quota none default
zfs-share reservation none default
zfs-share recordsize 128K default
zfs-share mountpoint /zfs-share default
zfs-share sharenfs off default
zfs-share checksum on default
zfs-share compression on local
zfs-share atime on default
zfs-share devices on default
zfs-share exec on default
zfs-share setuid on default
zfs-share readonly off default
zfs-share zoned off default
zfs-share snapdir hidden default
zfs-share aclmode discard default
zfs-share aclinherit restricted default
zfs-share createtxg 1 -
zfs-share canmount on default
zfs-share xattr on default
zfs-share copies 1 default
zfs-share version 5 -
zfs-share utf8only off -
zfs-share normalization none -
zfs-share casesensitivity sensitive -
zfs-share vscan off default
zfs-share nbmand off default
zfs-share sharesmb off default
zfs-share refquota none default
zfs-share refreservation none default
zfs-share guid 17752960111506726003 -
zfs-share primarycache all default
zfs-share secondarycache all default
zfs-share usedbysnapshots 0B -
zfs-share usedbydataset 96K -
zfs-share usedbychildren 456K -
zfs-share usedbyrefreservation 0B -
zfs-share logbias latency default
Any additional pointers on what to check to correct this would be much appreciated.
Regards
I am hoping to get some direction to how to correct my issue.
I have a ZFS share, that I would like to have a VM replicated to another device in the cluster. It should be noted that I needed to restore the Dst device and rebuild the FS share. This was working previously. I had also moved the storage on the Src from the zfs-shre to the local storage and rebuilt the ZFS share. Obviously the issue remand.
When I set up and try to run my replication job, I get a message that my drive is full. I have seen several post on this and the issue seems to point to the refreservation being set and thus taking up the space. Here is the actual error I find on the Src host:
2024-10-16 16:49:02 120-0: start replication job
2024-10-16 16:49:02 120-0: guest => VM 120, running => 984986
2024-10-16 16:49:02 120-0: volumes => zfs-share:vm-120-disk-0
2024-10-16 16:49:02 120-0: create snapshot '__replicate_120-0_1729118942__' on zfs-share:vm-120-disk-0
2024-10-16 16:49:03 120-0: end replication job with error: zfs error: cannot create snapshot 'zfs-share/vm-120-disk-0@__replicate_120-0_1729118942__': out of space
My Src drive and destination drive are the same size, and the VM size is 64 gigs.
The Dst device is empty and here is the out put of the command zfs get all
NAME PROPERTY VALUE SOURCE
zfs-share type filesystem -
zfs-share creation Tue Oct 15 13:03 2024 -
zfs-share used 552K -
zfs-share available 108G -
zfs-share referenced 96K -
zfs-share compressratio 1.00x -
zfs-share mounted yes -
zfs-share quota none default
zfs-share reservation none default
zfs-share recordsize 128K default
zfs-share mountpoint /zfs-share default
zfs-share sharenfs off default
zfs-share checksum on default
zfs-share compression on local
zfs-share atime on default
zfs-share devices on default
zfs-share exec on default
zfs-share setuid on default
zfs-share readonly off default
zfs-share zoned off default
zfs-share snapdir hidden default
zfs-share aclmode discard default
zfs-share aclinherit restricted default
zfs-share createtxg 1 -
zfs-share canmount on default
zfs-share xattr on default
zfs-share copies 1 default
zfs-share version 5 -
zfs-share utf8only off -
zfs-share normalization none -
zfs-share casesensitivity sensitive -
zfs-share vscan off default
zfs-share nbmand off default
zfs-share sharesmb off default
zfs-share refquota none default
zfs-share refreservation none default
zfs-share guid 17752960111506726003 -
zfs-share primarycache all default
zfs-share secondarycache all default
zfs-share usedbysnapshots 0B -
zfs-share usedbydataset 96K -
zfs-share usedbychildren 456K -
zfs-share usedbyrefreservation 0B -
zfs-share logbias latency default
Any additional pointers on what to check to correct this would be much appreciated.
Regards