From bff2ddc5b98c2ade7a8d0cfa0e36a50581b1947f Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 29 Jul 2008 10:42:46 +0000 Subject: [PATCH] Fix constants typo Reviewed-by: imsnah --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index 335e73b09..1950ac55f 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -98,7 +98,7 @@ DEFAULT_FILE_STORAGE_DIR = _autoconf.FILE_STORAGE_DIR MASTER_SOCKET = RUN_GANETI_DIR + "/master.sock" # PID files -MASTERD_PID = "ganeti-master" +MASTERD_PID = "ganeti-masterd" NODED_PID = "ganeti-noded" RAPI_PID = "ganeti-rapi" -- GitLab