Skip to content

Commit a7c90b7

Browse files
committed
chore: Add CHANGELOG entry for retrying KVM_CREATE_VM on EINTR
No reason not to have it in CHANGELOG. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 1e1d8ae commit a7c90b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ and this project adheres to
6161
Firecracker no longer overwrites CPUID leaf 0x80000000 when running AMD
6262
hardware, meaning the guest can now discover a greater range of CPUID leaves
6363
in the extended function range (this range is host kernel dependent).
64+
- [#5046](https://github.com/firecracker-microvm/firecracker/pull/5046): Retry
65+
KVM_CREATE_VM on EINTR that occasionally happen on heavily loaded hosts to
66+
improve reliability of microVM creation.
6467

6568
## [1.10.1]
6669

0 commit comments

Comments
 (0)