Closed gbraad closed 7 years ago
During startup the kdump.service fails.
kdump.service
[docker@localhost ~]$ systemctl status kdump.service * kdump.service - Crash recovery kernel arming Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2017-10-03 01:09:20 EDT; 1min 21s ago Process: 791 ExecStart=/usr/bin/kdumpctl start (code=exited, status=1/FAILURE) Main PID: 791 (code=exited, status=1/FAILURE) [docker@localhost ~]$
No memory reserved for crash kernel
Also, when #164 is merged we also do not need to use rc-local anymore.
rc-local
Maybe it is best to just disable this service. More is needed to make it work as expected
@praveenkumar WDYT?
@gbraad Yes, we can disable this service.
Resolved via https://github.com/minishift/minishift-centos-iso/pull/164 commit https://github.com/minishift/minishift-centos-iso/pull/164/commits/8810bba6c13165ae62616c87488d113edc9ee61e
During startup the
kdump.service
fails.Also, when #164 is merged we also do not need to use
rc-local
anymore.