Bug 156369

Summary: exports > 14 characters cause status check failures
Product: [Retired] Red Hat Cluster Suite Reporter: Lon Hohberger <lhh>
Component: rgmanagerAssignee: Lon Hohberger <lhh>
Status: CLOSED CURRENTRELEASE QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-12 15:40:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fix from Birger none

Description Lon Hohberger 2005-04-29 14:28:25 UTC
Any NFS export which is > 14 lines in length is constantly unexported/reexported.

Reproducible: 100%

[root@red ~]# exportfs
/usr/share/automake-1.9
                @foo2
/mnt/tmp        @foo
/mnt/spare      <world>
[root@red ~]# OCF_RESKEY_name=foo OCF_RESKEY_TARGET=@foo2
OCF_RESKEY_path=/usr/share/automake-1.9 /usr/share/cluster/nfsclient.sh status
[root@red ~]# echo $?
1[root@red ~]# OCF_RESKEY_name=foo OCF_RESKEY_TARGET=@foo2
OCF_RESKEY_path=/usr/share/automake-1.9 ./nfsclient-patched.sh status
[root@red ~]# echo $?
0

Comment 1 Lon Hohberger 2005-04-29 14:34:22 UTC
Created attachment 113846 [details]
fix from Birger

Comment 2 Lon Hohberger 2005-04-29 14:38:08 UTC
The output in the initial bug report is checking without and with the patch,
respectively.

Comment 3 Lon Hohberger 2005-04-29 14:52:25 UTC
This causes ESTALE if a client is accessing the file system and the
unexport/reexport occurs.

Comment 4 Lon Hohberger 2005-04-29 19:19:14 UTC
Patches committed .... everywhere