Issue Details (XML | Word | Printable)

Key: CHEF-706
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Adam Jacob
Reporter: Nolan Patterson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Chef

mount provider fails to mount samba/cifs devices (Device does not exist)

Created: 11/Nov/09 10:15 PM   Updated: 21/Dec/09 10:34 PM   Resolved: 18/Dec/09 08:07 PM
Component/s: Providers
Affects Version/s: 0.7.14
Fix Version/s: 0.8.2


 Description  « Hide

Just as in http://tickets.opscode.com/browse/CHEF-407, the mount device existence check should also exclude samba style mounts which are prefixed by double slash //. The device check as it is causes cifs mounts to fail with "FATAL: Device //someserver/someshare does not exist".



Sort Order: Ascending order - Click to sort in descending order
Adam Jacob added a comment - 14/Nov/09 06:17 PM

Thanks for the bug report, Nolan. I've added this ticket to the backlog, to make sure we see it during future ticket triage rounds.


Bryan McLellan added a comment - 18/Dec/09 08:07 PM

If a device contains '//' we ignore it like we ignore devices containing ':'

http://github.com/btm/chef/tree/chef-0.7-706
http://github.com/btm/chef/tree/chef-0.8-706


Adam Jacob added a comment - 21/Dec/09 10:34 PM

Thanks for the bug report, Nolan, and Bryan for the fix. This is merged and pushed to opscode/master.