[StarCluster] EBS volume failed to be mounted after reboot

Kai Li kai.li.jx at gmail.com
Mon Feb 11 11:20:20 EST 2013


Hi,

When I rebooted the master node of starcluster, the previous mounted EBS
volume failed to be mounted again. But it's already listed in /etc/fstab as
"/dev/xvdz /home auto noauto,defaults 0 0".
So I have to mount it manually by "mount /xvdz /home" on the master node.
Does anyone have ever met same kind of problem?

The following is my configuration.

[cluster m3cluster]
> KEYNAME = kli_rsa
> CLUSTER_SIZE = 2
> CLUSTER_USER = sgeadmin
> CLUSTER_SHELL = bash
> NODE_IMAGE_ID = ami-5b3fb632 # starcluster-base-ubuntu-12.04-

x86_64 (us-east-1)
> NODE_INSTANCE_TYPE = m3.2xlarge
> DISABLE_QUEUE=True
> MASTER_INSTANCE_TYPE = t1.micro
> VOLUMES = home
> PLUGINS = createusers, sge
> SPOT_BID = 0.24
>
> [volume home]
> VOLUME_ID = vol-a2f2d8dc
> MOUNT_PATH = /home
>
>
> [plugin createusers]
> SETUP_CLASS = starcluster.plugins.users.CreateUsers
> usernames = kli, vchou
> DOWNLOAD_KEYS = True
> [plugin sge]
> SETUP_CLASS = starcluster.plugins.sge.SGEPlugin
> MASTER_IS_EXEC_HOST = False
>


-- 
李凯 ( Kai Li )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20130211/be046610/attachment.htm


More information about the StarCluster mailing list