Does SnapMirror (XDP) change inode IDs?
Applies to
- NetApp ONTAP
- SnapMirror (XDP)
Answer
- SnapMirror (XDP) preserves inode IDs during replication.
- The inode IDs of files within the volume remain unchanged between source and destination volumes.
Additional Information
- After a SnapMirror break:
- The destination volume becomes read-write and is assigned a new volume UUID (FSID).
- This causes the device identifier (
st_dev) to change from the NFS client perspective.
- File identification on NFS:
-
A combination of identity files:
- inode number (
st_ino) - device number (
st_dev)
- inode number (
- Even if the inode number remains unchanged, a change in
st_devcauses the file to be recognized as a different file.
-
