已合并
【a48bbf3f65f098d0ea62e23b474ee23b】修复ipmcset -t maintenance -d importcsr帮助信息不完整问题 #1428
zhuchenkai创建于 29 天前
【a48bbf3f65f098d0ea62e23b474ee23b】修复ipmcset -t maintenance -d importcsr帮助信息不完整问题 #1428
已合并
共 3 个文件变更+7-3
| @@ -1,5 +1,8 @@ | |||
| 1 | # Changelog | 1 | # Changelog |
| 2 | All notable changes to this project will be documented in this file. | 2 | All notable changes to this project will be documented in this file. |
| 3 | +## [1.110.99] 2026-08-11 | ||
| 4 | +修复ipmcset -t maintenance -d importcsr帮助信息不完整问题 | ||
| 5 | + | ||
| 3 | ## [1.110.99] 2026-08-07 | 6 | ## [1.110.99] 2026-08-07 |
| 4 | 修复电源通信状态异常时返回值不为null的问题 | 7 | 修复电源通信状态异常时返回值不为null的问题 |
| 5 | 8 | ||
| @@ -757,7 +757,8 @@ | |||
| 757 | "Properties": { | 757 | "Properties": { |
| 758 | "option": { | 758 | "option": { |
| 759 | "Required": true, | 759 | "Required": true, |
| 760 | - "Type": "string" | 760 | + "Type": "string", |
| 761 | + "Description": " Connector name of the firmware to be imported, e.g.: Connector_BCU_1_0101" | ||
| 761 | }, | 762 | }, |
| 762 | "filepath": { | 763 | "filepath": { |
| 763 | "Required": true, | 764 | "Required": true, |
| @@ -768,7 +769,7 @@ | |||
| 768 | "Formula": "^/tmp/.{1,246}\\.hpm$" | 769 | "Formula": "^/tmp/.{1,246}\\.hpm$" |
| 769 | } | 770 | } |
| 770 | ], | 771 | ], |
| 771 | - "Description": " e.g.: /tmp/image.hpm" | 772 | + "Description": " e.g.: /tmp/image.hpm\r\nNote:\r\n 1.The values for option can be queried using ipmcget -t maintenance -d listcsr.\r\n 2.The file path must not exceed 255 bytes, and the file must be in .hpm format.\r\n 3.The BMC will automatically restart after the import operation is successfully completed." |
| 772 | } | 773 | } |
| 773 | } | 774 | } |
| 774 | }, | 775 | }, |