You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a file in one directory (file1) and take a snapsot. Then hard link it to a file another directory (file2) and remove file2.
zfs diff reports the original file1 as deleted instead of file2.
Describe how to reproduce the problem
zfs create pool1/test-dataset
cd test-dataset
mkdir src dest
cd src
echo "this is a file" >file1
zfs snapshot pool1/test-dataset@snap1
cd ../dest
ln ../src/file2
rm file2
zfs diff pool1/test-dataset@snap1 pool1/test-dataset
M /mnt/pool1/test-dataset/dest
- /mnt/pool1/test-dataset/src/file1
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered:
System information
Describe the problem you're observing
Create a file in one directory (file1) and take a snapsot. Then hard link it to a file another directory (file2) and remove file2.
zfs diff reports the original file1 as deleted instead of file2.
Describe how to reproduce the problem
zfs create pool1/test-dataset
cd test-dataset
mkdir src dest
cd src
echo "this is a file" >file1
zfs snapshot pool1/test-dataset@snap1
cd ../dest
ln ../src/file2
rm file2
zfs diff pool1/test-dataset@snap1 pool1/test-dataset
M /mnt/pool1/test-dataset/dest
- /mnt/pool1/test-dataset/src/file1
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: