Skip to content

Commit 7075595

Browse files
PSMDB. Remove unnecessary pidFilePath option as forking is already disabled (#97)
1 parent f0c601d commit 7075595

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

pmm_psmdb-pbm_setup/conf/mongod-cfg/mongod.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ storage:
99
systemLog:
1010
destination: syslog
1111

12-
processManagement:
13-
# fork: true
14-
pidFilePath: /var/run/mongod.pid
15-
1612
net:
1713
port: 27017
1814
bindIp: 0.0.0.0

pmm_psmdb-pbm_setup/conf/mongod-rs/mongod.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ storage:
99
systemLog:
1010
destination: syslog
1111

12-
processManagement:
13-
# fork: true
14-
pidFilePath: /var/run/mongod.pid
15-
1612
net:
1713
port: 27017
1814
bindIp: 0.0.0.0

pmm_psmdb-pbm_setup/conf/mongod-rs1/mongod.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ storage:
99
systemLog:
1010
destination: syslog
1111

12-
processManagement:
13-
# fork: true
14-
pidFilePath: /var/run/mongod.pid
15-
1612
net:
1713
port: 27017
1814
bindIp: 0.0.0.0

pmm_psmdb-pbm_setup/conf/mongod-rs2/mongod.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ storage:
99
systemLog:
1010
destination: syslog
1111

12-
processManagement:
13-
# fork: true
14-
pidFilePath: /var/run/mongod.pid
15-
1612
net:
1713
port: 27017
1814
bindIp: 0.0.0.0

pmm_psmdb_diffauth_setup/conf/mongod.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ storage:
99
systemLog:
1010
destination: syslog
1111

12-
processManagement:
13-
# fork: true
14-
pidFilePath: /var/run/mongod.pid
15-
1612
net:
1713
port: 27017
1814
bindIp: 0.0.0.0

0 commit comments

Comments
 (0)