Bug 812221
| Summary: | object-strorage: srpms installation failure | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Saurabh <saujain> |
| Component: | object-storage | Assignee: | Junaid <junaid> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | pre-release | CC: | gluster-bugs, mzywusko, vagarwal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-24 17:46:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | 3.3.0qa38 and gluster-swift-plugin-1.0 | Category: | --- |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 817967 | ||
|
Description
Saurabh
2012-04-13 07:00:37 UTC
Building rpm's with root as user fixes the problem. [root@QA-92 swift]# [root@QA-92 swift]# rpm -i swift-1.4.8-1.src.rpm warning: user makerpm does not exist - using root warning: group makerpm does not exist - using root [root@QA-92 swift]# rpm -i swift-plugin-1.0-1.src.rpm warning: user makerpm does not exist - using root warning: group makerpm does not exist - using root Even though I built the rpm's as root, the files beneath still had user as makerpm. I have changed the owner as root now. It should work. works this time without issues, [root@QA-91 ~]# ls -R rpmbuild/ rpmbuild/: SOURCES SPECS rpmbuild/SOURCES: gluster.patch gluster-swift-functions gluster-swift-proxy.init openstack-swift-nonet.patch gluster-swift-account.init gluster-swift-object.init openstack-swift-docmod.patch swift-1.4.8.tar.gz gluster-swift-container.init gluster-swift-plugin-1.0-1.tar.gz openstack-swift-newdeps.patch rpmbuild/SPECS: gluster-swift-plugin.spec gluster-swift.spec [root@QA-91 ~]# |