錯誤碼列表
更新時間 2025-09-29 17:49:38
最近更新時間: 2025-09-29 17:49:38
分享文章
本節主要介紹iSCSI Target管理的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | CanNotMigrateTarget | The target is not available to migrate. | 該target無法進行遷移。 |
| 400 | ExceedThreshold | The number of operation cannot exceed value. | 操作的數量超閾值。 |
| 400 | InsufficientServers | This method is not allowed because the number of available servers in the cluster is not enough. | 集群中可用服務器數量不足,無法操作,請解決后重試。 |
| 400 | InvalidArgumentConsist | Value value at argument failed to satisfy the constraint: Argument must contain Format. | 參數格式不符合要求。 |
| 400 | InvalidArgumentFormat | Value value at 'argument' failed to satisfy constraint: Argument must conform to Format format. | 參數格式不正確。 |
| 400 | InvalidCHAPName | Value value at 'chap name' failed to satisfy constraint: Argument can contain letters, digits, dots (.), colons (:), underscores (_) or hyphens (-), and the length is between 3 and 64, must begin with a letter or digit. | CHAP名字不合法。 |
| 400 | InvalidCHAPPassword | Value value at 'password' failed to satisfy constraint: Argument must contain at least 2 of the following: uppercase letters, lowercase letters, digits, underscores (_), and the length is between 12 and 16. | 密碼不合法:字符串形式,長度范圍是12~16,必須包含大寫字母、小寫字母、數字、下劃線(_)中的至少兩種字符,字母區分大小寫。 |
| 400 | InvalidFile | Failed to parse file filename. | 文件格式不符合要求。 |
| 400 | InvalidString | Value '' at 'argument' failed to satisfy constraint: Argument must not be an empty string. | 參數不能是空字符串。 |
| 400 | InvalidTargetDest | Invalid target destination server server_ID. | 目標服務器目前無法創建該target,請重新選擇。 |
| 400 | InvalidTargetName | Value value at 'target name' failed to satisfy constraint: Argument must contain only lowercase letters, digits, dots (.) or hyphens (-), and does not exceed 16 characters, must begin with a letter or digit. | target名稱不正確。 |
| 400 | InvalidTargetSource | Invalid target source server server_ID. | target的源服務器目前不能進行遷移操作,請稍后再試。 |
| 400 | LessThanMinValue | Value value at 'number' failed to satisfy constraint: Argument must be greater than or equal to value. | 該參數必須大于或等于另一個參數。 |
| 400 | MigrateTargetForcibly | Force migrate should be used when migrating a target. When using this option, there may be a risk of data loss. | 遷移target僅能使用強制遷移。請注意,強制移除,會產生數據丟失風險,請謹慎操作。 |
| 400 | MissingAtLeastOneArgument | Missing argument, at least one argument in 'argument1, argument2, argument3 ...' is needed. | 至少選擇一個參數。 |
| 400 | MissingCHAPName | Value null at 'chap name' failed to satisfy constraint: Argument must not be null when CHAP is enabled. | 啟用CHAP時,缺少CHAP名稱。 |
| 400 | MissingCHAPPassword | Value null at 'password' failed to satisfy constraint: Argument must not be null when CHAP is enabled. | 啟用CHAP時,缺少密碼。 |
| 400 | MissingTargetSourceOrDest | Target source and destination server ID must not be null. | 遷移target時,源和目的服務器ID必須存在。 |
| 400 | StandaloneModeNotAllowed | 'operation' is not supported by standalone mode of HBlock. | 單機版本HBlock不支持該操作。 |
| 400 | TooManyServers | The number of servers cannot exceed value. | target對應的服務器數量不能超過value個。 |
| 400 | TooManyTargets | The number of target IQNs cannot exceed 32766. | target IQN數量超過上限。 |
| 400 | TooManyTargets | The number of target IQNs cannot exceed 1. | target數量超過上限。一次只能遷移1個target IQN。 |
| 404 | NoSuchCHAP | The target with name name has no CHAP. | target下沒有CHAP。 |
| 404 | NoSuchConnection | The connection does not exist. | 連接不存在。 |
| 400 | NoSuchIQN | The IQN with name IQNName does not exist. | 指定的iqn不存在。 |
| 404 | NoSuchTarget | The target with name targetName does not exist. | target不存在。 |
| 404 | NoSuchTargetIP | The target with IP targetIP does not exist. | IP為該值的target不存在。 |
| 409 | ConflictWithTargetMigrating | Failed to operation because the target targetName is migrating. | target正在遷移,操作失敗。 |
| 409 | ConnectionExists | There are connections on target targetName. Please disconnect the connections and try again. | target上有連接,請先斷開所有連接后重試。 |
| 409 | InvalidServerStatus | The server serverId status is 'status', the request is invalid. | 服務器當前的狀態不正確,請求無效。 |
| 409 | InvalidStorStatus | The HBlock status is 'status', the request is invalid. | HBlock當前的狀態不正確,請求無效。 |
| 408 | InvalidTargetStatus | The target status is 'status', the request is invalid. | target當前的狀態不正確,請求無效。 |
| 409 | LUNExists | There are LUNs in this target. Please delete all LUNs and try again. | target有關聯的卷。 |
| 409 | TargetAlreadyExists | The target with name already exists. | target已經存在。 |