<?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: How to reduce the size of snapmirror volume from destination in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92353#M19418</link>
    <description>Fs_size_fixed is filesystem size, not volume size, and is changed automatically to match source next time SnapMirror update completes. After that volume size can be reduced to match filesystem size.</description>
    <pubDate>Mon, 13 Oct 2014 15:13:38 GMT</pubDate>
    <dc:creator>aborzenkov</dc:creator>
    <dc:date>2014-10-13T15:13:38Z</dc:date>
    <item>
      <title>How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92321#M19412</link>
      <description>&lt;P&gt;Hi Everyone ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some queries regarding resizing the snapmirror volume . Below is the details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one volume suppose name of volume is &amp;nbsp;volume A , which is getting replicated from filer A to filer B and then from filer B to filer C. Volume size is 3TB and it is same on all the filers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently i have reduced the size of volume A on filer A and make it 2.5 TB, so now what is the procedure to reduce the size of volume on filer B and filer C so that we can reclaim the unused space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:27:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92321#M19412</guid>
      <dc:creator>RIMSTORAGE</dc:creator>
      <dc:date>2025-06-05T05:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92331#M19414</link>
      <description>&lt;P&gt;If its your DR copy, in my opinion it should be thin provisioned to begin with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you are thick provisioned, just run vol size commands&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 13:51:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92331#M19414</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-10-13T13:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92343#M19415</link>
      <description>&lt;P&gt;You want the destination volume to be no smaller than the source. With that in mind you can reduce the size of the destination by turning off the fs_size_fixed option on the destination. When you create a snapmirror relation this option in automatically enabled on the destination. To see what I mean type vol options [volname]. To disable fs_size_fixed type 'vol options [volname] fs_size_fixed off. Then you can use the vol size command to change the volume size of the destination. Once complete re-enable the fs_size_fixed option &amp;amp; check your snapmirror relationship with the 'snapmirror status' command. If you want to test your snapmirror relationship before it's scheduled you can use the snapmirror update command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicholas Lee Fagan&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:02:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92343#M19415</guid>
      <dc:creator>nicholaf</dc:creator>
      <dc:date>2014-10-13T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92347#M19416</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;NICHOLAF,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your reply. I understand that we need to change the option&amp;nbsp;fs_size_fixed to off. But i am also come to know that snapmirror destination volume is always in read only mode. So making the option&amp;nbsp;fs_size_fixed to off is enough?&amp;nbsp;Will it allow me to resize while in read only mode or i need to do some more chnages before resizing the volume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any document related to this , if any kindly share.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot...............&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:51:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92347#M19416</guid>
      <dc:creator>RIMSTORAGE</dc:creator>
      <dc:date>2014-10-13T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92351#M19417</link>
      <description>&lt;P&gt;This isn't that difficult.. Just do vol options to change fixed size to off and you can just resize the DR Side&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vol size volume (newsize)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you just found out that netapp snapmirror side is read-only, perhaps you can review some of the WBT to get yourself more familiar with this&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:01:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92351#M19417</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-10-13T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92353#M19418</link>
      <description>Fs_size_fixed is filesystem size, not volume size, and is changed automatically to match source next time SnapMirror update completes. After that volume size can be reduced to match filesystem size.</description>
      <pubDate>Mon, 13 Oct 2014 15:13:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92353#M19418</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2014-10-13T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92371#M19419</link>
      <description>&lt;P&gt;Yes, that will be enough. If more is necessary to resize the volume the system will be sure to let you know (ie. try the vol resize command while fs_fixed_size in enabled, the system will notify you to turn it off).&amp;nbsp;You can remove the read-only option too if you'd like though&amp;nbsp;but it should be re-enabled before the snapmirror transfer begins. You can change the volume from read-only to full permissions with the vol restrict command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicholas Lee Fagan&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 17:54:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92371#M19419</guid>
      <dc:creator>nicholaf</dc:creator>
      <dc:date>2014-10-13T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92473#M19424</link>
      <description>&lt;P&gt;Thanks everyone for your support , i will implement it and will let you know the &amp;nbsp;status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Beside this i have one more query , i am having one volume in my filer so is there a way to find what are the hosts mouting that volume ( i have exported that volume to everyone) so i am not sure about the hosts using that volume . Now i want to know what are the hosts using that volume.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the command nfsstat -l to see the NFS statistics , but it is not showing specific to volume . It is giving me the lists of hosts only which are hitting my filer through NFS .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance......................&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.netapp.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 08:55:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92473#M19424</guid>
      <dc:creator>RIMSTORAGE</dc:creator>
      <dc:date>2014-10-14T08:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of snapmirror volume from destination</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92727#M19425</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are able to reduce the size of the volume just running the single command&lt;STRONG&gt; "vol size &amp;lt;vol name&amp;gt; -n"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Thanks a lot for your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.netapp.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 15:56:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-reduce-the-size-of-snapmirror-volume-from-destination/m-p/92727#M19425</guid>
      <dc:creator>RIMSTORAGE</dc:creator>
      <dc:date>2014-10-14T15:56:16Z</dc:date>
    </item>
  </channel>
</rss>

