I have a query regarding the provisioning of LUN in an existing dataset using DFM API (dataset-provision-member).
Performed the following steps :-
1. Initially I created a dataset named as "testDS" using SAN provisioning policy with a LUN named as "testDS123". After dataset is created following LUN got created on Filer.
LUN Path : "/vol/testDS/testDS123/testDS123"
2. Now I provision this LUN with FCP protocol using DFM API (dataset-provision-member). After this API got executed successfully, an Igroup named "dfpm_testDS" got created successfully which in turn got mapped to the LUN whose path is "/vol/testDS_11/testDS123/testDS123".
LUN path Mapped to LUN ID Protocol
-----------------------------------------------------------------------
/vol/testDS_11/testDS123/testDS123 dfpm_testDS 0 FCP
The above output shows that the newly mapped LUN is created in another volume "testDS_11" and not in the original volume "testDS".
Can you please let me know on how I can get the name/path of the newly created LUN/Volume via DFM API?
Thanks and Regards
Subramaniam