|
Bugzilla – Full Text Bug Listing |
| Summary: | during update: warning: disk space almost exhausted | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Harald Koenig <koenig> |
| Component: | YaST2 | Assignee: | Jiri Srain <jsrain> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
screen shot
output of save_y2logs |
||
|
Description
Harald Koenig
2005-09-04 17:38:32 UTC
Created attachment 48732 [details]
screen shot
Probably this warning results from a percentile calculation. While it makes sense warning a user that there is less than 5% disk space left on the device, it does not make much sense if these 5% are more than let's say 2G. The `bug' was assigned. and, under normal conditions (e.g. noone filling up the disk from a text console while the installation is running), it should never be necessary to issue such a disk space warning in the middle of an installation run. or, create an "unaddented expert installation mode" in yast where I can select "please don't bother me with warnings waiting for an ok-click in the mid of an installation" ... Attach the logs of the update, please (see http://www.opensuse.org/index.php/Submit_a_bug for details) Created attachment 49454 [details]
output of save_y2logs
if you need any other data, please let me know
I modified the condition, now it displays the warning if used_size + 2 * package_size > disk_size I hope that doubling the package size doesn't cause problem (there is some overhead in the file system). Done in SVN for 10.1. |