You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scalr-discuss
I am trying to create a custom instance with Mysql and Apache running
on a single server for now. I want to store the Mysql data on an EBS
volume, but I am having problems getting the volume to re-mount on
synchronize. Also, is there a way to automatically manage LVM across
EBS volumes? When does the onEBSVolumeMounted get fired? Is it when
the volume gets attached or when it is actually mounted in the
filesystem? Is there any way to know when a volume gets attached? I
suppose I could poll using pvscan, but it seems like there should be a
better way to handle this.