錯誤碼列表
更新時間 2025-09-29 17:49:39
最近更新時間: 2025-09-29 17:49:39
分享文章
本節主要介紹存儲池的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | CanNotAddNodeToPool | The node nodeName has no available paths added to storage pool poolname. | 該節點沒有可用的path節點添加到存儲池。 |
| 400 | CanNotDeleteBasePool | The storage pool with name poolName can not be deleted. It is a base pool. | 無法刪除基礎存儲池。 |
| 400 | CanNotDeleteNode | The node nodeName can not be deleted. Please remove its child nodes and try again. | 該節點不能移除,需要先移除它的子節點后才能移除該節點。 |
| 400 | CanNotDeleteRootNode | The type of node nodeName is root, it cannot be deleted. | 不能刪除根節點。 |
| 400 | CanNotMoveNode | The node nodeName can not be moved. Please make sure the node type is not lower than the fault domain level of storage pool which its leaf node belongs to. | 節點不滿足重新映射條件,請修改后重試。 |
| 400 | DuplicatedNode | The node with name nodeName is not unique in the topology. | 節點名稱在集群中不唯一。 |
| 400 | ExceedThreshold | The number of operation cannot exceed value. | 超出了系統允許的最大個數,無法執行該操作。 |
| 400 | InvalidEnumValue | Value value at 'node type' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2...] | 節點類型錯誤,不符合枚舉值。 |
| 400 | InvalidFile | Failed to parse file filename. | 文件格式不正確。 |
| 400 | InvalidNodeName | Value value at 'node name' failed to satisfy constraint: Argument must contain only letters, digits, dots (.), underscores (_) or hyphens (-), and does not exceed 63 characters, must begin with a letter or digit. | 節點名稱不正確。長度范圍1~63,只能由字母、數字、句點(.)、下劃線(_)和短橫線(-)組成,字母區分大小寫,且僅支持以字母或數字開頭。 |
| 400 | InvalidNodeType | Value value at 'node type' failed to satisfy constraint: the first node type must be root. | 節點類型的包含關系錯誤,第一個節點必須是root。 |
| 400 | InvalidNodeType | Value value at 'node type' failed to satisfy constraint: childNodes of room are limited to [rack, server], childNodes of rack to [server], childNodes of server to [path] only. | 節點類型的包含關系錯誤。room的節點僅限于rack、server,機架的子節點是server,server的子節點是path。 |
| 400 | InvalidPathStatus | The path path status is 'status', the request is invalid. | 數據目錄狀態不正確,無法執行操作。 |
| 400 | InvalidPoolName | Value value at 'pool name' failed to satisfy constraint: Argument must contain only letters, digits, underscores (_) or hyphens (-), and does not exceed 16 characters, must begin with a letter or digit. | 存儲池名稱不正確。 |
| 400 | InvalidTopology | Failed to parse topology. | 拓撲格式不符合要求。 |
| 400 | InvalidTopologyContent | The content of the topology is not compliant. | 拓撲文件內容解析錯誤。 |
| 400 | InsufficientPath | The base storage pool must have at least one disk path. | 基礎存儲池至少要有一個數據目錄。 |
| 400 | LUNCorruptedRisk | There is a LUN with redundancy mode, which has the minimum requirement for the number of fault domains. LUN: lunName1[, lunName2....] Removing the node may cause data loss. You can use force remove. When using this option, there may be a risk of data loss. | 節點移除后會造成卷數據損毀:lunName1[, lunName2....]。移除節點可能會引起數據丟失。只能使用強制移除。請注意,強制移除,會產生數據丟失風險,請謹慎操作。 |
| 400 | LUNExists | There are LUNs in this storage pool Please delete all LUNs and try again. | 存儲池關聯的卷不存在。 |
| 400 | MissingRequiredAncestorNode | The node nodeName has no ancestor node with type nodetype. | 沒有對應的父節點類型。 |
| 400 | MissingRequiredDescendantNode | The node nodeName has no descendant node with type nodetype. | 沒有對應的子節點類型。 |
| 400 | NodeAlreadyExists | The node with name nodeName has already exists in the topology. | 節點名稱已經在拓撲圖中存在。 |
| 400 | NodeNotAllowed | The type of node nodeName is type, the request is invalid. | 節點名稱和節點類型不匹配。 |
| 400 | NoSuchFile | The file with name filename does not exist. | 文件不存在。 |
| 400 | NoSuchNode | The node with name nodeName does not exist. | 節點不存在。 |
| 400 | NoSuchStoragePool | The storage pool with name poolName does not exist. | 存儲池不存在。 |
| 400 | NodeTypeNotMatch | Node type does not match. Please check parent node type. | 節點類型不匹配,請檢查父節點。 |
| 400 | PathConflict | Can not use path pathName because it belongs to another storage pool. | 不能添加該節點,因為該節點已經屬于其他存儲池。 |
| 400 | PermissionDenied | Failed to action because user has no permission. | 用戶的權限不足,無法執行操作。 |
| 400 | PoolAlreadyExists | The storage pool with name poolName already exists. | 存儲池名字已經存在。 |
| 400 | RemoveFaultDomainRisk | Can not remove multiple fault domains at the same time. You can use force remove. When using this option, there may be a risk of data loss. | 無法同時移除的多個故障域。 |
| 400 | RemoveNodeRisk | The node nodeName or its child nodes are being used by a storage pool. Removing the node may cause data loss. You can use force remove. When using this option, there may be a risk of data loss. | 移除節點可能會引起數據丟失。只能使用強制移除。請注意,強制移除,會產生數據丟失風險,請謹慎操作。 |
| 400 | SamePool | Cannot use the same storage pool poolName. | 不能使用名字相同的存儲池。 |
| 400 | StandaloneModeNotAllowed | 'operation' is not supported by standalone mode of HBlock. | 單機版本HBlock不支持該操作。 |
| 400 | SystemCrashRisk | The node nodename can not be removed because there is only one available fault domain left in the base storage pool, or the node is related to multiple fault domains in the base pool, removing node may result in a system crash. | 無法移除節點,存在以下情況之一,移除節點可能引發系統崩潰:基礎存儲池僅剩一個可用故障域時,無法移除故障域內的任何節點;節點涉及基礎存儲池的多個故障域。 |
| 409 | InvalidPoolStatus | The status of storage pool poolName is 'status', the request is invalid. | 存儲池當前的狀態不正確,請求無效。 |