Description of problem: With conga, I can't make the following resource file that is needed: <service autostart="1" domain="taft_fo" exclusive="0" name="NFS IS FUN" recovery="relocate"> <ip ref="10.15.89.210"/> <clusterfs ref="gfs1"> <nfsexport ref="taft nfs export"> <nfsclient ref="all clients"/> </nfsexport> </clusterfs> <clusterfs ref="gfs2"> <nfsexport ref="taft nfs export"> <nfsclient ref="all clients"/> </nfsexport> </clusterfs> </service> Instead it only allows the following: <service autostart="1" domain="taft_fo" exclusive="0" name="NFS IS FUN" recovery="relocate"> <ip ref="10.15.89.210"/> <clusterfs ref="gfs1"> <nfsexport ref="taft nfs export"> <nfsclient ref="all clients"/> </nfsexport> </clusterfs> <clusterfs ref="gfs2"/> </service> And this will cause export permission errors for the nfs client: [root@flea-10 ~]# mount -t nfs 10.15.89.210:/mnt/gfs1 /mnt/taft1 [root@flea-10 ~]# mount -t nfs 10.15.89.210:/mnt/gfs2 /mnt/taft2 [root@flea-10 ~]# touch /mnt/taft1/foobar [root@flea-10 ~]# touch /mnt/taft2/foobar touch: cannot touch `/mnt/taft2/foobar': Permission denied Version-Release number of selected component (if applicable): 0.10.0-5.el5
Ryan, is this bug fixed in a release version?
fix verified in 0.10.0-6.el5.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2007-0640.html