已合并
【a48bbf3f65f098d0ea62e23b474ee23b】修复ipmcset -t maintenance -d importcsr帮助信息不完整问题 #1428
zhuchenkai创建于 29 天前
【a48bbf3f65f098d0ea62e23b474ee23b】修复ipmcset -t maintenance -d importcsr帮助信息不完整问题 #1428
已合并
zhuchenkai创建于 29 天前
3 个文件变更+7-3
@@ -1,5 +1,8 @@
1# Changelog1# Changelog
2All notable changes to this project will be documented in this file.2All 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-076## [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 },
@@ -1,7 +1,7 @@
1{1{
2 "name": "rackmount",2 "name": "rackmount",
3 "type": "configuration",3 "type": "configuration",
4- "version": "1.110.99",4+ "version": "1.110.100",
5 "author": "Huawei",5 "author": "Huawei",
6 "license": "Mulan PSL v2",6 "license": "Mulan PSL v2",
7 "options": {7 "options": {