Bug 1335170 - nfs-utils package is required by iso-uploader but is not a dependency
Summary: nfs-utils package is required by iso-uploader but is not a dependency
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-iso-uploader
Classification: oVirt
Component: Core
Version: 4.0.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ovirt-4.0.5
: 4.0.2
Assignee: Ido Rosenzwig
QA Contact: Aleksei Slaikovskii
URL:
Whiteboard:
Depends On:
Blocks: 1379983
TreeView+ depends on / blocked
 
Reported: 2016-05-11 13:24 UTC by Gonza
Modified: 2019-04-28 14:03 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-01-18 07:36:08 UTC
oVirt Team: Integration
Embargoed:
rule-engine: ovirt-4.0.z+
mgoldboi: planning_ack+
sbonazzo: devel_ack+
pstehlik: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 63231 0 master MERGED Spec file: Add nfs-util dependency 2016-09-09 15:40:08 UTC
oVirt gerrit 63232 0 ovirt-iso-uploader-4.0 MERGED Spec file: Add nfs-util dependency 2016-09-09 15:40:51 UTC

Description Gonza 2016-05-11 13:24:07 UTC
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

Comment 1 Aleksei Slaikovskii 2016-10-06 09:52:59 UTC
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


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