<?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: problem of chown on a new NFS volume in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/141403#M31289</link>
    <description>&lt;P&gt;What rules have set on the export? If you let the (NFS client)system (superuser=sys) to assign the permission, then whatever permission on the mount path (from the client) will be inherited.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 00:01:11 GMT</pubDate>
    <dc:creator>storageguy</dc:creator>
    <dc:date>2018-07-11T00:01:11Z</dc:date>
    <item>
      <title>problem of chown on a new NFS volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/141276#M31247</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have a very strange problem with my newly created volume&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on our client we mount a netapp namescape&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the fstab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cns-labgem-n05.genoscope.cns.fr:/cns_labgem_scratch_n05&lt;BR /&gt; 15360 192 15168 2% /env/export/cns_labgem_scratch_n05&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on the netapp we use the&amp;nbsp;&lt;SPAN&gt;cns_labgem_scratch_n05 directory to mount other volume.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;for exemple i create a volume&amp;nbsp;vol_bank_test3 and i mount it under&amp;nbsp;&amp;nbsp;cns_labgem_scratch_n05&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the volume have root export for the client and the&amp;nbsp;cns_labgem_scratch_n05 have too.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;then when i cd in the&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;/env/export/cns_labgem_scratch_n05 directory&amp;nbsp; I got&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ls -l&lt;BR /&gt;total 24&lt;BR /&gt;-rw-r--r-- 1 root root 1820 4 juil. 14:48 result&lt;BR /&gt;drwxrws--- 4 coliscope g_agc 4096 30 mai 08:03 scratch_coliscope&lt;BR /&gt;drwxrws--- 11 dietetic g_agc 4096 21 juin 14:22 scratch_dietetic&lt;BR /&gt;drwxrws--- 5 agc g_agc 4096 16 nov. 2017 scratch_microscope&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 13:26 vol_test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then i want to change the right on thr&amp;nbsp;&lt;SPAN&gt;vol_bank_test3 but it fails&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i write a little loop&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chown agc:g_agc vol_bank_test3 ; sleep 5 ; for i in `seq 1 20` ; do date ; ls -ld vol_bank_test3 ; sleep 5 ; done | tee /root/result.loop&lt;/P&gt;
&lt;P&gt;Result&amp;nbsp;&lt;BR /&gt;mer. juil. 4 14:50:45 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:50:50 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:50:55 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:00 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:05 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:10 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:15 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:20 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:25 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:30 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:35 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 agc g_agc 4096 4 juil. 14:38 vol_bank_test3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After 60 seconds it came back to root:root&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mer. juil. 4 14:51:40 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:45 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:50 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:51:55 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:52:00 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:52:05 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:52:10 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:52:15 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;BR /&gt;mer. juil. 4 14:52:20 CEST 2018&lt;BR /&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on the same time i ran tcpdump on the client&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4:50:40.397586 IP etna0.genoscope.cns.fr.1611861186 &amp;gt; cns-labgem-n05.genoscope.cns.fr.nfs: 156 lookup fh 0,128/1073741824 "vol_bank_test3"&lt;BR /&gt;14:50:40.398137 IP cns-labgem-n05.genoscope.cns.fr.nfs &amp;gt; etna0.genoscope.cns.fr.1611861186: reply ok 252 lookup fh Unknown/000100001505008000000000400000009643B4B9DE0400800000000040000000&lt;BR /&gt;14:50:40.398148 IP etna0.genoscope.cns.fr.946 &amp;gt; cns-labgem-n05.genoscope.cns.fr.nfs: Flags [.], ack 204756191, win 13016, options [nop,nop,TS val 3076348547 ecr 3116358866], length 0&lt;BR /&gt;14:51:05.419721 IP etna0.genoscope.cns.fr.1628638402 &amp;gt; cns-labgem-n05.genoscope.cns.fr.nfs: 140 access fh 0,128/1073741824 001f&lt;BR /&gt;14:51:05.419893 IP cns-labgem-n05.genoscope.cns.fr.nfs &amp;gt; etna0.genoscope.cns.fr.1628638402: reply ok 120 access c 001f&lt;BR /&gt;14:51:05.419907 IP etna0.genoscope.cns.fr.946 &amp;gt; cns-labgem-n05.genoscope.cns.fr.nfs: Flags [.], ack 125, win 13016, options [nop,nop,TS val 3076373569 ecr 3116383889], length 0&lt;BR /&gt;14:51:40.447383 IP etna0.genoscope.cns.fr.1645415618 &amp;gt; cns-labgem-n05.genoscope.cns.fr.nfs: 136 getattr fh Unknown/000100001505008000000000400000009643B4B9DE0400800000000040000000&lt;BR /&gt;14:51:40.460694 IP cns-labgem-n05.genoscope.cns.fr.nfs &amp;gt; etna0.genoscope.cns.fr.1645415618: reply ok 112 getattr DIR 755 ids 0/0 sz 4096&lt;BR /&gt;14:51:40.460711 IP etna0.genoscope.cns.fr.946 &amp;gt; cns-labgem-n05.genoscope.cns.fr.nfs: Flags [.], ack 241, win 13016, options [nop,nop,TS val 3076408610 ecr 3116418930], length 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then i can see that the client never ask to the netapp the attributes of the directory before 60 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;moreover in the same time on another client that mount the same diretory i always got&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;drwxr-xr-x 2 root root 4096 4 juil. 14:38 vol_bank_test3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then i concluded that the netapp silently discard the chown command.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to see why it silently discard the command?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:32:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/141276#M31247</guid>
      <dc:creator>grocanar</dc:creator>
      <dc:date>2025-06-04T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem of chown on a new NFS volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/141403#M31289</link>
      <description>&lt;P&gt;What rules have set on the export? If you let the (NFS client)system (superuser=sys) to assign the permission, then whatever permission on the mount path (from the client) will be inherited.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 00:01:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/141403#M31289</guid>
      <dc:creator>storageguy</dc:creator>
      <dc:date>2018-07-11T00:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem of chown on a new NFS volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/143024#M31730</link>
      <description>&lt;P&gt;Thans for your answer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in fact it was a problem with the cmliednt which doesn't support the junction path of the netapp&lt;/P&gt;
&lt;P&gt;after upgrade it works like a charm&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 08:22:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/problem-of-chown-on-a-new-NFS-volume/m-p/143024#M31730</guid>
      <dc:creator>grocanar</dc:creator>
      <dc:date>2018-09-28T08:22:55Z</dc:date>
    </item>
  </channel>
</rss>

