<?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: WFA 4.2 / CDOT Pack 1.5.0 - &amp;quot;Create LUN&amp;quot; reservation problem in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141350#M25833</link>
    <description>&lt;P&gt;New burt is raised&amp;nbsp;and it will be fixed in DB.0 release&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New bug 1174363 [3B] - "WFA_DB.0:Create LUN command reservation is not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Shiva&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 09:52:01 GMT</pubDate>
    <dc:creator>sivakumar_sekar</dc:creator>
    <dc:date>2018-07-09T09:52:01Z</dc:date>
    <item>
      <title>WFA 4.2 / CDOT Pack 1.5.0 - "Create LUN" reservation problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141308#M25829</link>
      <description>&lt;P&gt;Our automated tests found another problem in the new CDOT pack.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We create multiple LUNs in the same workflow using a loop and use previous LUN names to create "incrementing" LUN names. This specifically works because the first LUN would create a reservation so the second LUN sees the first LUN when the next name is created and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That worked fine with the previous CDOT pack but fails with the 1.5.0 pack. My only explanation is a change I have found in the reservation, it starts as such:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;INSERT               
INTO
    cm_storage.lun
    SELECT
        '${OSType}' /* os_type*/,
        NULL /*id*/,
        '${LunName}' /*name*/,&lt;/PRE&gt;
&lt;P&gt;However, OSType is definitely not the first field in the dictionary entry for cm_storage.LUN. The correct reservation should start (as it did before) like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;INSERT
INTO
    cm_storage.lun
    SELECT
        NULL, -- id
        '${LunName}', -- name
        '${OSType}', -- os_type&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The workaround is obviously to clone the command and use the fixed reservation but I'd rather stick to certified commands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/264"&gt;@netapp&lt;/a&gt;: care to open up another bug for me? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:32:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141308#M25829</guid>
      <dc:creator>MartinRohrbach</dc:creator>
      <dc:date>2025-06-04T13:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 4.2 / CDOT Pack 1.5.0 - "Create LUN" reservation problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141332#M25832</link>
      <description>&lt;P&gt;Thanks for the details Martin.&lt;/P&gt;
&lt;P&gt;We will check and updates the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Shiva&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 15:00:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141332#M25832</guid>
      <dc:creator>sivakumar_sekar</dc:creator>
      <dc:date>2018-07-06T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 4.2 / CDOT Pack 1.5.0 - "Create LUN" reservation problem</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141350#M25833</link>
      <description>&lt;P&gt;New burt is raised&amp;nbsp;and it will be fixed in DB.0 release&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New bug 1174363 [3B] - "WFA_DB.0:Create LUN command reservation is not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Shiva&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 09:52:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-quot-Create-LUN-quot-reservation-problem/m-p/141350#M25833</guid>
      <dc:creator>sivakumar_sekar</dc:creator>
      <dc:date>2018-07-09T09:52:01Z</dc:date>
    </item>
  </channel>
</rss>

