Bug 21634

Summary: Wrong inode check
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <martin.teichmann>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-12-02 23:07:33 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:

Description Need Real Name 2000-12-02 23:07:31 UTC
When I tried to upgrade a package with the newest RPM in rawhide, (i. e.
rpm-4.0.1-0.13) it reported I had not enough free Inodes. As I use reiserfs
(!!) this cannot be true due to the fact that reiserfs has no limitations
in the number of inodes.

(The Problems seems to be that reiserfs returns -1 as the number of free
inodes, maybe the bug is not in rpm but in reiserfs)

Comment 1 Jeff Johnson 2000-12-03 15:52:39 UTC
FWIW, you are running on unreleased rpm-4.0.1 code, inode checks may be the
least of your
problems.

Smells like a reiserfs problem. Work around by adding --ignoresize when
installing packages,
that should disable space/inode checks in rpm.