Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(411)

Unified Diff: upgrades/steps118.go

Issue 66540044: Added LogDir to agent conf, upgrade steps (Closed)
Patch Set: Added LogDir to agent conf, upgrade steps Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: upgrades/steps118.go
=== modified file 'upgrades/steps118.go'
--- upgrades/steps118.go 2014-02-26 04:16:58 +0000
+++ upgrades/steps118.go 2014-02-26 09:10:07 +0000
@@ -21,5 +21,10 @@
targets: []Target{HostMachine},
run: upgradeHostMachineRsyslogConfig,
},
+ &upgradeStep{
+ description: "upgrade agent conf to include log dir",
+ targets: []Target{AllMachines},
+ run: upgradeAllMachinesAgentConfLogDir,
+ },
}
}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b