Bug 1899848
| Summary: | [udisks2] Insufficient free space: 371 extents needed, but only 370 available | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | guazhang <guazhang> |
| Component: | udisks2 | Assignee: | Tomáš Bžatek <tbzatek> |
| Status: | CLOSED DUPLICATE | QA Contact: | guazhang <guazhang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.4 | Flags: | pm-rhel:
mirror+
|
| Target Milestone: | rc | ||
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-13 13:15:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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 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 *** |
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]#