Remove <DAEMON>_PID constants
The <DAEMON>_PID constants were created to reference a daemon pid file, but actually contain a daemon's name, because the various functions that work with pidfiles abstract the filename from the daemon name themselves. Removing the constants and using the actual daemon name constants in their place. Signed-off-by:Guido Trotter <ultrotter@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- daemons/ganeti-masterd 2 additions, 2 deletionsdaemons/ganeti-masterd
- daemons/ganeti-noded 2 additions, 2 deletionsdaemons/ganeti-noded
- daemons/ganeti-rapi 2 additions, 2 deletionsdaemons/ganeti-rapi
- daemons/ganeti-watcher 4 additions, 5 deletionsdaemons/ganeti-watcher
- lib/backend.py 2 additions, 2 deletionslib/backend.py
- lib/constants.py 0 additions, 5 deletionslib/constants.py
Loading
Please register or sign in to comment