Bug 1936156
| Summary: | dasbus.error.DBusError: Process reported exit code 1: /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d appears to contain a partition table (atari). | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Si Dao <si.dao> | ||||||||||||||||||||||||||
| Component: | python-blivet | Assignee: | Blivet Maintenance Team <blivet-maint-list> | ||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 33 | CC: | anaconda-maint-list, blivet-maint-list, dlehman, japokorn, jonathan, kellin, mkolman, rvykydal, vanmeeuwen+fedora, vponcova, vtrefny, wwoods | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:3faf15584cca3390ff88f502e1eb027ee78726595866467e10a76cca16d3d79f;VARIANT_ID=silverblue; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2021-03-09 09:17:59 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 1761223 [details]
File: anaconda-tb
Created attachment 1761224 [details]
File: anaconda.log
Created attachment 1761225 [details]
File: dbus.log
Created attachment 1761226 [details]
File: environ
Created attachment 1761227 [details]
File: lorax-packages.log
Created attachment 1761228 [details]
File: lsblk_output
Created attachment 1761229 [details]
File: lvm.log
Created attachment 1761230 [details]
File: nmcli_dev_list
Created attachment 1761231 [details]
File: os_info
Created attachment 1761232 [details]
File: program.log
Created attachment 1761233 [details]
File: storage.log
Created attachment 1761234 [details]
File: syslog
From storage.log:
INFO:program:Running [32] mkfs.btrfs --label fedora_fedora /dev/mapper/luks-235d195c-5cb6-422a-bcc5-f619813c9d4b /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d ...
INFO:anaconda.threading:Thread Failed: AnaTaskThread-CreateStorageLayoutTask-1 (140632255751744)
ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-CreateStorageLayoutTask-1 has failed: Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/gi/overrides/BlockDev.py", line 1030, in wrapped
ret = orig_obj(*args, **kwargs)
File "/usr/lib64/python3.9/site-packages/gi/overrides/BlockDev.py", line 122, in btrfs_create_volume
return _btrfs_create_volume(devices, label, data_level, md_level, extra)
gi.repository.GLib.GError: g-bd-utils-exec-error-quark: Process reported exit code 1: /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d appears to contain a partition table (atari).
ERROR: use the -f option to force overwrite of /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d
(0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/pyanaconda/threading.py", line 280, in run
threading.Thread.run(self)
File "/usr/lib64/python3.9/threading.py", line 888, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task.py", line 97, in _task_run_callback
self._set_result(self.run())
File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/installation.py", line 82, in run
self._turn_on_filesystems(
File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/installation.py", line 162, in _turn_on_filesystems
storage.do_it(callbacks)
File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/blivet/blivet.py", line 116, in do_it
self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
File "/usr/lib/python3.9/site-packages/blivet/actionlist.py", line 48, in wrapped_func
return func(obj, *args, **kwargs)
File "/usr/lib/python3.9/site-packages/blivet/actionlist.py", line 327, in process
action.execute(callbacks)
File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/blivet/deviceaction.py", line 335, in execute
self.device.create()
File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/blivet/devices/storage.py", line 467, in create
self._create()
File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/blivet/devices/btrfs.py", line 420, in _create
blockdev.btrfs.create_volume([d.path for d in self.parents],
File "/usr/lib64/python3.9/site-packages/gi/overrides/BlockDev.py", line 1056, in wrapped
raise transform[1](msg)
gi.overrides.BlockDev.BtrfsError: Process reported exit code 1: /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d appears to contain a partition table (atari).
ERROR: use the -f option to force overwrite of /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d
It seems to be an issue in the storage configuration library. Reassigning to blivet.
*** This bug has been marked as a duplicate of bug 1892144 *** |
Version-Release number of selected component: anaconda-33.25.4 The following was filed automatically by anaconda: anaconda 33.25.4 exception report Traceback (most recent call first): File "/usr/lib/python3.9/site-packages/dasbus/client/handler.py", line 497, in _handle_method_error raise exception from None File "/usr/lib/python3.9/site-packages/dasbus/client/handler.py", line 477, in _get_method_reply return self._handle_method_error(error) File "/usr/lib/python3.9/site-packages/dasbus/client/handler.py", line 444, in _call_method return self._get_method_reply( File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task task_proxy.Finish() File "/usr/lib64/python3.9/site-packages/pyanaconda/installation_tasks.py", line 521, in run_task sync_run_task(self._task_proxy) File "/usr/lib64/python3.9/site-packages/pyanaconda/installation_tasks.py", line 490, in start self.run_task() File "/usr/lib64/python3.9/site-packages/pyanaconda/installation_tasks.py", line 311, in start item.start() File "/usr/lib64/python3.9/site-packages/pyanaconda/installation_tasks.py", line 311, in start item.start() File "/usr/lib64/python3.9/site-packages/pyanaconda/installation_tasks.py", line 311, in start item.start() File "/usr/lib64/python3.9/site-packages/pyanaconda/installation.py", line 395, in run_installation queue.start() File "/usr/lib64/python3.9/threading.py", line 888, in run self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.9/site-packages/pyanaconda/threading.py", line 280, in run threading.Thread.run(self) dasbus.error.DBusError: Process reported exit code 1: /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d appears to contain a partition table (atari). ERROR: use the -f option to force overwrite of /dev/mapper/luks-c54b888f-ce46-4070-a50f-6ada12c8296d Additional info: addons: com_redhat_kdump cmdline: /usr/bin/python3 /sbin/anaconda cmdline_file: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-33 quiet executable: /sbin/anaconda hashmarkername: anaconda kernel: 5.8.15-301.fc33.x86_64 product: Fedora release: Fedora release 33 (Thirty Three) type: anaconda version: 33