Hi,
I am trying to migrate from FreeNAS 11.1-U7 to TrueNAS 13.0-U3.1. I have 2 datasets on the old box. I want to use replication to move the data over but I need to take a snapshot in order to do that. I have read a few other posts where people seem to have similar issues but I haven't managed to find out a way to free up some space (hopefully its actually possible) so I can take one snapshot and begin replicating. Here is the output from some of the commands I found on other posts to try and troubleshoot.
DATA2/DATA2 is what I need to snapshot. As far as I understand, there should be enough space. It is a zvol that I am using as an iSCSI target.
Thanks in advance
I am trying to migrate from FreeNAS 11.1-U7 to TrueNAS 13.0-U3.1. I have 2 datasets on the old box. I want to use replication to move the data over but I need to take a snapshot in order to do that. I have read a few other posts where people seem to have similar issues but I haven't managed to find out a way to free up some space (hopefully its actually possible) so I can take one snapshot and begin replicating. Here is the output from some of the commands I found on other posts to try and troubleshoot.
Code:
Apr 20 17:06:03 lsqus008 /autosnap.py: [tools.autosnap:535] Failed to create sna pshot 'DATA2/DATA2@auto-20230420.1706-1w': cannot create snapshot 'DATA2/DATA2@a uto-20230420.1706-1w': out of space Apr 20 17:07:04 lsqus008 /autosnap.py: [tools.autosnap:535] Failed to create sna pshot 'DATA2/DATA2@auto-20230420.1707-1w': cannot create snapshot 'DATA2/DATA2@a uto-20230420.1707-1w': out of space root@lsqus008:~ # zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT DATA1 1.81T 185M 1.81T - 0% 0% 1.00x ONLINE /mnt DATA2 5.44T 2.07T 3.37T - 20% 37% 1.00x ONLINE /mnt freenas-boot 58G 1.57G 56.4G - - 2% 1.00x ONLINE - root@lsqus008:~ # zfs list NAME USED AVAIL REFER MOUNTPOINT DATA1 1.27T 493G 88K /mnt/DATA1 DATA1/.system 183M 493G 96K legacy DATA1/.system/configs-b3147af497d748f98f845f65b942be53 177M 493G 177M legacy DATA1/.system/cores 4.84M 493G 4.84M legacy DATA1/.system/rrd-b3147af497d748f98f845f65b942be53 88K 493G 88K legacy DATA1/.system/samba4 124K 493G 124K legacy DATA1/.system/syslog-b3147af497d748f98f845f65b942be53 88K 493G 88K legacy DATA1/DATA1 1.27T 1.76T 56K - DATA2 2.55T 982G 176K /mnt/DATA2 DATA2/DATA2 2.55T 2.13T 1.38T - freenas-boot 1.57G 54.6G 64K none freenas-boot/ROOT 1.56G 54.6G 29K none freenas-boot/ROOT/11.1-U7 1.55G 54.6G 751M / freenas-boot/ROOT/Initial-Install 1K 54.6G 836M legacy freenas-boot/ROOT/default 2.57M 54.6G 838M legacy freenas-boot/grub 6.96M 54.6G 6.96M legacy root@lsqus008:~ # zfs list -o space,quota NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD QUOTA DATA1 493G 1.27T 0 88K 0 1.27T none DATA1/.system 493G 183M 0 96K 0 183M none DATA1/.system/configs-b3147af497d748f98f845f65b942be53 493G 177M 0 177M 0 0 none DATA1/.system/cores 493G 4.84M 0 4.84M 0 0 none DATA1/.system/rrd-b3147af497d748f98f845f65b942be53 493G 88K 0 88K 0 0 none DATA1/.system/samba4 493G 124K 0 124K 0 0 none DATA1/.system/syslog-b3147af497d748f98f845f65b942be53 493G 88K 0 88K 0 0 none DATA1/DATA1 1.76T 1.27T 0 56K 1.27T 0 - DATA2 982G 2.55T 0 176K 0 2.55T none DATA2/DATA2 2.13T 2.55T 0 1.38T 1.17T 0 - freenas-boot 54.6G 1.57G 0 64K 0 1.57G none freenas-boot/ROOT 54.6G 1.56G 0 29K 0 1.56G none freenas-boot/ROOT/11.1-U7 54.6G 1.55G 840M 751M 0 0 none freenas-boot/ROOT/Initial-Install 54.6G 1K 0 1K 0 0 none freenas-boot/ROOT/default 54.6G 2.57M 0 2.57M 0 0 none freenas-boot/grub 54.6G 6.96M 0 6.96M 0 0 none root@lsqus008:~ # zfs list -t snapshot NAME USED AVAIL REFER MOUNTPOINT freenas-boot/ROOT/11.1-U7@2018-05-04-16:58:20 2.18M - 836M - freenas-boot/ROOT/11.1-U7@2020-02-21-18:31:53 4.67M - 838M - root@lsqus008:~ # root@lsqus008:~ # zfs list -t volume DATA2/DATA2 NAME USED AVAIL REFER MOUNTPOINT DATA2/DATA2 2.55T 2.13T 1.38T - root@lsqus008:~ # zfs list -t snapshot -o space NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD freenas-boot/ROOT/11.1-U7@2018-05-04-16:58:20 - 2.18M - - - - freenas-boot/ROOT/11.1-U7@2020-02-21-18:31:53 - 4.67M - - - - root@lsqus008:~ #
DATA2/DATA2 is what I need to snapshot. As far as I understand, there should be enough space. It is a zvol that I am using as an iSCSI target.
Thanks in advance