VVol プロビジョニング: NDMP node-scope-mode での問題が発生しました
に適用されます
VASA Provider 7.x 、 9.6 、 9.7
問題
新しい VVOL データストアをプロビジョニングすると、「 There are no matching storage systems found for the selected SCP 」という警告が表示されます。
この警告は、次の場合に表示されます。
- 選択した SCP の機能(ストレージ機能プロファイル)に一致するストレージシステムがあります。
- NDMP node-scope-mode はストレージ上で有効です
VASA Provider のログ( vvolvp.log )を確認すると、 getClustersForSCP ワークフローに次の情報が表示されます。
08/07/20 EDT 09:16:22 (INFO ) [cxf-90722:public-interface:getClustersForSCP-12] Outbound Message
---------------------------
ID: 90722
Response-Code: 200
Encoding: UTF-8
Content-Type: application/soap+xml
Headers: {}
Payload: <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope>
<soap:Body>
<ns2:getClustersForSCPResponse>
<return>
<filteredResults>
<id>0</id>
<controllerIp>192.168.0.101</controllerIp>
<name>cluster1</name>
<totalAvailableSpaceInMB>222160</totalAvailableSpaceInMB>
<uuid>46cd08d7-1e6d-11e4-904d-005056990685</uuid>
<vserverReasons>Did not match protocol of NFS.</vserverReasons>
<vserverReasons>Did not match profile Storage system platform type does not match profile platform type..</vserverReasons>
<vservers>
<id>10000151</id>
<availableSpace>0</availableSpace>
<controllerIp>192.168.0.101</controllerIp>
<controllerUsername>admin</controllerUsername>
<controllerUuid>e200c372-bb7e-11e4-a4b7-005056011d47</controllerUuid>
<failedReason>NDMP Daemon needs to be configured in vServer Aware Mode, Did not match profile Storage system platform type does not match profile platform type..</failedReason>
<fcpEnabled>false</fcpEnabled>
<iscsiEnabled>true</iscsiEnabled>
<name>svm1</name>
<ndmpAllowed>false</ndmpAllowed>
<nfs3Enabled>true</nfs3Enabled>
<nfs41Enabled>false</nfs41Enabled>
<nfsEnabled>true</nfsEnabled>
</vservers>
</filteredResults>
</return>
</ns2:getClustersForSCPResponse>
</soap:Body>
</soap:Envelope>