Last active
October 5, 2018 19:01
-
-
Save anoldguy/244d4336794be60c88d283ea1a8fe4ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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