Fix behavior during initialization timeout#288
Fix behavior during initialization timeout#288fpytloun wants to merge 1 commit intodocker-library:masterfrom
Conversation
c3c29b7 to
fbf03a9
Compare
|
@tianon @yosifkit sorry to ping you directly, but is there any chance this PR got merged sooner or later, or is there any specific issue that should be addressed first? I'm actually facing failing MySQL init process due to "big" |
|
Sorry for the long tail. 🙇♂️ Making the timeout configurable could be useful. Though should probably be addressed after or in #471. Even though it is currently gated by only running on an empty directory (well, partly-initialized), I would rather not have the |
|
Apologies for the delay 🙇♂️ Closing in favor of #646 |
Add configurable timeout for MySQL start during initialization. On timeout, remove datadir to allow new initialization try on next container creation. Otherwise mysql will end up in empty unconfigured state without root password set, etc.
Better fix for: #159