Great - thanks for sending me the update!
On Thu, Apr 5, 2012 at 10:44 AM, Joshua Timberman (JIRA) <
oss-tickets@opscode.com> wrote:
>
> [
> http://tickets.opscode.com/browse/COOK-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Joshua Timberman closed COOK-970.
> ---------------------------------
>
>
> This is released in v1.2.0. Thank you!
>
> > database::ebs_volume fails with "Chef::Exceptions::Mount: Device
> /dev/sdi does not exist" on Ubuntu 11.04
> >
> ---------------------------------------------------------------------------------------------------------
> >
> > Key: COOK-970
> > URL: http://tickets.opscode.com/browse/COOK-970
> > Project: Chef Cookbooks
> > Issue Type: Bug
> > Components: database
> > Environment: Ubuntu 11.04
> > Amazon EC2
> > Chef 0.10.8
> > Reporter: Jon-Erik Schneiderhan
> > Priority: Major
> >
> > It looks like the device is renamed from the provided name of /dev/sdi
> to /dev/xvdi. Trying to set [mysql][ebs_vol_dev] to /dev/xvdi directly
> results in an error as well since it is outside the acceptable ranges the
> device parameter in AWS.
>
> –
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
I submitted a small pull request that fixes the issue for me on Github (https://github.com/opscode/cookbooks/pull/308). I doubt it's the correct solution, but it's the best I could come up with with my limited experience.