Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust volume size #27

Open
psywolf85 opened this issue Aug 17, 2018 · 2 comments
Open

Adjust volume size #27

psywolf85 opened this issue Aug 17, 2018 · 2 comments

Comments

@psywolf85
Copy link

Hi, I think it would be good if we can adjust the volume size.
Currently its not possible to make the volume bigger to host more logs. In big tests that is needed.

ecs-cli seems not to have an option to set the EBS Volume size. In the cluster setup GUI on AWS Web Console its possible.

@dsperling
Copy link
Member

ecs-cli discussion on this topic:
https://github.com/aws/amazon-ecs-agent/issues/549

@dsperling
Copy link
Member

A temporary workaround is:

  1. Create a Cluster using the AWS ECS Console
  2. The Cluster name must be JMeter
  3. Set the number of instances to MINION_COUNT + 1
  4. Increase the default EBS Storage
  5. Select the JMeter VPC and Subnets
  6. Create the cluster and wait for the instances to become
  7. Run lucy with the following variables: --env RETAIN_CLUSTER=true --env JMETER_FLAGS=-X

Of course this bypasses the best feature of Lucy which creates Clusters on demand to keep costs at a minimum.

I will add this feature once the ecs-cli supports it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants