Bug 217923
| Summary: | Anaconda does not alert you that the installation is too big for the parition before installing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | kentphilip |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-02-28 18:22:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
kentphilip
2006-11-30 19:43:29 UTC
Due to doing dependency resolution at package selection time instead of having pre-calculated dependencies, we can no longer offer a size estimate on the package selection screen. However, we do check that the size of the installed package set will fit in the amount of space you've partitioned up. This check is pretty good, but not foolproof - for instance, you can easily confuse it by splitting your free space up into a variety of partitions for things like /var and /usr. The package headers don't give us fine-grained enough information to handle that situation, so you will still have to have a large enough / partition. I have just verified that this check is being performed and does work. |