<?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 - Issue with tiering policy in modify volume command 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-Issue-with-tiering-policy-in-modify-volume-command/m-p/142527#M26033</link>
    <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know your convinient time to have WebEx to understand the use case for below volume create reservation issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;_Shiva&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 06:14:36 GMT</pubDate>
    <dc:creator>sivakumar_sekar</dc:creator>
    <dc:date>2018-09-05T06:14:36Z</dc:date>
    <item>
      <title>WFA 4.2 / CDOT Pack 1.5.0 - Issue with tiering policy in modify volume command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141234#M25817</link>
      <description>&lt;P&gt;After upgrading to the latest "WFA pack for managing Clustered Data ONTAP" 1.5.0, we have issues with the "Modify Volume" command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the latest version, it takes a new parameter as such:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; [parameter(Mandatory=$false, HelpMessage="The tiering policy that is to be associated with the volume.")]
 [ValidateSet("auto","none","backup","snapshot-only")]
 [string]$TieringPolicy,&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This parameter is mapped to Volume.tiering_policy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, a newly created volume using "Create volume" without a defined tiering policy will default to "snapshot_only", note the underscore, this is the part from the reservation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;        IF('${TieringPolicy}' IS NULL,
        "snapshot_only",
        '${TieringPolicy}'),&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This "snapshot_only" will then not be accepted by the "Modify Volume", because it only takes "snapshot-only" with a dash rather than an underscore.&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;: can you confirm that and/or is this a known bug and in the works or does that need a ticket?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:33:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141234#M25817</guid>
      <dc:creator>MartinRohrbach</dc:creator>
      <dc:date>2025-06-04T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 4.2 / CDOT Pack 1.5.0 - Issue with tiering policy in modify volume command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141253#M25821</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the details.&lt;/P&gt;
&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 1173120 [4B] - "In create volume command reservation,"snapshot-only" with a dash rather than an underscore"&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>Tue, 03 Jul 2018 08:48:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141253#M25821</guid>
      <dc:creator>sivakumar_sekar</dc:creator>
      <dc:date>2018-07-03T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 4.2 / CDOT Pack 1.5.0 - Issue with tiering policy in modify volume command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141305#M25827</link>
      <description>&lt;P&gt;Thanks Shiva, not sure what a "DB.0" release is, would you care to elaborate?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 13:55:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141305#M25827</guid>
      <dc:creator>MartinRohrbach</dc:creator>
      <dc:date>2018-07-05T13:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 4.2 / CDOT Pack 1.5.0 - Issue with tiering policy in modify volume command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141306#M25828</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The upcoming release name&amp;nbsp;from ONTAP is DayBlazer (9.5.0).&lt;/P&gt;
&lt;P&gt;This issue will be fixed in CDOT 9.5.0 pack.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;Since, CDOT pack aligned with ONTAP release, the next CDOT pack version will be 9.5.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Shiva&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:08:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/141306#M25828</guid>
      <dc:creator>sivakumar_sekar</dc:creator>
      <dc:date>2018-07-05T14:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 4.2 / CDOT Pack 1.5.0 - Issue with tiering policy in modify volume command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/142527#M26033</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know your convinient time to have WebEx to understand the use case for below volume create reservation issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;_Shiva&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:14:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-4-2-CDOT-Pack-1-5-0-Issue-with-tiering-policy-in-modify-volume-command/m-p/142527#M26033</guid>
      <dc:creator>sivakumar_sekar</dc:creator>
      <dc:date>2018-09-05T06:14:36Z</dc:date>
    </item>
  </channel>
</rss>

