elasticsearch-formula icon indicating copy to clipboard operation
elasticsearch-formula copied to clipboard

Elasticsearch 5.4.0 installation fails on Ubuntu in an LCD container

Open waynegemmell opened this issue 8 years ago • 0 comments

Hi

When installing ES 5.4.0 on Ubuntu in an LXD container you need to install with the following command

export ES_SKIP_SET_KERNEL_PARAMETERS=true; apt install elasticsearch

The ES_SKIP_SET_KERNEL_PARAMETERS=true env variable is necesarl because there are kernel parameters that are tuned on installation that are not available to the container and installation fails.

waynegemmell avatar Jun 08 '17 10:06 waynegemmell