Bug 868698
| Summary: | ValueError: new size same as old size | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Reartes Guillermo <rtguille> | ||||||||||||||||||||||||||||||
| Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||||
| Version: | 18 | CC: | g.kaviyarasu, jonathan, vanmeeuwen+fedora | ||||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:611cdb9be933cf4c49780484ed73e40f65f5abe1b0f77363748d0b31e57899b9 | ||||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||||
| Last Closed: | 2012-11-02 23:40:34 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: | |||||||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||||||
Created attachment 631033 [details]
File: anaconda-tb
Created attachment 631035 [details]
File: product
Created attachment 631036 [details]
File: type
Created attachment 631037 [details]
File: ifcfg.log
Created attachment 631038 [details]
File: storage.log
Created attachment 631039 [details]
File: version
Created attachment 631040 [details]
File: environ
Created attachment 631041 [details]
File: anaconda.log
Created attachment 631042 [details]
File: syslog
Created attachment 631043 [details]
File: hashmarkername
Created attachment 631044 [details]
File: packaging.log
Created attachment 631045 [details]
File: cmdline_file
Created attachment 631046 [details]
File: release
Created attachment 631047 [details]
File: program.log
*** This bug has been marked as a duplicate of bug 872446 *** |
Description of problem: go to manual paritioning, with a disk with a previous f18 intance (in my case) delete one partition select one partition, change its size to a ridiculous big amount, aconda correclty refuses such size. select one partition, change its size to zero, aconda correclty refuses such size. select one partition, change its size to a ridiculous big amount, aconda crashes! Version-Release number of selected component: anaconda-18.19 Additional info: libreport version: 2.0.14 cmdline: /usr/bin/python /sbin/anaconda kernel: 3.6.1-1.fc18.x86_64 description: :The following was filed automatically by anaconda: :anaconda 18.19 exception report :Traceback (most recent call first): : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 355, in __init__ : raise ValueError("new size same as old size") : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1261, in resizeDevice : self.devicetree.registerAction(action_class(device, new_size)) : File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1097, in _save_right_side : self.__storage.resizeDevice(device, size) : File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1994, in on_apply_clicked : self._save_right_side(self._current_selector) :ValueError: new size same as old size