Hi fellows,<div><br></div><div>I´m trying to attach a 500 Gib EBS volume to my StarCluster. Here what I´ve done.</div><div><br></div><div>1. Created the volume thru´ AWS Console</div><div>2. Attached the volume to Master instance and choose /dev/sdf</div>
<div>3. Changed in .config file:</div><div>###############################</div><div>##  Defining Cluster Templates       ##</div><div>###############################</div><div><div># list of volumes to attach to the master node (OPTIONAL)</div>
<div># these volumes, if any, will be NFS shared to the worker nodes</div><div># see &quot;Configuring EBS Volumes&quot; below on how to define volume sections</div><div>VOLUMES = newave</div></div><div>(...)</div><div><div>
#############################</div><div>## Configuring EBS Volumes ##</div><div>#############################</div></div><div><div>[volume newave]</div><div>VOLUME_ID = vol-a74259dc</div><div>MOUNT_PATH = /home/newave</div>
</div><div>(...)</div><div>4. Started the cluster, sshed to master and formatted the volume</div><div>5. mkdir /home/newave in the master</div><div>6. Stopped the cluster... it dettached the volume</div><div>7. When I tried to start it again (using -x option), it didn´t attach or mount the volume</div>
<div><br></div><div>What I´m doing wrong???</div><div><br></div><div>All the best,</div><div><br>Sergio</div>