Bug 1335170
| Summary: | nfs-utils package is required by iso-uploader but is not a dependency | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-iso-uploader | Reporter: | Gonza <grafuls> |
| Component: | Core | Assignee: | Ido Rosenzwig <irosenzw> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Aleksei Slaikovskii <aslaikov> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0.0 | CC: | bugs, mgoldboi, ylavi |
| Target Milestone: | ovirt-4.0.5 | Flags: | rule-engine:
ovirt-4.0.z+
mgoldboi: planning_ack+ sbonazzo: devel_ack+ pstehlik: testing_ack+ |
| Target Release: | 4.0.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-18 07:36:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1379983 | ||
Verified: rpm -qR ovirt-iso-uploader /bin/sh /usr/bin/python config(ovirt-iso-uploader) = 4.0.2-1.el7ev logrotate nfs-utils python python(abi) = 2.7 python-ovirt-engine-sdk4 >= 4.0.0 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 shadow-utils rpmlib(PayloadIsXz) <= 5.2-1 |
Description of problem: ovirt-iso-uploader won't work if installed on a machine with no nfs-utils package. # rpm -qR ovirt-iso-uploader /bin/sh /usr/bin/python config(ovirt-iso-uploader) = 4.0.0-0.0.master.20160424162751.git98e29da.el7.centos logrotate ovirt-engine-sdk-python >= 3.6.3.0 python python(abi) = 2.7 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 shadow-utils rpmlib(PayloadIsXz) <= 5.2-1 Version-Release number of selected component (if applicable): ovirt-iso-uploader-4.0.0-0.0.master.20160424162751.git98e29da.el7.centos.noarch How reproducible: 100% Steps to Reproduce: 1. Install ovirt-iso-uploader on a machine with no nfs-utils package 2. run ovirt-iso-uploader Actual results: ERROR: mount: wrong fs type, bad option, bad superblock on str-02.rhev.lab.eng.brq.redhat.com:/home/iso/shared, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so. Expected results: Image uploaded successfully