<?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: Only executing a volume creation workflow if aggregate is less than 90% in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100694#M17801</link>
    <description>&lt;P&gt;May be because comparing decimal and interger value. See if converting decimal to integer works. I see FLOOR fuction which can be used around round function. I believe round will return decimal if argument is decimal.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2015 03:38:59 GMT</pubDate>
    <dc:creator>karale</dc:creator>
    <dc:date>2015-02-17T03:38:59Z</dc:date>
    <item>
      <title>Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100681#M17797</link>
      <description>&lt;P&gt;I have a workflow that creates a volume, but before it executes the volume create it checks that the aggr is&amp;nbsp;below 90% full (including new volume size). I have got this MYSQL query which calculates the relevant aggregate % used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;round(((((aggr.used_size_mb/1024)+'${DataSize}'))/(aggr.total_size_mb/1024)) *100,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0) as 'Aggr Used (%)'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;storage.aggregate AS aggr,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;storage.array AS array,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;storage.volume as volume&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;where&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;aggr.name = '${aggr}'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and array.name = '${ArrayIP}'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and aggr.array_id = array.id&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;group by&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;aggr.name &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the create volume Advanced tab I have got it only to run if&amp;nbsp;$aggrfree &amp;lt;=90.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that as I preview the workflow it calculates the % fine, but when i hit go i get one of these 2 errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value 29.0 for input $aggrfree has to be within [29] - 29 being the % full of aggregate&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Illegal expression: $aggrfree &amp;lt;90 At command 'Create volume', tab 'Advanced'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone successfuly got something like this working, or see where I am going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:04:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100681#M17797</guid>
      <dc:creator>mdaly1234</dc:creator>
      <dc:date>2025-06-05T05:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100694#M17801</link>
      <description>&lt;P&gt;May be because comparing decimal and interger value. See if converting decimal to integer works. I see FLOOR fuction which can be used around round function. I believe round will return decimal if argument is decimal.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 03:38:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100694#M17801</guid>
      <dc:creator>karale</dc:creator>
      <dc:date>2015-02-17T03:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100697#M17802</link>
      <description>&lt;P&gt;Thanks, but that hasn't seemed to help.....&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 09:04:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100697#M17802</guid>
      <dc:creator>mdaly1234</dc:creator>
      <dc:date>2015-02-17T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100700#M17803</link>
      <description>&lt;P&gt;&lt;SPAN&gt;($aggrfree &amp;lt;=90). The two parentheses seems to make it work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Attached is a workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Abhi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 11:55:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100700#M17803</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-02-17T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100706#M17809</link>
      <description>&lt;P&gt;could you re-upload the dar file,&amp;nbsp;I extracted it and found 2 XML files and a META folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 13:59:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100706#M17809</guid>
      <dc:creator>mdaly1234</dc:creator>
      <dc:date>2015-02-17T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100709#M17812</link>
      <description>You just need to import the .dar file. It is just a sample. You need 3.0.0 to import the .dar file.</description>
      <pubDate>Tue, 17 Feb 2015 14:39:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100709#M17812</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-02-17T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100710#M17813</link>
      <description>&lt;P&gt;we are running 2.2.1 as 3.0 isnt GA yet. assuming that is why WFA doesnt recognise the file(s)?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:49:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100710#M17813</guid>
      <dc:creator>mdaly1234</dc:creator>
      <dc:date>2015-02-17T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100721#M17817</link>
      <description>That is correct. Will give you da dar file built with 2.2.1 tomorrow.</description>
      <pubDate>Tue, 17 Feb 2015 16:23:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100721#M17817</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-02-17T16:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100756#M17825</link>
      <description>&lt;P&gt;mdaly1234,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Advanced tab for the option: "Execute this Command : If the following expression is true" expects an MVEL expression which returns a boolean &lt;EM&gt;true&lt;/EM&gt; or &lt;EM&gt;false &lt;/EM&gt;to WFA. So&amp;nbsp;&lt;SPAN&gt;($aggrfree &amp;lt;=90) will return a booloean true if $aggrfree is &amp;lt;=90. So abhit's solution should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can &amp;nbsp;also use the following MVEL expression which clearly states the action:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$aggrfree &amp;lt;= 90? true: false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 03:21:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100756#M17825</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-02-18T03:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100769#M17832</link>
      <description>&lt;P&gt;That comes back with the same error when running from WFA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value 29.0 for input $aggrfree has to be within [29] - 29 being the % full of aggregate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;would it be helpful for me to send you guys the workflow to see what is going on?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 10:09:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100769#M17832</guid>
      <dc:creator>mdaly1234</dc:creator>
      <dc:date>2015-02-18T10:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100770#M17833</link>
      <description>&lt;P&gt;Please check the attached dar made with 2.2.1.&lt;/P&gt;&lt;P&gt;Please look into the advanced tab of the "Test" command in the "Test Workflow".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 11:17:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100770#M17833</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-02-18T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100774#M17835</link>
      <description>&lt;P&gt;Hi Mdaly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Create Volume command, I assume that you have a $aggr on the aggregate box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you hover the mouse over that box you will see three dots ( ... ) on the right. If you click there you will see the filters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you consider the use of a filter ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is one called " filter aggregates by&amp;nbsp;available capacity percentage " , there you can specify your threshold of 90 ( that could also be a constant ).&lt;/P&gt;&lt;P&gt;Then you would also choose a filter that let's you specify the $array_ip .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So those filters will execute the SQL code without you having to write it down, and you could also check the SQL code for the '&amp;nbsp;filter aggregates by&amp;nbsp;available capacity percentage&amp;nbsp;' which is the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr.name,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.ip AS 'array.ip'&lt;BR /&gt;FROM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.aggregate AS aggr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array AS array&lt;BR /&gt;WHERE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; available_size_mb/total_size_mb &amp;gt; ${decimal_pct}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggr.array_id = array.id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you don't use filter but want to use your query, the modified version to dropdown aggregates on a certain array with less than&amp;nbsp;decimal_pct% of utilization &amp;nbsp;could be :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr.name,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.ip AS 'array.ip'&lt;BR /&gt;FROM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.aggregate AS aggr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array AS array&lt;BR /&gt;WHERE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; available_size_mb/total_size_mb &amp;gt; ${decimal_pct}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND aggr.array_id = array.id&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; AND aggr.array_ip = ${ArrayIP}'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; AND &lt;EM&gt;aggr.name = '${aggr}'&lt;/EM&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;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 12:56:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100774#M17835</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-02-18T12:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100981#M17874</link>
      <description>&lt;P&gt;This is a great solution and also is probably better than the aggrfree &amp;lt;90 solution as the user cannot select the aggr that doesnt match criteria. Thanks alot!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:21:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/100981#M17874</guid>
      <dc:creator>mdaly1234</dc:creator>
      <dc:date>2015-02-24T10:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/101383#M17955</link>
      <description>&lt;P&gt;Hi Trentino,&lt;/P&gt;&lt;P&gt;If in the same, one would like to calcuate the aggr over commitment as well and then take a decesion if the resize should be permited or not ?&lt;/P&gt;&lt;P&gt;Do we have a filter for that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Esp if its a case of resize volume and not create volume. AS in case of resize volume the aggr is already there, the filter is only say if the resize operation should be allowed or not ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 23:20:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/101383#M17955</guid>
      <dc:creator>Adai</dc:creator>
      <dc:date>2015-03-04T23:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Only executing a volume creation workflow if aggregate is less than 90%</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/101396#M17957</link>
      <description>&lt;P&gt;Hi Adai,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add a filter to the aggregate dropdown search that is called : Filter aggregates by a given overcommitment threshold&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the volume dropdown to resize is linked to the aggregate dropdown then when you add the overcommitment threshold filter the volume that cannot be resized will not appear in the dropdown ( and neither will the aggregate with overcommitment ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:04:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Only-executing-a-volume-creation-workflow-if-aggregate-is-less-than-90/m-p/101396#M17957</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-03-05T13:04:37Z</dc:date>
    </item>
  </channel>
</rss>

