OK @winnielinnie I made a new test dataset and I used cp -a to copy one of my large movie files from my Movies dataset into the test dataset. According to what you’ve told me, this should have used the block-cloning? It took about 10 min to copy the 60GB file to the new dataset. So I think I can say with confidence that I don’t have it working yet.
I’ve been trying to google the answer, but the answers I get are not working for me. The link I cited says to use cp --reflink=auto but that’s not a valid flag for me.
So this has been what I was trying to say. I did this exact same command and it does copy, but it does so as if it was a normal copy…a.k.a. it’s very slow. Which is why I asked if maybe I was missing something.
root@Eru[~]# zfs list -r -t filesystem -o name,encryption,recordsize,compression Pool_01
NAME ENCRYPTION RECSIZE COMPRESS
Pool_01 off 128K lz4
Pool_01/.system off 128K lz4
Pool_01/.system/configs-81963fc7279b4cf49c43e5a8cbe36cdb off 128K lz4
Pool_01/.system/cores off 128K lz4
Pool_01/.system/rrd-81963fc7279b4cf49c43e5a8cbe36cdb off 128K lz4
Pool_01/.system/samba4 off 128K lz4
Pool_01/.system/services off 128K lz4
Pool_01/.system/syslog-81963fc7279b4cf49c43e5a8cbe36cdb off 128K lz4
Pool_01/.system/webui off 128K lz4
Pool_01/CopyTest off 128K lz4
Pool_01/CopyTest/CopyTest_Child off 128K lz4
Pool_01/Media off 128K lz4
Pool_01/Media/Documentaries off 128K lz4
Pool_01/Media/Movies off 128K lz4
Pool_01/Media/Television off 128K lz4
Pool_01/Storage off 128K lz4
Pool_01/Transmission off 128K lz4
Pool_01/Virtual-Machines off 128K lz4