<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div></div>
Hi,<br>
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt"><br>
First, thank you for Starcluster, it is making this much easier. I am running into a problem, however. I am trying to start a cluster with an attached pre-existing EBS volume, but I keep getting this error.<br>
<br>
!!! ERROR - volume 'fraenkel<br>
[volume fraenkel]<br>
VOLUME_ID = vol-5e75ba11<br>
MOUNT_PATH = /home' not defined in config<br>
<br>
That volume id is for a 20GB volume I have already created and previously used, but which is not currently attached to anything. Am I doing something wrong? My config file (stripped of a bunch of comments) looks like:
<br>
<br>
[cluster defcluster]<br>
CLUSTER_SIZE = 16<br>
# create the following user on the cluster<br>
CLUSTER_USER = sgeadmin<br>
CLUSTER_SHELL = bash<br>
NODE_IMAGE_ID = ami-3393a45a<br>
NODE_INSTANCE_TYPE = c3.large<br>
VOLUMES=fraenkel<br>
<br>
&nbsp;[volume fraenkel]<br>
# attach vol-5e75ba11 to /home on master node and NFS-shre to worker nodes<br>
&nbsp;VOLUME_ID = vol-5e75ba11<br>
&nbsp;MOUNT_PATH = /home<br>
<br>
Thanks for any help!<br>
<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>