<?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: NetApp VAAI ESXi 7.0 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165224#M37769</link>
    <description>&lt;P&gt;Thanks for the notice! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The slide above, with the support matrix... looks like it came from a presentation at Insight. What was the topic of the presentation? Hoping to find something to watch/read to learn a little more.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 15:24:50 GMT</pubDate>
    <dc:creator>NicoA</dc:creator>
    <dc:date>2021-03-22T15:24:50Z</dc:date>
    <item>
      <title>NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/155671#M35092</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;does anyone have already ESXi 7.0 up and running and can approve that VAAI is working?&lt;/P&gt;
&lt;P&gt;In our Setup we get this not running.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:12:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/155671#M35092</guid>
      <dc:creator>Fabian1993</dc:creator>
      <dc:date>2025-06-04T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/155673#M35094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be just incompatibility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NetApp Interoperability site says : Maximum supported ESXi version is '6.7 Update 3' for VAAI Plug-in specifically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Screenshot attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also verify:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.netapp.com/matrix" target="_blank" rel="noopener"&gt;http://support.netapp.com/matrix&lt;/A&gt;&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, 22 Apr 2020 10:47:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/155673#M35094</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-22T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/155676#M35096</link>
      <description>&lt;P&gt;Let me start off with saying: Always check the IMT for supported configurations!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did a quick test this AM. I have a single-node FAS2650 here. ONTAP 9.7P2.&lt;/P&gt;
&lt;P&gt;Created /vmware, exported to 0.0.0.0/24 - NFS - RW/any - RO/ANY - Allow SuperUser&lt;/P&gt;
&lt;P&gt;Enable NFS vstorage on SVM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On my PC, installed ESXi 7.0 under Workstation Pro and installed the NetApp VIB.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: installing the VIB file did not work (it hung for way too long). Installing the ZIP version seemed to work:&lt;/P&gt;
&lt;PRE&gt;[root@Host000c29c8a000:/tmp] esxcli software vib install -n NetAppNasPlugin -d file:///tmp/NetAppNasPlugin.v23.zip&lt;BR /&gt;Installation Result&lt;BR /&gt;Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.&lt;BR /&gt;Reboot Required: true&lt;BR /&gt;VIBs Installed: NetApp_bootbank_NetAppNasPlugin_1.1.2-3&lt;BR /&gt;VIBs Removed:&lt;BR /&gt;VIBs Skipped:&lt;/PRE&gt;
&lt;P&gt;Rebooted and mounted the /vmware exported volume above:&lt;/P&gt;
&lt;PRE&gt;[root@Host000c29c8a000:~] esxcli storage nfs add -H 192.168.1.12 -s /vmware -v vmware&lt;BR /&gt;&lt;BR /&gt;[root@Host000c29c8a000:~] esxcli storage nfs list&lt;BR /&gt;Volume Name Host         Share   Accessible Mounted Read-Only isPE  Hardware Acceleration&lt;BR /&gt;----------- ------------ ------- ---------- ------- --------- ----- ---------------------&lt;BR /&gt;vmware      192.168.1.12 /vmware true       true    false     false Supported&lt;BR /&gt;&lt;BR /&gt;[root@Host000c29c8a000:~] vmkfstools -Ph /vmfs/volumes/vmware/&lt;BR /&gt;NFS-1.00 (Raw Major Version: 0) file system spanning 1 partitions.&lt;BR /&gt;File system label (if any): vmware&lt;BR /&gt;Mode: public&lt;BR /&gt;Capacity 200 GB, 200 GB available, file block size 4 KB, max supported file size 16.0 TB&lt;BR /&gt;Disk Block Size: 512/512/0&lt;BR /&gt;UUID: aee4ad33-6d95bbba-0000-000000000000&lt;BR /&gt;Partitions spanned (on "notDCS"):&lt;BR /&gt;nfs:aee4ad33-6d95bbba&lt;BR /&gt;NAS VAAI Supported: &lt;STRONG&gt;YES&lt;/STRONG&gt;&lt;BR /&gt;Is Native Snapshot Capable: &lt;STRONG&gt;YES&lt;/STRONG&gt;&lt;BR /&gt;[root@Host000c29c8a000:~]&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, the question of, will it work seems to be yes, on the surface anyway. Is it supported Not yet according the NetApp IMT as already indicated.&lt;/P&gt;
&lt;P&gt;The big fat question is: Did anything change in version 7.0 to warrant an update to the NetApp VIB for VAAI. We will likely need wait and see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would I be running 7.0 in production with NetApp and NFS? probably not yet if I wanted VAAI. I mean...it just came out!&lt;/P&gt;
&lt;P&gt;I understand wanting to play with all the new shiny things. But leave that for the testbed/non-prod areas.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:40:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/155676#M35096</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2020-04-22T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/156752#M35450</link>
      <description>&lt;P&gt;Looking compatibility matrix at VMware site I found this, but you are right, the vib is not installing out of the box in esxi 7.0, I think NetApp should release an updated plugin for 7.0&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-06-05 at 9.11.43 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/9771iC49CE5EB33A861BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-06-05 at 9.11.43 PM.png" alt="Screen Shot 2020-06-05 at 9.11.43 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 02:14:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/156752#M35450</guid>
      <dc:creator>alss</dc:creator>
      <dc:date>2020-06-06T02:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163394#M37362</link>
      <description>&lt;P&gt;Aw man, really regretting assuming that with ESX7 being out for 6+ months, the support would be there by now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just added some ESX hosts running 7.01, and mounting NFS datastores that are already mounted on a dozen hosts running ESX 6.5, using the plugin on all of them.&lt;/P&gt;&lt;P&gt;Did I just introduce risk on the NFS datastores by introducing a mix of clients with and without VAAI?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 21:23:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163394#M37362</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-01-27T21:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163395#M37363</link>
      <description>&lt;P&gt;should be fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know there was certianly an issue with the early releases of 7.0 not allowing the plugin to install nicely. I was able to butre-force it in though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had no issues installing the plugin on the current versions of 7.0x and it is on the support matrix. See attached photo&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 21:33:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163395#M37363</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2021-01-27T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163396#M37364</link>
      <description>&lt;P&gt;Interesting. Contacting support, will share what I learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 21:40:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163396#M37364</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-01-27T21:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163399#M37365</link>
      <description>&lt;P&gt;While I wait for support... here's what I'm seeing on a new host running&amp;nbsp;ESXi, 7.0.1, 16850804&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;esxcli software vib install -n NetAppNasPlugin -d NetAppNasPlugin.v23.zip&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[MetadataDownloadError]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Could not download from depot at zip:/var/log/vmware/NetAppNasPlugin.v23.zip?index.xml, skipping (('zip:/var/log/vmware/NetAppNasPlugin.v23.zip?index.xml', '', "Error extracting index.xml from /var/log/vmware/NetAppNasPlugin.v23.zip: [Errno 2] No such file or directory: '/var/log/vmware/NetAppNasPlugin.v23.zip'"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;url = zip:/var/log/vmware/NetAppNasPlugin.v23.zip?index.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Please refer to the log file for more details.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the log file....&amp;nbsp;/var/log/esxupdate.log - uploaded here the full thing, extracting:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DepotCollection: DEBUG: Downloading depot index.xml from zip:/var/log/vmware/NetAppNasPlugin.v23.zip?index.xml&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DepotCollection: INFO: Could not download from depot at zip:/var/log/vmware/NetAppNasPlugin.v23.zip?index.xml, skipping (('zip:/var/log/vmware/NetAppNasPlugin.v23.zip?index.xml', '', "Error extracting index.xml from /var/log/vmware/NetAppNasPlugin.v23.zip: [Errno 2] No such file or directory: '/var/log/vmware/NetAppNasPlugin.v23.zip'"))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could very well be a VMware issue... stay tuned to find out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&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, 27 Jan 2021 22:17:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163399#M37365</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-01-27T22:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163401#M37366</link>
      <description>&lt;P&gt;Try renaming:&amp;nbsp;&lt;SPAN&gt;NetAppNasPlugin.v23.zip -&amp;gt;&amp;nbsp;NetAppNasPlugin.zip&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:21:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163401#M37366</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2021-01-27T22:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163404#M37369</link>
      <description>&lt;P&gt;you got me excited there for a minute &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;esxcli software vib install -n NetAppNasPlugin -d NetAppNasPlugin.zip&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[MetadataDownloadError]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Could not download from depot at zip:/var/log/vmware/NetAppNasPlugin.zip?index.xml, skipping (('zip:/var/log/vmware/NetAppNasPlugin.zip?index.xml', '', "Error extracting index.xml from /var/log/vmware/NetAppNasPlugin.zip: [Errno 2] No such file or directory: '/var/log/vmware/NetAppNasPlugin.zip'"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;url = zip:/var/log/vmware/NetAppNasPlugin.zip?index.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Please refer to the log file for more details.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's interesting that it shows /var/log/vmware in there. It's almost as if it's looking for the deflated zip in the wrong place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:24:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163404#M37369</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-01-27T22:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163406#M37371</link>
      <description>&lt;P&gt;try the full path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;esxcli software vib install -n NetAppNasPlugin -d file:///NetAppNasPlugin.zip&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:34:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163406#M37371</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2021-01-27T22:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163409#M37372</link>
      <description>&lt;P&gt;Same &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;esxcli software vib install -n NetAppNasPlugin -d file:///NetAppNasPlugin.zip&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;[MetadataDownloadError]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;Could not download from depot at zip:/NetAppNasPlugin.zip?index.xml, skipping (('zip:/NetAppNasPlugin.zip?index.xml', '', "&lt;STRONG&gt;Error extracting index.xml&lt;/STRONG&gt; from /NetAppNasPlugin.zip: [Errno 2] No such file or directory: '/NetAppNasPlugin.zip'"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;url = zip:/NetAppNasPlugin.zip?index.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;Please refer to the log file for more details.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I give a bad filename, the error is different:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;esxcli software vib install -n NetAppNasPlugin -d file:///bleepbloop.nop&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;[MetadataDownloadError]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;Could not download from depot at file:///bleepbloop.nop/index.xml, skipping (('/bleepbloop.nop/index.xml', '', "unknown url type: '/bleepbloop.nop/index.xml'"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;url = file:///bleepbloop.nop/index.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;Please refer to the log file for more details.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:46:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163409#M37372</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-01-27T22:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163410#M37373</link>
      <description>&lt;P&gt;Aha! This worked:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;esxcli software vib install -n NetAppNasPlugin -d file:////vmfs/volumes/b3c3f044-abc1234/ova/NetAppNasPlugin.zip&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:48:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163410#M37373</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-01-27T22:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163411#M37374</link>
      <description>&lt;P&gt;Yeah! That’s it. Full path!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 23:02:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/163411#M37374</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2021-01-27T23:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/164816#M37684</link>
      <description>&lt;P&gt;About vLCM support:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The current version of the NFS plug-in for VAAI is only compatible with VMware ESXi 7.0, but not with 7.0.1. The next version 2.0, which will be compatible with 7.0.1, was scheduled for release this month and would contain this feature. I would recommend you to subscribe to the below RFE in order to be notified for updates:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&amp;amp;Display=1356694" target="_blank"&gt;https://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&amp;amp;Display=1356694&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 08:46:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/164816#M37684</guid>
      <dc:creator>navion</dc:creator>
      <dc:date>2021-03-11T08:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/164837#M37691</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/39793"&gt;@navion&lt;/a&gt;&amp;nbsp;, subscribed to that. I hope that new plugin will also be compatible with the just released ESX 7.0.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow-up query:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently running ESX 7.0.1 on over 20 hosts, and all using the NFS plugin for VAAI.&lt;/P&gt;&lt;P&gt;Can you share documentation on why this is not compatible in 7.0.1, but is ok on 7.0? I would like to review what kind of risk there is with my current configuration.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 16:13:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/164837#M37691</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-03-11T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/164870#M37699</link>
      <description>&lt;P&gt;It should work with 7.0.1, but you can't install the plugin with vLCM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;In addition, only vSphere 7.0 U2 provides the ability to use native NFS snapshots&lt;/SPAN&gt;&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://blogs.vmware.com/virtualblocks/2021/03/09/vsphere-7-u2-core-storage" target="_blank" rel="noopener"&gt;https://blogs.vmware.com/virtualblocks/2021/03/09/vsphere-7-u2-core-storage&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NetApp NFS Plugin.jpg" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/11107i82D808EBC9BA1638/image-size/large?v=v2&amp;amp;px=999" role="button" title="NetApp NFS Plugin.jpg" alt="NetApp NFS Plugin.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 07:17:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/164870#M37699</guid>
      <dc:creator>navion</dc:creator>
      <dc:date>2021-03-12T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165210#M37763</link>
      <description>&lt;P&gt;Version 2.0 released today:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mysupport.netapp.com/site/products/all/details/nfsplugin-vmware-vaai/downloads-tab/download/61278/2.0" target="_blank"&gt;https://mysupport.netapp.com/site/products/all/details/nfsplugin-vmware-vaai/downloads-tab/download/61278/2.0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 06:59:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165210#M37763</guid>
      <dc:creator>navion</dc:creator>
      <dc:date>2021-03-22T06:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165224#M37769</link>
      <description>&lt;P&gt;Thanks for the notice! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The slide above, with the support matrix... looks like it came from a presentation at Insight. What was the topic of the presentation? Hoping to find something to watch/read to learn a little more.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 15:24:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165224#M37769</guid>
      <dc:creator>NicoA</dc:creator>
      <dc:date>2021-03-22T15:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp VAAI ESXi 7.0</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165244#M37770</link>
      <description>&lt;P&gt;&lt;A href="https://tv.netapp.com/detail/video/6211801712001/netapp-nfs-vaai-plugin-update" target="_self"&gt;DEM-1265-2&lt;/A&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;, but it lacks any technical details.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:50:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NetApp-VAAI-ESXi-7-0/m-p/165244#M37770</guid>
      <dc:creator>navion</dc:creator>
      <dc:date>2021-03-23T09:50:37Z</dc:date>
    </item>
  </channel>
</rss>

