Bug 586461 - [RFE] Support for NFSv4 missing.
Summary: [RFE] Support for NFSv4 missing.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: rgmanager
Version: 5.5
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Lon Hohberger
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On: 618759
Blocks: 554476 595547
TreeView+ depends on / blocked
 
Reported: 2010-04-27 16:36 UTC by Zak Berrie
Modified: 2018-10-27 13:39 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
: 595547 618759 (view as bug list)
Environment:
Last Closed: 2010-09-22 17:04:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Zak Berrie 2010-04-27 16:36:57 UTC
Description of problem:

The NFS service within cluster suite does not allow for the NFS version to be specified.  Thus the service defaults to the RHEL default of v3.

If NFSv4 is required the script resource or another customer solution must be employed.

It also stands to reason that in certain circumstances you might wish to change some of the other defaults like rsize and wsize.

So perhaps it would make sense to change the NFS agent so that any nfs configuration option could be implemented.

Comment 1 Micheal Waltz 2010-04-28 18:07:47 UTC
Opened case in RHN: 2016970

Comment 2 Lon Hohberger 2010-04-29 18:16:00 UTC
Need some input here:

- this is supposed to be RHEL5 right?

- How many NFS servers are going to be managed in the desired use case(s)?

- What security features, if any, are required?

Comment 3 Lon Hohberger 2010-04-29 19:27:43 UTC
- This is for using the cluster as an NFS server, correct (as opposed to using NFS as a data store, thereby being a client)?

Comment 5 Zak Berrie 2010-04-29 21:13:34 UTC
Yes RHEL 5.

This is for the NFSv4 server.

The desired use case is for two servers.  Active/Passive though the ability to have additional passive backups would be helpful.

The security features requested are simply the normal nfs access control.

However it would be helpful to be able to specify any of the options that are normally available in /etc/exports.

I'll ask the customer to add further color to this.

-Zak

Comment 6 Lon Hohberger 2010-05-05 13:57:07 UTC
Clarification -- what I meant was...

Do they need:

a) 1 nfs service per cluster (any number of backups for failover), or

b) 2+ nfs services per cluster where the services can coexist on the same cluster node.

The former is not terribly difficult, I think.  The latter is quite difficult and would require substantial work to get right (if it's possible at all).

Comment 7 Micheal Waltz 2010-05-05 18:22:37 UTC
Currently we just need option A for a single NFS service that supports multiple exports.

We would like option B in the future but it's not a priority.

Comment 8 Lon Hohberger 2010-07-27 14:18:38 UTC
In RHEL6 there is a kernel enhancement which makes this feasible - it sets up the pseudoroot namespace when the first export is fed in.  This in turn allows 'exportfs' to work largely as it does today.

Actually, we added NFSv4 support to RHEL6:

http://git.fedorahosted.org/git/?p=cluster.git;a=blob;f=rgmanager/src/resources/nfsserver.sh;h=17f472d0d21d6b53dd27afe4bce690f25d9c05d8;hb=348d5e9b4b3cd92e8739a5fc3b9e6bd2809dc722

On RHEL5, setting up the NFSv4 server requires setting up a pseudo-root file system explicitly, which is not particularly easy to do in a sane way in a cluster with more than one export.

More to the point, any work done on RHEL5 will not work on RHEL6 and vice-versa due to differences in the way NFSv4 setup is performed in those releases.  There is also no sane way to do configuration upgrade compatibility - users of a resource-agent designed for RHEL5 would have no migration path; it would be a dead-end feature.

So, we'd need the kernel enhancement from RHEL6 backported to RHEL5 before this is feasible.

Comment 9 Lon Hohberger 2010-07-27 16:44:46 UTC
I scoped this out with one of the developers who implemented the kernel feature.  The following packages will require changes in order for the cluster to provide a native nfsv4 agent on Red Hat Enterprise Linux 5:

 - kernel
 - nfs-utils
 - rgmanager

Additionally, for consistency, the following packages should be updated

 - conga 
 - system-config-cluster (primarily for schema purposes)

Comment 11 Lon Hohberger 2010-09-22 16:55:16 UTC
The feature request which this feature request depended upon has been declined for inclusion.

Comment 12 RHEL Program Management 2010-09-22 17:04:58 UTC
Development Management has reviewed and declined this request.  You may appeal
this decision by reopening this request.


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