[MCOL-715] Amazon Install - error when setting up UM storage as 'io1' volume type Created: 2017-05-11 Updated: 2017-07-27 Resolved: 2017-07-27 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.0.8 |
| Fix Version/s: | 1.0.10, 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | community | ||
| Environment: |
aws ec2 using Columnstore AMI |
||
| Sprint: | 2017-14, 2017-15 |
| Description |
|
Error in postConfigure on creating a EBS volume for the UM as a type of 'io1'. ===== Setup Storage Configuration ===== ----- Setup User Module MariaDB ColumnStore Data Storage Mount Configuration ----- There are 2 options when configuring the storage: internal and external 'internal' - This is specified when a local disk is used for the Data storage. 'external' - This is specified when the MariaDB ColumnStore Data directory is externally mounted. Select the type of Data Storage [1=internal, 2=external] (1) > 2 NOTE: The volume type. This can be gp2 for General Purpose SSD, io1 for Enter EBS Volume Type (gp2, io1, sc1, st1, standard) : (gp2) > io1 Enter EBS Volume storage size in GB: [4,16384] (4) > 10 Enter EBS Volume IOPS: [10,300] (unassigned) > 10 ----- Setup Performance Module DBRoot Data Storage Mount Configuration ----- There are 2 options when configuring the storage: internal or external 'internal' - This is specified when a local disk is used for the DBRoot storage. 'external' - This is specified when the DBRoot directories are mounted. Select the type of Data Storage [1=internal, 2=external] (1) > 2 NOTE: The volume type. This can be gp2 for General Purpose SSD, io1 for Enter EBS Volume Type (gp2, io1, sc1, st1, standard) : (gp2) > io1 Enter EBS Volume storage size in GB: [4,16384] (4) > 100 Enter EBS Volume IOPS: [100,3000] (3000) > ===== Setup Memory Configuration ===== NOTE: Setting 'NumBlocksPct' to 70% ===== Setup the Module Configuration ===== Amazon Install: For Module Configuration, you have the option to provide the ----- User Module Configuration ----- Enter number of User Modules [1,1024] (1) >
Create Instance for um1 [y,n] Launched Instance for um1: i-069c481dd93d4f4c3 Create an EBS volume for um1 ? [y,n] invalid literal for int() with base 10: 'unassigned' invalid literal for int() with base 10: 'unassigned' invalid literal for int() with base 10: 'unassigned' invalid literal for int() with base 10: 'unassigned' invalid literal for int() with base 10: 'unassigned'
|
| Comments |
| Comment by David Hill (Inactive) [ 2017-07-06 ] |
|
fixed ===== Setup Storage Configuration ===== ----- Setup User Module MariaDB ColumnStore Data Storage Mount Configuration ----- There are 2 options when configuring the storage: internal and external 'internal' - This is specified when a local disk is used for the Data storage. 'external' - This is specified when the MariaDB ColumnStore Data directory is externally mounted. Select the type of Data Storage [1=internal, 2=external] (1) > 2 NOTE: The volume type. This can be gp2 for General Purpose SSD, io1 for Enter EBS Volume Type (gp2, io1, sc1, st1, standard) : (gp2) > io1 Enter EBS Volume storage size in GB: [4,16384] (4) > 10 Enter EBS Volume IOPS: [10,300] (300) > ----- Setup Performance Module DBRoot Data Storage Mount Configuration ----- There are 2 options when configuring the storage: internal or external 'internal' - This is specified when a local disk is used for the DBRoot storage. 'external' - This is specified when the DBRoot directories are mounted. Select the type of Data Storage [1=internal, 2=external] (1) > 2 NOTE: The volume type. This can be gp2 for General Purpose SSD, io1 for Enter EBS Volume Type (gp2, io1, sc1, st1, standard) : (gp2) > io1 Enter EBS Volume storage size in GB: [4,16384] (4) > 20 Enter EBS Volume IOPS: [20,600] (600) > ===== Setup Memory Configuration ===== NOTE: Setting 'NumBlocksPct' to 70% ===== Setup the Module Configuration ===== Amazon Install: For Module Configuration, you have the option to provide the ----- User Module Configuration ----- Enter number of User Modules [1,1024] (1) >
Create Instance for um1 [y,n] Launched Instance for um1: i-049e6b65cf6174530 Create an EBS volume for um1 ? [y,n] ----- Performance Module Configuration ----- Enter number of Performance Modules [1,1024] (1) > |
| Comment by David Hill (Inactive) [ 2017-07-27 ] |
|
commit fd018011a77696396f04b98331018f877f2582a6 oamapps/postConfigure/postConfigure.cpp | 4 ++-- |
| Comment by David Hill (Inactive) [ 2017-07-27 ] |
|
passed testing on 1.0.10 and 1.1.0 |