跳转到主内容

当节点处于接管状态时,通过 OSM 或 REST 删除卷失败

Views:
2
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

适用场景

  • ONTAP 9.9.1.1+ ,未修复错误 1460086
  • REST API
  • ONTAP 系统管理器( OSM )

问题描述

  • HA 对的一个节点已被接管或关闭,此处 node-02为:

cluster1::> storage failover show
                              Takeover
Node           Partner        Possible State Description
-------------- -------------- -------- -------------------------------------
node-01        node-02     false    In takeover
node-02      node-01     -        Waiting for giveback
2 entries were displayed.

  • 尝试通过 GUI 删除卷, OSM 显示错误:

Failed to check file or LUN copy operation status. Reason: "RPC: Couldn't make
connection [from mgwd on node "node-01" (VSID: -1) to mgwd at
169.254.186.147]".

  • 如果尝试通过 REST 删除卷,则 REST 响应中会显示相同的错误:

DELETE /api/storage/volumes/18d6e21c-939e-13ec-1313-00505131394b
{
 "uuid": "efccdead-9543-13ec-84a1-005056810887",
 "description": "DELETE /api/storage/volumes/18d6e21c-939e-13ec-1313-00505131394b",
 "state": "failure",
 "message": "Failed to check file or LUN copy operation status. Reason: \"RPC: Couldn't make connection [from mgwd on node \"node-01\" (VSID: -1) to mgwd at 169.254.186.147]\".",
 "code": 918528,
 "start_time": "2022-02-24T07:32:36+00:00",
 "end_time": "2022-02-24T07:32:36+00:00",
 "arguments": [
   "RPC: Couldn't make connection [from mgwd on node \"node-01\" (VSID: -1) to mgwd at 169.254.186.147]"
  ],
 "error": {
   "message": "Failed to check file or LUN copy operation status. Reason: \"RPC: Couldn't make connection [from mgwd on node \"node-01\" (VSID: -1) to mgwd at 169.254.186.147]\".",
   "code": "918528",
   "arguments": [
      {
       "message": "RPC: Couldn't make connection [from mgwd on node \"node-01\" (VSID: -1) to mgwd at 169.254.186.147]"
      }
    ]
  },
 "_links": {
   "self": {
     "href": "/api/cluster/jobs/efccdead-9543-13ec-84a1-005056810887?fields=**"
    }
  }
}

 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.