You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.
Hmm, the question here is really why you use the -d option here at all. In fact it seems wrong. Without the -d we could just wait for the process/container to exit which happens once the creation of the config files is complete. This way we can also skip the whole wait_for_config_files which I am not so confident in either. This would be a great win imo.
So not only should we investigate to add --rm, we should also get rid of -d and wait_for_config_files. There might be a reason for the daemon mode, but atm I don't see one. After all, the scripts from openshift-vagrant were never supposed to be used as systemd setup scripts. I fully expected to make changes to harden the config.
@praveenkumar could you please try removing the daemon mode for creating the config files?
@praveenkumar could you please try removing the daemon mode for creating the config files?
@hferentschik In past I tried that and it was failing but since now I have little more context so will try again and find reason if that occur again. I didn't know that origin process complete and exit once config files are generated. Thanks for clarify it.
In past I tried that and it was failing but since now I have little more context so will try again and find reason if that occur again. I didn't know that origin process complete and exit once config files are generated. Thanks for clarify it.
This would allow to clean out some the code which deals with removal of existed container. Stopping the container would automatically remove it.
Only drawback might be that it one cannot inspect a failing container after exit, but that's really a very advanced use case.
The text was updated successfully, but these errors were encountered: