<?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 Thin FlexClone Lun from Thick in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98443#M19972</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;&lt;BR /&gt;I have unusual behavior of function clone-start (Creating Flex clone) on 7-Mode.&lt;BR /&gt;I have a thick Volume and thick Lun on it. I try to create FlexClone Lun with parameter space-reserve:false (i.e. clone will be &lt;STRONG&gt;thin provisioned&lt;/STRONG&gt;) and use temporary snapshot (without existing snapshot). If the lun has used space more than available space on the volume, function has failed with error: "Clone operation failed to start: Volume is full or Volume crossed autodelete threshold..".&lt;BR /&gt;For example:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Volume: 1GB (Available: 300MB), Lun: 700MB (Used: 650MB) - FlexClone doesn't work&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Volume: 1GB (Available: 300MB), Lun: 700MB (Used: 100MB) - FlexClone&amp;nbsp; works&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;But, If I do this operation and select existing snapshot, it works. Traditional lun clone works too.&lt;BR /&gt;&lt;BR /&gt;What does it mean, what am I doing wrong?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:22:32 GMT</pubDate>
    <dc:creator>ALEX_BARANOV</dc:creator>
    <dc:date>2025-06-05T05:22:32Z</dc:date>
    <item>
      <title>Thin FlexClone Lun from Thick</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98443#M19972</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;&lt;BR /&gt;I have unusual behavior of function clone-start (Creating Flex clone) on 7-Mode.&lt;BR /&gt;I have a thick Volume and thick Lun on it. I try to create FlexClone Lun with parameter space-reserve:false (i.e. clone will be &lt;STRONG&gt;thin provisioned&lt;/STRONG&gt;) and use temporary snapshot (without existing snapshot). If the lun has used space more than available space on the volume, function has failed with error: "Clone operation failed to start: Volume is full or Volume crossed autodelete threshold..".&lt;BR /&gt;For example:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Volume: 1GB (Available: 300MB), Lun: 700MB (Used: 650MB) - FlexClone doesn't work&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Volume: 1GB (Available: 300MB), Lun: 700MB (Used: 100MB) - FlexClone&amp;nbsp; works&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;But, If I do this operation and select existing snapshot, it works. Traditional lun clone works too.&lt;BR /&gt;&lt;BR /&gt;What does it mean, what am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:22:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98443#M19972</guid>
      <dc:creator>ALEX_BARANOV</dc:creator>
      <dc:date>2025-06-05T05:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Thin FlexClone Lun from Thick</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98485#M19980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flex clones will not use any additional space, space is required only for the data you write to flex clone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check how many snapshots are there for the volume, is auto delete of snapshots enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to create a flex clone with out a snapshot copy creation using -n option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 05:28:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98485#M19980</guid>
      <dc:creator>deepuj</dc:creator>
      <dc:date>2014-12-17T05:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Thin FlexClone Lun from Thick</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98504#M19988</link>
      <description>&lt;P&gt;Volume doesn't have&amp;nbsp;a snapshot.&lt;/P&gt;&lt;P&gt;AutoDel snapshot on volume is disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flexclone&lt;/P&gt;&lt;PRE&gt;al-na-821-7m&amp;gt; clone start /vol/mike_vol/mike_lun /vol/mike_vol/mike_lun_clone -o  
clone start: Volume is full or Volume crossed autodelete threshold&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But&amp;nbsp;Flexclone from&amp;nbsp;snapshot works.&lt;/P&gt;&lt;PRE&gt;al-na-821-7m&amp;gt; clone start /vol/mike_vol/mike_lun /vol/mike_vol/mike_lun_clone -s snapshot_17 -o                                                                     Clone operation started successfully. ID: 9.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 10:28:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98504#M19988</guid>
      <dc:creator>ALEX_BARANOV</dc:creator>
      <dc:date>2014-12-17T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Thin FlexClone Lun from Thick</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98505#M19989</link>
      <description>&lt;P&gt;Can you try "-n" instead of "-o"?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 11:10:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98505#M19989</guid>
      <dc:creator>deepuj</dc:creator>
      <dc:date>2014-12-17T11:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Thin FlexClone Lun from Thick</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98513#M19991</link>
      <description>&lt;P&gt;But it &lt;SPAN class="span9"&gt;shouldn't&lt;/SPAN&gt; work without option "-o" in my case, when source Lun uses space reservation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;-o : Skip space reservation on the clone when cloning entire file/LUN.&lt;BR /&gt;-n : Do not use temporary snapshot for cloning. (Deprecated.) &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;al-na-821-7m&amp;gt; clone start /vol/mike_vol/mike_lun /vol/mike_vol/mike_lun_clone -n
clone start: Volume is full or Volume crossed autodelete threshold..&lt;BR /&gt;
al-na-821-7m&amp;gt; clone start /vol/mike_vol/mike_lun /vol/mike_vol/mike_lun_clone1 -n -s snapshot_17
clone start: Volume is full or Volume crossed autodelete threshold..&lt;/PRE&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;&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, 17 Dec 2014 11:52:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Thin-FlexClone-Lun-from-Thick/m-p/98513#M19991</guid>
      <dc:creator>ALEX_BARANOV</dc:creator>
      <dc:date>2014-12-17T11:52:31Z</dc:date>
    </item>
  </channel>
</rss>

