錯誤碼
更新時間 2025-09-29 17:49:41
最近更新時間: 2025-09-29 17:49:41
分享文章
本節主要介紹升級HBlock的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | CanNotConnectToIP | Can not connect to the IP IP. | 無法連接指定的IP。 |
| 400 | CanNotConnectToServer | Can not connect to the server IP[:port]. | 無法連接指定的服務器。 |
| 400 | CanNotConnectToService | Can not connect to 'serviceName' service on server serverIp[:port]. | 服務調用不通。 |
| 400 | DuplicatePackage | The name of the upgrade package must be unique. Please check and try again. | 上傳的安裝包重名,請檢查并重試。 |
| 400 | ExceedThreshold | The number of operation cannot exceed value. | 升級操作中的文件個數超閾值。 |
| 400 | GetUpgradeStatusFailed | Failed to get upgrade status. Please check the network, service, etc, then try again. | 無法獲取到升級狀態,請檢查網絡連接或者服務狀態后重試。 |
| 400 | InitUpgradeFailed | The upgrade operation failed to start. reason | 升級操作啟動失敗。 |
| 400 | InsufficientFDForLUNToWrite | Available fault domains and healthy disk paths are insufficient for the LUNs to write: lunname1, lunname2, lunname3... . Make sure available fault domains and healthy disk paths are greater than the minimum replica number of the LUNs. | 卷的可用故障域和健康數據目錄數量不足,請確保可用故障域和健康數據目錄的數量大于卷要求的最小副本數。 |
| 400 | InsufficientAvailableServices | The number of available 'serviceName' service node in the cluster must be greater than or equal to value. | 集群中的某服務的可用節點數必須大于或等于某值才可以。 |
| 400 | InvalidDouble | Value value at 'argument' failed to satisfy constraint: Argument must be of type double. | double類型不合法。 |
| 400 | InvalidLong | Invalid upgrade package. Please get the correct package. | 安裝包無效。 |
| 400 | InvalidProductType | Cannot run upgrade, product type mismatch. Please get the correct package. | 安裝包不匹配。 |
| 400 | InvalidStorStatus | The HBlock status is 'status', the request is invalid. | HBlock當前的狀態不正確,請求無效。 |
| 400 | InvalidVersion | No need to upgrade because your current version is newer. | 不需要升級,當前運行的版本更新。 |
| 400 | LoadConfigFailed | Failed to load configuration files. | 獲取配置文件失敗。 |
| 400 | LoadPackageFailed | Failed to load upgrade package. Reason: Reason | 獲取升級包失敗。 |
| 400 | LowVersion | The upgrade package requires the current system version to be minimumVersion or later. | 當前版本太舊,不符合升級包需求。 |
| 400 | MissingArchPackage | Missing architecture upgrade package. Please get the correct package. | 缺少必要的升級包,請更換正確的安裝包后重試。 |
| 400 | MissingArgument | Value null at 'argument' failed to satisfy constraint: Argument must not be null. | Json參數不能為空。 |
| 400 | SameVersion | No need to upgrade because the versions are same. | 沒有升級操作。 |
| 400 | ServiceWaitTimeout | 'serviceName' service wait timeout. | 服務等待超時。 |
| 400 | SetConfigFailed | Failed to set config. | 配置失敗。 |
| 400 | SystemDataDegraded | There is low redundancy or error data in the system, operation is not allowed. Please repair fault domains and disk paths. | 系統中存在低冗余或錯誤數據,不允許操作。請修復故障域和磁盤路徑。 |
| 400 | UploadPackageFaied | Failed to upload or unzip package. Reason: reason. | 上傳或者解壓縮安裝包失敗。 |
| 409 | InvalidTargetIQNsStatus | The request is invalid. Ensure the number of target IQNs whose status is neither unavailable nor offline is greater than or equal to 2. | 操作失敗,target IQNs狀態異常,請檢查后重試。 |