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

Multiple EBS mounting #232

Closed
t5unamie opened this issue Sep 2, 2014 · 1 comment
Closed

Multiple EBS mounting #232

t5unamie opened this issue Sep 2, 2014 · 1 comment

Comments

@t5unamie
Copy link

t5unamie commented Sep 2, 2014

Hey there,

The following entry added to opsworks does not add multiple EBS volumes and mount them.

"data": { "devices": { "/dev/xvdf": { "file_system": "ext3", "mount_options": "rw,user", "mount_path": "/usr/local/var/data/elasticsearch/logstash", "format_command": "mkfs.ext3", "fs_check_command": "dumpe2fs", "region": "eu-west-1", "ebs": { "device": "/dev/xvdf", "delete_on_termination": true, "size": 1000, "type": "io1", "iops": 2000 }, "/dev/xvdg": { "file_system": "ext3", "mount_options": "rw,user", "mount_path": "/usr/local/var/data/elasticsearch/logstash1", "format_command": "mkfs.ext3", "fs_check_command": "dumpe2fs", "region": "eu-west-1", "ebs": { "device": "/dev/xvdf", "delete_on_termination": true, "size": 1000, "type": "io1", "iops": 2000 } } } }

There are two mount referenced, why does it only create one?

This code suggests it should just work as it cycles throught all the devices.

https://github.com/elasticsearch/cookbook-elasticsearch/blob/master/recipes/ebs.rb

Regards

J

@t5unamie
Copy link
Author

t5unamie commented Sep 3, 2014

I screwed up my data bag. NVM fixed

@t5unamie t5unamie closed this as completed Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant