Merge stop and remove systemd service task inreset/tasks/main.yml
#10901
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
reset/tasks/main.yml
#10901
What would you like to be added
There are stop and remove systemd service tasks in
reset/tasks/main.yml
(kubespray/roles/reset/tasks/main.yml
Lines 2 to 31 in ad565ad
By the way, the tasks that stop and remove etcd.service and etcd-events.service are in other tasks (
kubespray/roles/reset/tasks/main.yml
Lines 137 to 157 in ad565ad
And then, there is no
systemd daemon-reload
tasks after stop and remove etcd related systemd services, so if you runsystemctl status etcd.service
then the output showsinactivate
etcd related services.So I think it's better that merging the tasks stop and remove etcd.service, etcd-events.service.
Why is this needed
I think its better that merging the tasks that stop and remove systemd services because if do not, you can get some outputs from
$ systemctl status etcd
on etcd node after all reset tasks are done. and it may feel confusing about the systemd services are really removed or not.The text was updated successfully, but these errors were encountered: