Skip Menu |

This queue is for tickets about the VM-EC2 CPAN distribution.

Report information
The Basics
Id: 105411
Status: new
Priority: 0/
Queue: VM-EC2

People
Owner: Nobody in particular
Requestors: cpan [...] tracking.zerobelow.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.28
Fixed in: (no value)



Subject: RunInstances does not support instances with >10 local disks.
In /usr/local/share/perl5/VM/EC2/ParmParser.pm 182c182 < } elsif ($blockdevice =~ /^ephemeral\d$/) { --- Show quoted text
> } elsif ($blockdevice =~ /^ephemeral\d+$/) {