Skip to content

Commit

Permalink
MGMT-10514: additional NTP source failed to sync (#359)
Browse files Browse the repository at this point in the history
Adding mount that was removed by mistake
  • Loading branch information
tsorya committed May 25, 2022
1 parent c988e59 commit 43e9639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/actions/next_step_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (a *nextStepRunnerAction) Args() []string {
"-v", "/run/systemd/journal/socket:/run/systemd/journal/socket",
"-v", "/var/log:/var/log:rw",
"-v", "/run/media:/run/media:rw",
"-v", "/usr/bin/chronyc:/usr/bin/chronyc",
"-v", "/var/run/chrony:/var/run/chrony",
"-v", "/etc/pki:/etc/pki"}

Expand Down
1 change: 1 addition & 0 deletions src/commands/actions/next_step_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var _ = Describe("next step runner", func() {
"/dev",
"/etc/pki",
"/run/media",
"/usr/bin/chronyc",
}
argsAsString := strings.Join(args, " ")
verifyPaths(argsAsString, paths)
Expand Down

0 comments on commit 43e9639

Please sign in to comment.