mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Update the known issues to remove invalid FW issue and replace with xCAT #4264
This commit is contained in:
		| @@ -0,0 +1,7 @@ | ||||
| #4264 - rpower command intermittently reports 503: Service Unavailable Error | ||||
| ============================================================================ | ||||
|  | ||||
| Issue `#4264 <https://github.com/xcat2/xcat-core/issues/4264>`_ | ||||
|  | ||||
| In attempt to improve the performance of the REST calls to OpenBMC and reduce the time spent in a timeout, we fail too soon here before the BMC has a chance to respond.  | ||||
|  | ||||
| @@ -1,18 +0,0 @@ | ||||
| SW406960 - On first REST call after rebooting BMC, 503: Unavailable is returned | ||||
| =============================================================================== | ||||
|  | ||||
| * **Issue:** `SW406960 <https://w3.rchland.ibm.com/projects/bestquest/?defect=SW406960>`_ | ||||
| * **Reported:** 1742C (ibm-v1.99.10-113-g65edf7d-r8-0-g713d86d) | ||||
| * **Fixed:** No ETA | ||||
|  | ||||
| **Issue:**  | ||||
|  | ||||
| First call after BMC is rebooted results in ``503`` Error :: | ||||
|  | ||||
|     [root@briggs01 openbmc]# rpower mid05tor12cn05 state | ||||
|     mid05tor12cn05: Error: 503 Service Unavailable | ||||
|  | ||||
| **Work-around:** Run the command again: :: | ||||
|  | ||||
|     [root@briggs01 openbmc]# rpower mid05tor12cn05 state | ||||
|     mid05tor12cn05: on | ||||
| @@ -1,20 +1,35 @@ | ||||
| OpenBMC Firmware Issues  | ||||
| ======================= | ||||
| OpenBMC Management Issues  | ||||
| ========================= | ||||
|  | ||||
| xCAT | ||||
| ---- | ||||
|  | ||||
| 2.13.8 | ||||
| `````` | ||||
|  | ||||
| Please see the `2.13.8 Release Notes <https://github.com/xcat2/xcat-core/wiki/XCAT_2.13.8_Release_Notes>`_ for the full list of known issues. | ||||
|  | ||||
| .. toctree:: | ||||
|    :maxdepth: 2 | ||||
|  | ||||
|    2_13_8.rst | ||||
|  | ||||
| Firmware | ||||
| -------- | ||||
|  | ||||
| The following versions indicate the level of firmware the issue was reported.  | ||||
|  | ||||
|  | ||||
| 1742C - ibm-v1.99.10-113-g65edf7d-r8-0-g713d86d | ||||
| ----------------------------------------------- | ||||
| ``````````````````````````````````````````````` | ||||
|  | ||||
| .. toctree:: | ||||
|    :maxdepth: 2 | ||||
|  | ||||
|    SW407037.rst | ||||
|    SW406960.rst | ||||
|  | ||||
| 1738A -  ibm-v1.99.10-0-r7 | ||||
| -------------------------- | ||||
| `````````````````````````` | ||||
|  | ||||
| .. toctree:: | ||||
|    :maxdepth: 2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user