RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 902677 - Miss /etc/init.d/rpcbind service in rhev-h 6.4.
Summary: Miss /etc/init.d/rpcbind service in rhev-h 6.4.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.4
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Fabian Deutsch
QA Contact: Virtualization Bugs
URL:
Whiteboard:
: 869956 902230 912933 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-22 08:47 UTC by haiyang,dong
Modified: 2013-04-08 12:50 UTC (History)
17 users (show)

Fixed In Version: ovirt-node-2.5.0-16.el6
Doc Type: Bug Fix
Doc Text:
The rpcbind service was previously removed from Red Hat Enterprise Virtualization Hypervisor to prevent hypervisor nodes from being used as NFS servers. The rpcbind service is required for a hypervisor node to mount NFS shares, and was added back.
Clone Of:
Environment:
Last Closed: 2013-02-28 16:47:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0556 0 normal SHIPPED_LIVE ovirt-node bug fix and enhancement update 2013-02-28 21:29:06 UTC

Description haiyang,dong 2013-01-22 08:47:11 UTC
Description of problem:
Clean install rhev-h, Press "F2" to drop into Shell, then
[root@dhcp-8-185 admin]# mount -t nfs 10.66.90.115:/vol/S1/cshao_data /mnt
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
[root@dhcp-8-185 admin]# service rpcbind status
rpcbind: unrecognized service
[root@dhcp-8-185 admin]# /etc/init.d/rpc
rpcgssd     rpcidmapd   rpcsvcgssd  

So the rhev-h 6.4 missed /etc/init.d/rpcbind service

No this issue on build rhev-hypervisor6-6.3-20121212.0.el6_3:
[root@localhost admin]# mount -t nfs 10.66.90.115:/vol/S1/cshao_data /mnt
[root@localhost admin]# service rpcbind status
rpcbind (pid  8192) is running...
[root@localhost admin]# /etc/init.d/rpcbind status
rpcbind (pid  8192) is running...

so it's a regression bug from 6.3 GA to 6.4.


Version-Release number of selected component (if applicable):
rhev-hypervisor6-6.4-20130116.3.0.el6

How reproducible:
100%
  
Steps to Reproduce:


Actual result:

Expect result:

Additional info:

Comment 3 Fabian Deutsch 2013-01-22 12:43:34 UTC
rpcbind was dropped b/c of bug 794862.

But rpcbind seems to be needed also by the NFS client.

This patch re-adds the rpcbind package:
http://gerrit.ovirt.org/#/c/11277/

Tested as follows:
1. Install w patch
2. Configure Network (important)
3.
# mount -t nfs 1xx.xxx.xxx.xxx:/vol/S1/data /mnt
mount.nfs: access denied by server ...

4. Connection to server is established (even if the authentication fails)

Comment 10 Yaniv Kaul 2013-01-28 06:44:44 UTC
*** Bug 869956 has been marked as a duplicate of this bug. ***

Comment 11 haiyang,dong 2013-01-29 05:35:08 UTC
Test version:
rhev-hypervisor6-6.4-20130128.0.2
ovirt-node-2.5.0-17.el6
vdsm-4.10.2-1.2.el6
rhevm-3.1.0-43.el6

Test as follows:
1. Install rhev-h
2. Configure Network (important)
3.
[root@localhost admin]# service rpcbind status
rpcbind (pid  11362) is running...
[root@localhost admin]# mount -t nfs 10.66.90.115:/vol/S1/cshao_data /mnt
[root@localhost admin]# mount |grep /mnt
10.66.90.115:/vol/S1/cshao_data on /mnt type nfs (rw,addr=10.66.90.115)

Also try to register rhevh into rhevm si ,then NFS storage domains can be attached successfully.

So this bug has been fixed, change the status into "VERIFIED".

Comment 12 Tim Hildred 2013-02-12 08:22:21 UTC
Almost a duplicate? 
https://bugzilla.redhat.com/show_bug.cgi?id=880099

Comment 13 Mike Burns 2013-02-25 13:07:50 UTC
*** Bug 902230 has been marked as a duplicate of this bug. ***

Comment 15 errata-xmlrpc 2013-02-28 16:47:46 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0556.html

Comment 16 Mike Burns 2013-04-08 12:50:56 UTC
*** Bug 912933 has been marked as a duplicate of this bug. ***


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