Skip to content

Commit

Permalink
Add node selector for DaemonSet e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 27, 2017
1 parent 5105205 commit 75c10a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (c *Scheduler) runOnce() (err error) {
return
} else {
hostname, _ := os.Hostname()
c.recorder.Event(resource, apiv1.EventTypeNormal, eventer.EventReasonSuccessfulBackup, "Backuped host:"+hostname+" path:"+fg.Path)
c.recorder.Event(resource, apiv1.EventTypeNormal, eventer.EventReasonSuccessfulBackup, "Backed up pod:"+hostname+" path:"+fg.Path)
}

forgetOpMetric := restic_session_duration_seconds.WithLabelValues(sessionID, sanitizeLabelValue(fg.Path), "forget")
Expand Down

0 comments on commit 75c10a5

Please sign in to comment.