Bug 253914
| Summary: | conga doesn't allow you to reuse nfs export and nfs client resources | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Corey Marthaler <cmarthal> |
| Component: | conga | Assignee: | Ryan McCabe <rmccabe> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.1 | CC: | cluster-maint, kanderso, rkenna |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHSA-2007-0640 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-11-07 15:38:38 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: | |||
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 |
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