<?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: api to match volume name to export information in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22228#M200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;our mode is 7-mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exportfs -q dosen't return the volume information, just the export path and actual export path in the below i would expect that somewhere it would identify the volumes test2, or vol0. In the first case, the volume name could maybe be regexed out of the actualpath, but in the second it becomes more complicated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exportfs -q /vol/test2_22&lt;/P&gt;&lt;P&gt;/vol/test2_22&amp;nbsp;&amp;nbsp; -actual=/vol/test2,sec=sys,(ruleid=222),rw&lt;/P&gt;&lt;P&gt;exportfs -q /vol/vol0/home&lt;/P&gt;&lt;P&gt;/vol/vol0/home&amp;nbsp; -sec=sys,(ruleid=1),rw,root=10.224.0.68,nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll need to check what the psh Get-NaNfsExport is running, i would assume its running &amp;lt;nfs-exportfs-list-rules /&amp;gt; or &amp;lt;nfs-exportfs-list-rules-2 /&amp;gt;, neither return volume information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 18:19:41 GMT</pubDate>
    <dc:creator>AWOODWARD</dc:creator>
    <dc:date>2013-02-20T18:19:41Z</dc:date>
    <item>
      <title>api to match volume name to export information</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22215#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for a way from the api to match the volume name to the export entry. I've found that generally /vol/{name} maps to the volume name, but that doesn't appear to be a given. Is there a method that i can fetch this information. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:09:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22215#M195</guid>
      <dc:creator>AWOODWARD</dc:creator>
      <dc:date>2025-06-05T06:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: api to match volume name to export information</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22220#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckStart"&gt;&lt;/SPAN&gt;Are you on 7-mode or C-mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 10:00:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22220#M197</guid>
      <dc:creator>aashray</dc:creator>
      <dc:date>2013-02-20T10:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: api to match volume name to export information</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22224#M199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For 7mode, Get-NaNfsExport [[-Path] &amp;lt;String&amp;gt;] [-Persistent] [-Controller &amp;lt;NaController&amp;gt;] [&amp;lt;CommonParameters&amp;gt;] or you use cli, exportfs -q /vol/xxx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 13:47:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22224#M199</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2013-02-20T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: api to match volume name to export information</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22228#M200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;our mode is 7-mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exportfs -q dosen't return the volume information, just the export path and actual export path in the below i would expect that somewhere it would identify the volumes test2, or vol0. In the first case, the volume name could maybe be regexed out of the actualpath, but in the second it becomes more complicated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exportfs -q /vol/test2_22&lt;/P&gt;&lt;P&gt;/vol/test2_22&amp;nbsp;&amp;nbsp; -actual=/vol/test2,sec=sys,(ruleid=222),rw&lt;/P&gt;&lt;P&gt;exportfs -q /vol/vol0/home&lt;/P&gt;&lt;P&gt;/vol/vol0/home&amp;nbsp; -sec=sys,(ruleid=1),rw,root=10.224.0.68,nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll need to check what the psh Get-NaNfsExport is running, i would assume its running &amp;lt;nfs-exportfs-list-rules /&amp;gt; or &amp;lt;nfs-exportfs-list-rules-2 /&amp;gt;, neither return volume information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 18:19:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/api-to-match-volume-name-to-export-information/m-p/22228#M200</guid>
      <dc:creator>AWOODWARD</dc:creator>
      <dc:date>2013-02-20T18:19:41Z</dc:date>
    </item>
  </channel>
</rss>

