RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1899848 - [udisks2] Insufficient free space: 371 extents needed, but only 370 available
Summary: [udisks2] Insufficient free space: 371 extents needed, but only 370 available
Keywords:
Status: CLOSED DUPLICATE of bug 1915497
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: udisks2
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Tomáš Bžatek
QA Contact: guazhang@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-20 08:40 UTC by guazhang@redhat.com
Modified: 2021-09-06 15:28 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-13 13:15:28 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)

Description guazhang@redhat.com 2020-11-20 08:40:51 UTC
Description of problem:
udisks2 regression testing hit the error, please have a look if hit a bug 

Version-Release number of selected component (if applicable):
udisks2-2.9.0-5.el8.x86_64

How reproducible:


Steps to Reproduce:
1. python3 src/tests/dbus-tests/run_tests.py test_20_LVM.UdisksLVMTest.test_20_thin
2.
3.

Actual results:
hit a error

Expected results:
no error

Additional info:


[root@storageqe-69 udisks-2.9.0]# python3 src/tests/dbus-tests/run_tests.py test_20_LVM.UdisksLVMTest.test_20_thin
Configuration restored from src/tests/dbus-tests/targetcli_config.json
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/data/80-udisks2.rules to /usr/lib/udev/rules.d/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/data/org.freedesktop.UDisks2.conf to /usr/share/dbus-1/system.d/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/data/org.freedesktop.UDisks2.policy to /usr/share/polkit-1/actions/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/modules/iscsi/data/org.freedesktop.UDisks2.iscsi.policy to /usr/share/polkit-1/actions/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/modules/lvm2/data/org.freedesktop.UDisks2.lvm2.policy to /usr/share/polkit-1/actions/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/modules/zram/data/org.freedesktop.UDisks2.zram.policy to /usr/share/polkit-1/actions/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/modules/lsm/data/org.freedesktop.UDisks2.lsm.policy to /usr/share/polkit-1/actions/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/udisks/udisks2.conf to /etc/udisks2/ directory!
Copying file: /root/rpmbuild/BUILD/udisks-2.9.0/udisks/mount_options.conf to /etc/udisks2/ directory!
udisks-Message: 03:40:14.724: udisks daemon version 2.9.0 starting
udisks-Message: 03:40:15.444: Acquired the name org.freedesktop.UDisks2 on the system message bus
udisks-Message: 03:40:18.281: Loading module lvm2 ...
test_20_thin (test_20_LVM.UdisksLVMTest)
Test thin volumes functionality ... 
(lt-udisksd:822404): udisks-WARNING **: 03:40:19.496: Process reported exit code 5:   Volume group "udisks_test_thin_vg" not found
  Cannot process volume group udisks_test_thin_vg

ERROR

======================================================================
ERROR: test_20_thin (test_20_LVM.UdisksLVMTest)
Test thin volumes functionality
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/rpmbuild/BUILD/udisks-2.9.0/src/tests/dbus-tests/test_20_LVM.py", line 208, in test_20_thin
    dbus_interface=self.iface_prefix + '.VolumeGroup')
  File "/usr/lib64/python3.6/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/root/rpmbuild/BUILD/udisks-2.9.0/src/tests/dbus-tests/udiskstestcase.py", line 41, in call_long
    return call(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.UDisks2.Error.Failed: Error creating volume: Process reported exit code 5:   Insufficient free space: 371 extents needed, but only 370 available


----------------------------------------------------------------------
Ran 1 test in 1.512s

FAILED (errors=1)
All configuration cleared
/etc/udisks2/mount_options.conf
[root@storageqe-69 udisks-2.9.0]#

Comment 1 Tomáš Bžatek 2020-11-20 14:27:18 UTC
Yeah, we've seen failures like this in our upstream CI. Putting on a TODO list, this should not block the release as it's totally unrelated to any change I've done for RHEL 8.4

Comment 2 Tomáš Bžatek 2021-01-13 13:15:28 UTC
This is actually bug 1915497. Closing as duplicate since no actual work should be needed for libblockdev or udisks.

*** This bug has been marked as a duplicate of bug 1915497 ***


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