Project

General

Profile

Actions

Bug #2894

closed

Some types are not handle by the eventlog migration from fileFormat2 to forFormat3

Added by Nicolas PERRON over 11 years ago. Updated over 11 years ago.

Status:
Released
Priority:
1
Category:
Web - Compliance & node report
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

It seems that some eventlog types are not handled by the migration since some groups and directives are still using "fileFormat=2":

# grep -R "fileFormat=\"2\"" /var/rudder/configuration-repository/directives/ | wc -l
47

# grep -R "fileFormat=\"2\"" /var/rudder/configuration-repository/groups/ | wc -l
5

and in the logs:

# cat /var/log/rudder/core/rudder-webapp.log | cut -d "]" -f 4- | sort | uniq 

 [type: ExportFullArchive]: no handler for that type.
 [type: ExportGroups]: no handler for that type.
 [type: ExportRules]: no handler for that type.
 [type: ExportTechniqueLibrary]: no handler for that type.
 [type: ImportFullArchive]: no handler for that type.
 [type: ImportGroups]: no handler for that type.
 [type: ImportRules]: no handler for that type.
 [type: ImportTechniqueLibrary]: no handler for that type.
 [type: ReloadTechniqueLibrary]: no handler for that type.
 [type: SuccessfulDeployment]: no handler for that type.

Actions

Also available in: Atom PDF