Skip to content

Instantly share code, notes, and snippets.

@anoldguy
Last active October 5, 2018 19:01
Show Gist options
  • Save anoldguy/244d4336794be60c88d283ea1a8fe4ec to your computer and use it in GitHub Desktop.
Save anoldguy/244d4336794be60c88d283ea1a8fe4ec to your computer and use it in GitHub Desktop.
# Resize FS
resize2fs /dev/sdb
# Only if needed:
# Stop ES
service bitnami stop
ps -efa|grep elasticsearch
# Restart ES
service bitnami start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment