<?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 Change IsFilesysSizeFixed volume attribute in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Change-IsFilesysSizeFixed-volume-attribute/m-p/131984#M23955</link>
    <description>&lt;P&gt;I have a volume that is a cascaded volume that needs to be resized. To do this i have &amp;nbsp;1. &amp;nbsp;executed Snap mirror = 'broken off' ,&amp;nbsp;&amp;nbsp;and 2. the volume attribute&amp;nbsp;'IsFilesysSizeFixed' needs to be changed to False, to allow the volume&amp;nbsp;capacity to be changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the&amp;nbsp;SM , boken off ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_check_IsFilesysSizeFixed&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;get-ncvol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-controller&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$connect_to_remote_peer_cluster_controller&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-volume&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$destination_vol&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;)&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;volumespaceattributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Lucida Console" size="1"&gt;this returns "True"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've read that the only way to change this setting from True to False , is to 'Initialise-NcObjectProperty' pre and post , then run something like.... &amp;nbsp;'update-ncvol -query $pre -Attributes&amp;nbsp;$post'&amp;nbsp;, which seems a convoluted way , to just change a volume attribute , like so ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Get-NcVol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Template&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Initialize-NcObjectProperty&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Object&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Name&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$MH_destination_vol&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00008b" face="Lucida Console" size="1"&gt;if&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt; ( &lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;-eq&lt;/FONT&gt; &lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;"True"&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt; )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;write-host&lt;/FONT&gt; &lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;"PRECHECK - the vol VolumeSpaceAttributes IsFilesysSizeFixed Attribute is set to `"&lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt;&lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;`" - this needs to be changed to FALSE"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Get-NcVol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Template&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Initialize-NcObjectProperty&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Object&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Name&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$false&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;write-host&lt;/FONT&gt; &lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;"I want to change it to : false , please wait ... running update-ncvol ...."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Update-NcVol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Query&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Attributes&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$POST_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$MH_destination_vol &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this really the only method to change a volume attribute ?&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>Wed, 04 Jun 2025 14:56:45 GMT</pubDate>
    <dc:creator>raffs</dc:creator>
    <dc:date>2025-06-04T14:56:45Z</dc:date>
    <item>
      <title>Change IsFilesysSizeFixed volume attribute</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Change-IsFilesysSizeFixed-volume-attribute/m-p/131984#M23955</link>
      <description>&lt;P&gt;I have a volume that is a cascaded volume that needs to be resized. To do this i have &amp;nbsp;1. &amp;nbsp;executed Snap mirror = 'broken off' ,&amp;nbsp;&amp;nbsp;and 2. the volume attribute&amp;nbsp;'IsFilesysSizeFixed' needs to be changed to False, to allow the volume&amp;nbsp;capacity to be changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the&amp;nbsp;SM , boken off ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_check_IsFilesysSizeFixed&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;get-ncvol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-controller&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$connect_to_remote_peer_cluster_controller&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-volume&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$destination_vol&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;)&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;volumespaceattributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Lucida Console" size="1"&gt;this returns "True"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've read that the only way to change this setting from True to False , is to 'Initialise-NcObjectProperty' pre and post , then run something like.... &amp;nbsp;'update-ncvol -query $pre -Attributes&amp;nbsp;$post'&amp;nbsp;, which seems a convoluted way , to just change a volume attribute , like so ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Get-NcVol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Template&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Initialize-NcObjectProperty&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Object&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Name&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$MH_destination_vol&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00008b" face="Lucida Console" size="1"&gt;if&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt; ( &lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;-eq&lt;/FONT&gt; &lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;"True"&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt; )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;write-host&lt;/FONT&gt; &lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;"PRECHECK - the vol VolumeSpaceAttributes IsFilesysSizeFixed Attribute is set to `"&lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PRE_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt;&lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;`" - this needs to be changed to FALSE"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Get-NcVol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Template&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Initialize-NcObjectProperty&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Object&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Name&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$false&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;write-host&lt;/FONT&gt; &lt;FONT color="#8b0000" face="Lucida Console" size="1"&gt;"I want to change it to : false , please wait ... running update-ncvol ...."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Update-NcVol&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Query&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Attributes&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PostTemplate&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$POST_CHECK_OF_TEMPLATE_IS_FILESYS_FIXED&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$PreTemplate&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;VolumeSpaceAttributes&lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;.&lt;/FONT&gt;&lt;FONT face="Lucida Console" size="1"&gt;IsFilesysSizeFixed &lt;/FONT&gt;&lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$MH_destination_vol &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this really the only method to change a volume attribute ?&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>Wed, 04 Jun 2025 14:56:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Change-IsFilesysSizeFixed-volume-attribute/m-p/131984#M23955</guid>
      <dc:creator>raffs</dc:creator>
      <dc:date>2025-06-04T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change IsFilesysSizeFixed volume attribute</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Change-IsFilesysSizeFixed-volume-attribute/m-p/132255#M24008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer KB &amp;nbsp;&lt;A href="https://kb.netapp.com/support/s/article/ka11A0000001WmB/growing-a-the-destination-volume-for-a-volume-snapmirror-fails" target="_blank"&gt;https://kb.netapp.com/support/s/article/ka11A0000001WmB/growing-a-the-destination-volume-for-a-volume-snapmirror-fails&lt;/A&gt; (requires login)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 04:44:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Change-IsFilesysSizeFixed-volume-attribute/m-p/132255#M24008</guid>
      <dc:creator>Sahana</dc:creator>
      <dc:date>2017-06-27T04:44:33Z</dc:date>
    </item>
  </channel>
</rss>

