Bug 1667644 - blivet.errors.FSError: mount failed: 32
Summary: blivet.errors.FSError: mount failed: 32
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: blivet-gui
Version: 31
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vojtech Trefny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:277f53fd18320b5c897cba4ae48...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-19 10:08 UTC by Benjamin Hiebert
Modified: 2019-08-15 18:51 UTC (History)
12 users (show)

Fixed In Version: blivet-gui-2.1.11-1.fc30
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-15 18:09:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (2.51 MB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: anaconda.log (194.25 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: blivet-gui-utils.log (84.80 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: dbus.log (2.80 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: environ (724 bytes, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: journalctl (654.08 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: lsblk_output (4.17 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: lvm.log (164.90 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: nmcli_dev_list (2.54 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: os_info (699 bytes, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: program.log (85.76 KB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details
File: storage.log (1.22 MB, text/plain)
2019-01-19 10:08 UTC, Benjamin Hiebert
no flags Details

Description Benjamin Hiebert 2019-01-19 10:08:30 UTC
Version-Release number of selected component:
anaconda-core-30.17-1.fc30.x86_64

The following was filed automatically by anaconda:
anaconda 30.17 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.7/site-packages/blivet/tasks/fsmount.py", line 125, in do_task
    raise FSError("mount failed: %s" % rc)
  File "/usr/lib/python3.7/site-packages/blivet/formats/fs.py", line 559, in _setup
    self._mount.do_task(chrooted_mountpoint, options=options)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/formats/__init__.py", line 609, in setup
    self._setup(**kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/devices/storage.py", line 515, in setup_parents
    _format.setup()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/devices/storage.py", line 447, in _pre_create
    self.setup_parents()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/devices/btrfs.py", line 408, in _pre_create
    super(BTRFSVolumeDevice, self)._pre_create()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/devices/storage.py", line 456, in create
    self._pre_create()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/deviceaction.py", line 333, in execute
    self.device.create()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/actionlist.py", line 327, in process
    action.execute(callbacks)
  File "/usr/lib/python3.7/site-packages/blivet/actionlist.py", line 48, in wrapped_func
    return func(obj, *args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/blivet.py", line 135, in do_it
    self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 1221, in do_it
    super().do_it(callbacks=callbacks)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 2203, in turn_on_filesystems
    storage.do_it(callbacks)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 438, in run_task
    self._task(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 472, in start
    self.run_task()
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation.py", line 383, in doInstall
    installation_queue.start()
  File "/usr/lib64/python3.7/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 280, in run
    threading.Thread.run(self)
blivet.errors.FSError: mount failed: 32

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:/dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-KDE-Live-rawh-20190117-n- rd.live.image rd.live.check quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         5.0.0-0.rc2.git2.1.fc30.x86_64
other involved packages: python3-libs-3.7.2-4.fc30.x86_64, python3-blivet-3.1.2-1.fc30.noarch
product:        Fedora
release:        Fedora release 30 (Rawhide)
release_type:   pre-release
type:           anaconda
version:        rawhide

Comment 1 Benjamin Hiebert 2019-01-19 10:08:34 UTC
Created attachment 1521770 [details]
File: anaconda-tb

Comment 2 Benjamin Hiebert 2019-01-19 10:08:35 UTC
Created attachment 1521771 [details]
File: anaconda.log

Comment 3 Benjamin Hiebert 2019-01-19 10:08:37 UTC
Created attachment 1521772 [details]
File: blivet-gui-utils.log

Comment 4 Benjamin Hiebert 2019-01-19 10:08:38 UTC
Created attachment 1521773 [details]
File: dbus.log

Comment 5 Benjamin Hiebert 2019-01-19 10:08:38 UTC
Created attachment 1521774 [details]
File: environ

Comment 6 Benjamin Hiebert 2019-01-19 10:08:40 UTC
Created attachment 1521775 [details]
File: journalctl

Comment 7 Benjamin Hiebert 2019-01-19 10:08:41 UTC
Created attachment 1521776 [details]
File: lsblk_output

Comment 8 Benjamin Hiebert 2019-01-19 10:08:42 UTC
Created attachment 1521777 [details]
File: lvm.log

Comment 9 Benjamin Hiebert 2019-01-19 10:08:43 UTC
Created attachment 1521778 [details]
File: nmcli_dev_list

Comment 10 Benjamin Hiebert 2019-01-19 10:08:44 UTC
Created attachment 1521779 [details]
File: os_info

Comment 11 Benjamin Hiebert 2019-01-19 10:08:45 UTC
Created attachment 1521780 [details]
File: program.log

Comment 12 Benjamin Hiebert 2019-01-19 10:08:47 UTC
Created attachment 1521781 [details]
File: storage.log

Comment 13 Jiri Konecny 2019-01-21 15:28:17 UTC
Based on the traceback this looks like an issue in our storage library.

Switching components.

Comment 15 Fedora Update System 2019-07-31 10:21:23 UTC
FEDORA-2019-4d0ed4a458 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-4d0ed4a458

Comment 16 Fedora Update System 2019-07-31 10:29:39 UTC
FEDORA-2019-47796fdd2d has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-47796fdd2d

Comment 17 Fedora Update System 2019-08-01 03:28:29 UTC
blivet-gui-2.1.11-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-4d0ed4a458

Comment 18 Fedora Update System 2019-08-01 05:33:41 UTC
blivet-gui-2.1.11-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-47796fdd2d

Comment 19 Ben Cotton 2019-08-13 17:09:35 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to '31'.

Comment 20 Ben Cotton 2019-08-13 18:37:58 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to 31.

Comment 21 Fedora Update System 2019-08-15 18:09:01 UTC
blivet-gui-2.1.11-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.

Comment 22 Fedora Update System 2019-08-15 18:51:34 UTC
blivet-gui-2.1.11-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.