Bug #27314
Unable to perform mongoDB storage engine upgrade from MMAPv1 to WiredTiger due to the space issue.
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Unable to perform mongoDB storage engine upgrade from MMAPv1 to WiredTiger due to the space issue.
Associated revisions
History
#1
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/373 added
#2
Updated by Ewoud Kohl van Wijngaarden almost 4 years ago
- Bugzilla link set to 1715898
- Triaged changed from No to Yes
- Target version set to 1.23.0
- Fixed in Releases 1.23.0 added
#3
Updated by Varatharaja Perumal Gunasekaran almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|a667c90fe90e688d6e8b21bbddf731dbd312ecaa.
Fixes #27314 - Correct space check during mongoDB engine upgrade
Previously it was using the incorrect variable which meant the disk space was
not actually checked.