Skip to content

Commit 08390bd

Browse files
authoredMar 12, 2024
Merge pull request openshift#3141 from pmtk/ocpbugs/30807/etcd-systemd-run-collect
OCPBUGS-30807: Add --collect to systemd-run microshift-etcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkg/controllers/etcd.go

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func (s *EtcdService) Run(ctx context.Context, ready chan<- struct{}, stopped ch
7878
args = append(args,
7979
"--uid=root",
8080
"--scope",
81+
"--collect",
8182
"--unit", "microshift-etcd",
8283
"--property", "Before=microshift.service",
8384
"--property", "BindsTo=microshift.service",

0 commit comments

Comments
 (0)