StarCluster icon indicating copy to clipboard operation
StarCluster copied to clipboard

Error on g2.2xlarge cluster initialization

Open spolakh opened this issue 9 years ago • 0 comments

I'm trying to create 1-master-1-worker cluster on eu-west-1b and getting the following error, after which both instances run but fail to set up correctly (ie no mention of node001 in the master's /etc/hosts)

No handlers could be found for logger "paramiko.transport"
!!! ERROR - Error occured while running plugin 'starcluster.clustersetup.DefaultClusterSetup':
!!! ERROR - remote command 'source /etc/profile && fdisk -l 2>/dev/null'
!!! ERROR - failed with status -1:
!!! ERROR - 
!!! ERROR - Disk /dev/xvda: 8589 MB, 8589934592 bytes
!!! ERROR - 255 heads, 63 sectors/track, 1044 cylinders, total 16777216
!!! ERROR - sectors
!!! ERROR - Units = sectors of 1 * 512 = 512 bytes
!!! ERROR - Sector size (logical/physical): 512 bytes / 512 bytes
!!! ERROR - I/O size (minimum/optimal): 512 bytes / 512 bytes
!!! ERROR - Disk identifier: 0x00000000
!!! ERROR - 
!!! ERROR - Device Boot      Start         End      Blocks   Id  System
!!! ERROR - /dev/xvda1   *       16065    16771859     8377897+  83
!!! ERROR - Linux
!!! ERROR - 
!!! ERROR - Disk /dev/xvdz: 21.5 GB, 21474836480 bytes
!!! ERROR - 255 heads, 63 sectors/track, 2610 cylinders, total 41943040
!!! ERROR - sectors
!!! ERROR - Units = sectors of 1 * 512 = 512 bytes
!!! ERROR - Sector size (logical/physical): 512 bytes / 512 bytes
!!! ERROR - I/O size (minimum/optimal): 512 bytes / 512 bytes
!!! ERROR - Disk identifier: 0x00000000

The error appears when I switch from t2.micro to g2.2xlarge for NODE_INSTANCE_TYPE Note: I am using ami-ca4abfbd for NODE_IMAGE_ID which is an HVM StarCluster AMI in eu-west region

spolakh avatar Oct 29 '15 17:10 spolakh