Bug 698217

Summary: Exportfs Resource Agent fails to start when clientspec="*"
Product: Red Hat Enterprise Linux 6 Reporter: bcodding
Component: resource-agentsAssignee: Chris Feist <cfeist>
Status: CLOSED DUPLICATE QA Contact: Cluster QE <mspqa-list>
Severity: low Docs Contact:
Priority: low    
Version: 6.0CC: agk, cluster-maint, djansa, lhh
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-21 16:17:19 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
A patch that properly escapes an "*" in clientspec. none

Description bcodding 2011-04-20 13:02:31 UTC
Created attachment 493480 [details]
A patch that properly escapes an "*" in clientspec.

The exportfs resource agent (ocf:heartbeat:exportfs) fails to start when the clientspec param is set to "*", reporting:

exportfs[23964]: INFO: Exporting file system ...
exportfs[23964]: ERROR: Export not reported by showmount -e

This is because the * is not properly escaped in /usr/lib/ocf/resource.d/heartbeat/exportfs:142.

Name        : resource-agents
Version     : 3.0.12         
Release     : 15.el6_0.1     

Easily reproduced by adding a new exportfs on a valid cluster:

crm configure primitive NFS_EXPORT ocf:heartbeat:exportfs params clientspec="*" options="" directory="/exports" fsid="100"

Attached a patch that properly escapes an "*" in clientspec.

Comment 6 Chris Feist 2011-07-21 16:17:19 UTC
This has been fixed as part of the resource agent rebase, marking as duplicate.

*** This bug has been marked as a duplicate of bug 707127 ***