Actions
Bug #13520
closedkatello-installer/hooks/pre/30-upgrade.rb points to wrong path for monodb config
Description
The path for the in the MongoDB Configuration in 30-upgrade.rb hook points to
/etc/mongodb.conf
However on EL7 the file is stored at
/etc/mongod.conf
This results in the following error message during execution of the hook
[ERROR verbose] Repeating errors encountered during run: [ERROR verbose] sed: can't read /etc/mongodb.conf: No such file or directory
Changing the path in 30-upgrade.rb seems to fix the issue.
Actions