<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Different Inode number across snapshots in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152652#M34001</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See what they say about FSID in snapshots on page 71.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4067.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4067.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just reiterate in case you don't read the whole document - For the FSID disable/enable please note:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN style="left: 144.04px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.0713);"&gt;Note:&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="left: 204.033px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.0014);"&gt;NetApp &lt;/SPAN&gt;&lt;SPAN style="left: 264.033px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00199);"&gt;does &lt;/SPAN&gt;&lt;SPAN style="left: 304.833px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00293);"&gt;not recommend chang&lt;/SPAN&gt;&lt;SPAN style="left: 470.683px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00424);"&gt;ing &lt;/SPAN&gt;&lt;SPAN style="left: 497.483px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00329);"&gt;this option unless directed by support. If this option is &lt;/SPAN&gt;&lt;SPAN style="left: 204.033px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00253);"&gt;changed with clients mounted to the &lt;/SPAN&gt;&lt;SPAN style="left: 474.483px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.002);"&gt;NFS &lt;/SPAN&gt;&lt;SPAN style="left: 512.283px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00933);"&gt;server, data corruption c&lt;/SPAN&gt;&lt;SPAN style="left: 692.317px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(0.996383);"&gt;an &lt;/SPAN&gt;&lt;SPAN style="left: 715.317px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00365);"&gt;take place&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 11:15:47 GMT</pubDate>
    <dc:creator>GidonMarcus</dc:creator>
    <dc:date>2019-11-29T11:15:47Z</dc:date>
    <item>
      <title>Different Inode number across snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152649#M34000</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are working with NAS Snapshots on FAS2552, OnTap 8.3.2 .&lt;/P&gt;
&lt;P&gt;Once the Volume snapshots are taken the Snapshots are NFS mounted on a host from where the contents are copied to a secondary storage. At this point we are observing that the inode number of files are changing in different snapshots. For e.g., a file F1 under snapshot 1 is different than the one under snapshot 2. Interestingly this file is not touched at all between the snapshots.&lt;/P&gt;
&lt;P&gt;More so, this behavior is observed only when the snapshot is mounted on NFS v3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the below outputs -&lt;/P&gt;
&lt;P&gt;----- NFS Version 3&amp;nbsp; --------&lt;/P&gt;
&lt;P&gt;10.xx.xx.147:/demo_nas_vol1 on /ver3_mnt type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,....addr=10.xx.xx.147)&lt;/P&gt;
&lt;P&gt;[root@nfshost ~]# stat -c %i /ver3_mnt/.snapshot/snap1_for_inodeTest/fileone.txt&lt;BR /&gt;858188230&lt;BR /&gt;[root@nfshost ~]# stat -c %i /ver3_mnt/.snapshot/snap2_for_inodeTest/fileone.txt&lt;BR /&gt;858188486&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;----&amp;nbsp; NFS Version 4&amp;nbsp; -----&lt;BR /&gt;10.xx.xx.147:/demo_nas_vol1 on /ver4_mnt type nfs4 (rw,relatime,vers=4.0,rsize=65536,wsize=65536,....addr=10.xx.xx.147)&lt;/P&gt;
&lt;P&gt;[root@nfshost ~]# stat -c %i /ver4_mnt/.snapshot/snap1_for_inodeTest/fileone.txt&lt;BR /&gt;13510&lt;BR /&gt;[root@nfshost ~]# stat -c %i /ver4_mnt/.snapshot/snap2_for_inodeTest/fileone.txt&lt;BR /&gt;13510&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my question is -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Is this expected behavior&lt;/P&gt;
&lt;P&gt;2. What can be done to have consistent behavior&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:07:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152649#M34000</guid>
      <dc:creator>nexus_enigma</dc:creator>
      <dc:date>2025-06-04T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Different Inode number across snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152652#M34001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See what they say about FSID in snapshots on page 71.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4067.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4067.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just reiterate in case you don't read the whole document - For the FSID disable/enable please note:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN style="left: 144.04px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.0713);"&gt;Note:&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="left: 204.033px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.0014);"&gt;NetApp &lt;/SPAN&gt;&lt;SPAN style="left: 264.033px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00199);"&gt;does &lt;/SPAN&gt;&lt;SPAN style="left: 304.833px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00293);"&gt;not recommend chang&lt;/SPAN&gt;&lt;SPAN style="left: 470.683px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00424);"&gt;ing &lt;/SPAN&gt;&lt;SPAN style="left: 497.483px; top: 414.61px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00329);"&gt;this option unless directed by support. If this option is &lt;/SPAN&gt;&lt;SPAN style="left: 204.033px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00253);"&gt;changed with clients mounted to the &lt;/SPAN&gt;&lt;SPAN style="left: 474.483px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.002);"&gt;NFS &lt;/SPAN&gt;&lt;SPAN style="left: 512.283px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00933);"&gt;server, data corruption c&lt;/SPAN&gt;&lt;SPAN style="left: 692.317px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(0.996383);"&gt;an &lt;/SPAN&gt;&lt;SPAN style="left: 715.317px; top: 433.06px; font-size: 16.6px; font-family: sans-serif; transform: scaleX(1.00365);"&gt;take place&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 11:15:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152652#M34001</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2019-11-29T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different Inode number across snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152657#M34002</link>
      <description>&lt;P&gt;Thanks Marcus,&lt;/P&gt;
&lt;P&gt;This will still not resolve the Inode issue I am observing while calling stat at the client end, because essentially, for NFSv3, FSID of a file is returned and this FSID is a combination of inode, volume identifier and Snapshot IDs.&lt;/P&gt;
&lt;P&gt;However for NFSv4 if v4-fsid-change is enabled, the inode number is returned as FSID instead of FSID.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 13:24:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152657#M34002</guid>
      <dc:creator>nexus_enigma</dc:creator>
      <dc:date>2019-11-29T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Different Inode number across snapshots</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152658#M34003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your observation is correct!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my question is -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Is this expected behavior : &lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. What can be done to have consistent behavior : &lt;STRONG&gt;NFSv4&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This is a known bug:&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&amp;amp;Display=933937" target="_blank"&gt;https://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&amp;amp;Display=933937&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Bug is closed, will not be fixed:&lt;/STRONG&gt;&lt;BR /&gt;At this time, this issue is not scheduled to be implemented or corrected in an upcoming release of the affected NetApp product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;BR /&gt;To have identical FileIDs for a file across versions, use an NFSv4 mount instead of an NFSv3 mount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The NFS protocol does not require FileIDs for a file to be identical across versions of that file. Therefore, this is not a violation of the NFS protocol.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 14:22:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Different-Inode-number-across-snapshots/m-p/152658#M34003</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-11-29T14:22:33Z</dc:date>
    </item>
  </channel>
</rss>

