Code Monkey home page Code Monkey logo

Comments (1)

pqarmitage avatar pqarmitage commented on May 27, 2024

I have tested systemctl restart keepalived on my CentOS 7 VM and it works fine for me.

There are some strange things about the log output

  1. systemd logs "Stopped ..." before it logs "Stopping ..."
  2. The new keepalived logs that keepalived is already running.

Point 2 means that keepalived has found an old PID file and the process whose PID is in the file still exists. Each of the keepalived processes (parent process, VRRP process checker process) creates a PID file and each of them is checked. It is presumably the VRRP or checker process that is still running, since systemd complains that /var/run/keepalived.pid does not exist. After keepalived determines another instance of keepalived is still running the new keepalived then exits, which is why the keepalived.pid file does not exist.

Does this problem always happen when you restart keepalived, or is it intermittent? Have you checked the RedHat bugzilla for any relevant keepalived issues on RHEL7?

The interaction between keepalived and systemd has significantly improved since keepalived v1.3.5, as indeed has keepalived itself (there have been over 3000 non merge commits since v1.3.5). In order for us to look at the problem further, you would need to build and install the latest keepalived (i.e. v2.2.8 or later) and observe the problem occurring with that. You would also need to provide the full logs for keepalived since it started, and the relevant systemd logs.

I am closing this issue now, but if you provide the details identified in the previous paragraph and the problem is still occurring with keepalived v2.2.8+ we will reopen the issue.

from keepalived.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.