fix(xapi/host_smartReboot): retries when HOST_STILL_BOOTING (#7231)

Fixes #7194
This commit is contained in:
Julien Fontanet
2023-12-11 16:04:43 +01:00
committed by GitHub
parent f449258ed3
commit 1141ef524f
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [REST API] Returns a proper 404 _Not Found_ error when a job does not exist instead of _Internal Server Error_
- [Host/Smart reboot] Automatically retries up to a minute when `HOST_STILL_BOOTING` [#7194](https://github.com/vatesfr/xen-orchestra/issues/7194) (PR [#7231](https://github.com/vatesfr/xen-orchestra/pull/7231))
### Packages to release
@@ -35,6 +36,7 @@
<!--packages-start-->
- @xen-orchestra/xapi patch
- xo-server minor
<!--packages-end-->