<?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 SplitFlexClone Status in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68737#M1024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adrienne_wong &lt;/P&gt;&lt;P&gt;on 4/10/07 &lt;/P&gt;&lt;P&gt;      Asked  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a script that automates the split flex clone operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the script calls NetApp::SplitFlexClone, it sleeps and checks the status of the split periodically.&lt;/P&gt;&lt;P&gt;It does this by checking the error message string returned upon starting or&lt;/P&gt;&lt;P&gt;fetching the status with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$napapi-&amp;amp;gt;volume_clone_split( $vol, "start" )&lt;/P&gt;&lt;P&gt;$napapi-&amp;amp;gt;volume_clone_split( $vol, "status" )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indicate split operation has completed:&lt;/P&gt;&lt;P&gt;$napapi-&amp;amp;gt;&lt;SPAN __jive_macro_name="ERROR"&gt; =~ /volume is not a clone/


Indicate split operation is in progress:
$napapi-&amp;amp;gt;&lt;/SPAN&gt; !~ /clone is in the process of being split/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to find out the status of a split operation by checking some volume property rather than relying on the error message string? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:35:02 GMT</pubDate>
    <dc:creator>ravir</dc:creator>
    <dc:date>2025-06-05T07:35:02Z</dc:date>
    <item>
      <title>SplitFlexClone Status</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68737#M1024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adrienne_wong &lt;/P&gt;&lt;P&gt;on 4/10/07 &lt;/P&gt;&lt;P&gt;      Asked  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a script that automates the split flex clone operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the script calls NetApp::SplitFlexClone, it sleeps and checks the status of the split periodically.&lt;/P&gt;&lt;P&gt;It does this by checking the error message string returned upon starting or&lt;/P&gt;&lt;P&gt;fetching the status with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$napapi-&amp;amp;gt;volume_clone_split( $vol, "start" )&lt;/P&gt;&lt;P&gt;$napapi-&amp;amp;gt;volume_clone_split( $vol, "status" )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indicate split operation has completed:&lt;/P&gt;&lt;P&gt;$napapi-&amp;amp;gt;&lt;SPAN __jive_macro_name="ERROR"&gt; =~ /volume is not a clone/


Indicate split operation is in progress:
$napapi-&amp;amp;gt;&lt;/SPAN&gt; !~ /clone is in the process of being split/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to find out the status of a split operation by checking some volume property rather than relying on the error message string? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:35:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68737#M1024</guid>
      <dc:creator>ravir</dc:creator>
      <dc:date>2025-06-05T07:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: SplitFlexClone Status</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68742#M1025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RAVIR_internal &lt;/P&gt;&lt;P&gt;Marketing &lt;/P&gt;&lt;P&gt;on 4/10/07 &lt;/P&gt;&lt;P&gt;      Answered  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the field "clone-parent" of the 'volume-info' element got from the command "volume-list-info". If the filed "clone-parent" is not set it means the split is complete. BTW, what was the issue in checking the "error" string as you are doing now? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; adrienne_wong &lt;/P&gt;&lt;P&gt;on 4/10/07 &lt;/P&gt;&lt;P&gt;      Comment  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer. It works fine checking the error string. However, if in the next ONTAP version you guys decide to reword the error message, the script will break. It is more reliable to check for a specific field/flag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 08:44:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68742#M1025</guid>
      <dc:creator>ravir</dc:creator>
      <dc:date>2008-03-07T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: SplitFlexClone Status</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68746#M1026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;saumyaa_inte... &lt;/P&gt;&lt;P&gt;on 4/10/07 &lt;/P&gt;&lt;P&gt;      Answered  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The volume-clone-split-status API can be used to find out the status of a split operation. &lt;/P&gt;&lt;P&gt;Saumya &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 08:45:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68746#M1026</guid>
      <dc:creator>ravir</dc:creator>
      <dc:date>2008-03-07T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SplitFlexClone Status</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68751#M1027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vol clone split status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 17:54:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/SplitFlexClone-Status/m-p/68751#M1027</guid>
      <dc:creator>AYAROCHKIN</dc:creator>
      <dc:date>2013-07-18T17:54:09Z</dc:date>
    </item>
  </channel>
</rss>

