Hi,
I have setup 3 allocators using the small script on Ubuntu 16.04.
https://www.elastic.co/guide/en/cloud-enterprise/current/ece-topology-example1.html
The servers have each a root drive of 80GB and an extra drive of 1TB
The 3 allocators are only showing 32.48 GB available of 53.48 GB, should be about 1TB
This is just a pilot setup but would like to get the full amount assigned
I have followed a few thread but no luck
/dev/vda1 84G 1.9G 82G 3% /
/dev/vdb 1.1T 5.9G 1.1T 1% /mnt/data
ece-3a-01 (MY_ZONE-1)
ece-3b-01 (MY_ZONE-2)
ece-3c-01 (MY_ZONE-3)
ubuntu@ece-3a-01:/mnt$ tree -L 3
.
└── data
├── docker
│ ├── aufs
│ ├── containers
│ ├── image
│ ├── network
│ ├── plugins
│ ├── swarm
│ ├── tmp
│ ├── trust
│ └── volumes
└── elastic
├── 10.243.196.19
├── bootstrap-state
└── logs
ubuntu@ese-3b-01:~$ df -H
Filesystem Size Used Avail Use% Mounted on
udev 34G 0 34G 0% /dev
tmpfs 6.8G 11M 6.8G 1% /run
/dev/vda1 84G 1.9G 82G 3% /
tmpfs 34G 5.8M 34G 1% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 34G 0 34G 0% /sys/fs/cgroup
/dev/vdb 1.1T 5.9G 1.1T 1% /mnt/data
tmpfs 6.8G 0 6.8G 0% /run/user/1000
sudo docker info | grep Root
Root Dir: /mnt/data/docker/aufs
Docker Root Dir: /mnt/data/docker
WARNING: No swap limit support
ubuntu@ese-3b-01:~$ docker info
Containers: 20
Running: 20
Paused: 0
Stopped: 0
Images: 5
Server Version: 17.03.2-ce
Storage Driver: aufs
Root Dir: /mnt/data/docker/aufs
Backing Filesystem: xfs
Dirs: 61
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 4ab9917febca54791c5f071a9d1f404867857fcc
runc version: 54296cf40ad8143b62dbcaa1d90e520a2136ddfe
init version: N/A (expected: 949e6facb77383876aeff8a6944dde66b3089574)
Security Options:
apparmor
seccomp
Profile: default
Kernel Version: 4.4.0-137-generic
Operating System: Ubuntu 16.04.5 LTS
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 62.92 GiB
Name: ese-3b-01
ID: QUQI:2MEV:W7B2:27YK:MPXP:MQJ3:42QS:NUM4:ZJHK:TMX5:E42T:GZ7U
Docker Root Dir: /mnt/data/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No swap limit support