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 463838 - [LTC 6.0 FEAT] 201025:Cluster enablement of NFSv4 server
Summary: [LTC 6.0 FEAT] 201025:Cluster enablement of NFSv4 server
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.0
Hardware: All
OS: All
high
high
Target Milestone: alpha
: ---
Assignee: Ric Wheeler
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks: 356741
TreeView+ depends on / blocked
 
Reported: 2008-09-24 20:41 UTC by IBM Bug Proxy
Modified: 2009-09-17 15:56 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-17 15:26:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description IBM Bug Proxy 2008-09-24 20:41:22 UTC
=Comment: #0=================================================
Emily J. Ratliff <emilyr.com> - 2008-09-24 13:52 EDT
1. Feature Overview:
Feature Id:	[201025]
a. Name of Feature:	Cluster enablement of NFSv4 server
b. Feature Description
The following areas (briefly covered) need to be addressed to enable NFSv4 for cluster environment.
 Some of them are already developed and included (or planned to include) in distro releases.  But,
mentioned here for completeness.    Share Reservations: When a cluster file system is exported with
NFSv4, multiple NFSv4 servers export a common back-end file system, so ACCESS and DENY reservations
must be distributed to take into account shares from other NFSv4 servers. In other words, the NFSv4
server has to ask the cluster file system if an incoming OPEN share can be granted.     Byte Range
Locking: NFSv4 byte-range locks are non-blocking, so clients contending for a lock must poll. This
raises the stakes for fair queueing, as a local process waiting for a lock will almost always
acquire the contended lock before an NFSv4 client can.  Addressing fair queueing, the NFSv4 spec
suggests that the server should maintain an ordered list of pending blocking locks. More broadly,
queue fairness suggests that all lock requesters (local processes, LOCKD, and the NFSv4 server)
should share such an ordered list.     Delegations: The major addition to NFS version 4 in the area
of caching is the ability of the server to delegate certain responsibilities to the client.  The
essence of a delegation is that it allows the client to locally service operations such as OPEN,
CLOSE, LOCK, LOCKU, READ, WRITE without immediate interaction with the server.     Recovery and
Client Migration: Exporting a shared cluster file system with multiple NFS servers can increase
performance and availability through load-balancing and failover. The NFSv4 protocol has migration
and failover features.

2. Feature Details:
Sponsor:	LTC
Architectures:
x86
x86_64
ppc64

Arch Specificity: Purely Common Code
Affects Kernel Modules: Yes
Delivery Mechanism: Direct from community
Category:	Remote Filesystems
Request Type:	Kernel - Enhancement from Upstream
d. Upstream Acceptance:	In Progress
Sponsor Priority	1
f. Severity: High
IBM Confidential:	no
Code Contribution:	3rd party code
g. Component Version Target:	kernel

3. Business Case
NFS is being used more and more in cluster environments.  Although, the community is focusing on
other cluster file systems, our main focus is GPFS specific areas.  The NFS need to be fit in the
increasing number of cluster file system solutions.  It improves load balancing, performance ability
to support on GPFS in clustered environment, and of course GPFS sales and customer base.

4. Primary contact at Red Hat: 
John Jarvis
jjarvis

5. Primary contacts at Partner:
Project Management Contact:
Sarah Wright, sarahw.com, 503-578-5145

Technical contact(s):
Frank Filz, ffilz.com

IBM Manager:
Jeffrey Heroux, heroux.com

Comment 1 Bill Nottingham 2008-10-03 17:51:18 UTC
Is this targeted at a specific kernel version? Any links to upstream status?

Comment 2 IBM Bug Proxy 2009-03-02 17:11:00 UTC
This feature has been a placeholder for Almaden GPFS work on cluster enablement. In practice, they open bugzillas as issues arise and code is available. Keeping a placeholder bugzilla open doesn't serve any useful purpose.

Comment 3 Ric Wheeler 2009-09-17 15:26:35 UTC
Closing this placeholder. Please open specific requests for new features as needed. Thanks!


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