ESE allocators xfs not showing allocated space

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

I assume you're looking at the allocator overview in the ECE UI. It's showing the available memory (RAM) not the available disk space.

Dah. My mistake, a newbie.
Thanks for reply.

So how do you see the total disk usage of the allocators?
I deployed a test deployment with 8GB RAM, so the disk showing is 256GB (8x32) 1:32
I can see this in the deployment
Where do I see the total size or remaining disk of the allocaters?

Hi @JeanD-SYD

Currently ECE is very RAM centric in its displays - the assumption is a fixed RAM:disk for a given allocator (set via instance configurations) with sufficient disk space to handle a full RAM allocation - hence the % of RAM in use is a proxy for % of available disk space

(As the 2.x series allows for more flexible RAM:disk configurations, our UI will probably evolve over time to allow people to look at allocators from other resource perspectives)

Alex

Alex,

Thanks for the information. Much appreciated

Jean

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.