Bug 882699
| Summary: | ValueError: name already in use | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | arithmos <arithmos> | ||||||||||||||||||||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||||||
| Version: | 18 | CC: | anaconda-maint-list, arithmos, dshea, g.kaviyarasu, jonathan, sbueno, stephent98, vanmeeuwen+fedora | ||||||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||||||
| OS: | Linux | ||||||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:349f8ba41b1be9898eff14db3de32fe96d6c49f1c43f4da5c0b0d67268ebfa19 | ||||||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||||||
| Last Closed: | 2013-08-09 19:08:57 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 656173 [details]
File: anaconda-tb
Created attachment 656174 [details]
File: product
Created attachment 656175 [details]
File: type
Created attachment 656176 [details]
File: ifcfg.log
Created attachment 656177 [details]
File: storage.log
Created attachment 656178 [details]
File: version
Created attachment 656179 [details]
File: environ
Created attachment 656180 [details]
File: executable
Created attachment 656181 [details]
File: anaconda.log
Created attachment 656182 [details]
File: syslog
Created attachment 656183 [details]
File: hashmarkername
Created attachment 656184 [details]
File: packaging.log
Created attachment 656185 [details]
File: cmdline_file
Created attachment 656186 [details]
File: release
Created attachment 656187 [details]
File: program.log
-Additional info Name of partition was /fedora Attempting to reproduce Bug 882699. Package: anaconda-18.29.2 OS Release: Fedora release 18-Beta (In reply to comment #17) > Attempting to reproduce Bug 882699. > > Package: anaconda-18.29.2 > OS Release: Fedora release 18-Beta Create an empty 12G disk image. Proceed to Manual Partitioning. Click "+" to add a new mount point: Mount Point: "/fedora". Desired Capacity: 1000. Click Add mount point Exception occurs: ValueError: name already in use Tested with: $ qemu-img create f18-test-2.img 12G $ qemu-kvm -m 2048 -hda f18-test-2.img -cdrom ~/xfr/fedora/F18/F18-Beta/Final/Fedora-18-Beta-x86_64-DVD.iso -usb -vga qxl -boot menu=on -usbdevice mouse I cannot reproduce this following comment 18. Please test again with one of the RC trees for F18 final and if you are able to reproduce, let us know. Thanks. |
Description of problem: -How did this problem happen ? During validation of a third data partition Version-Release number of selected component: anaconda-18.29.2 Additional info: libreport version: 2.0.17 cmdline: /usr/bin/python /sbin/anaconda kernel: 3.6.6-3.fc18.x86_64 description: :The following was filed automatically by anaconda: :anaconda 18.29.2 exception report :Traceback (most recent call first): : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1134, in newLV : raise ValueError("name already in use") : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 3262, in new_device : return getattr(self.storage, self.new_device_attr)(*args, **kwargs) : File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2221, in newDevice : fmt_args=fmt_args) : File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1609, in on_add_clicked : disks=disks) :ValueError: name already in use