Closed ngehlenborg closed 7 years ago
This is weird:
higlass-docker$ docker exec container-2017-02-16_17-36-05-with-redis df -h /data
Filesystem Size Used Avail Use% Mounted on
osxfs 233G 86G 147G 38% /data
higlass-docker$ docker exec container-2017-02-16_17-36-05-with-redis df -h
Filesystem Size Used Avail Use% Mounted on
none 60G 8.0G 49G 15% /
tmpfs 1000M 0 1000M 0% /dev
tmpfs 1000M 0 1000M 0% /sys/fs/cgroup
osxfs 233G 86G 147G 38% /tmp
/dev/sda2 60G 8.0G 49G 15% /etc/hosts
shm 64M 0 64M 0% /dev/shm
tmpfs 1000M 0 1000M 0% /sys/firmware
look at dm.basesize... but this is specified when starting the daemon, not per container.
oh... In nils's deployment, /tmp isn't special: it's just using the finite container space. So this is really a documentation fix: If you're starting from an image, you need to mount volumes... but VOLUME declarations don't do that for us?
higlass-docker$ df -h /tmp/higlass-docker/volume-2017-02-16_17-36-05-with-redis/hg-{data,tmp}
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1 233Gi 86Gi 146Gi 37% 22592420 38388826 37% /
/dev/disk1 233Gi 86Gi 146Gi 37% 22592420 38388826 37% /
higlass-docker$ docker exec container-2017-02-16_17-36-05-with-redis bash -c 'df -h /tmp /data'
Filesystem Size Used Avail Use% Mounted on
osxfs 233G 86G 147G 37% /tmp
osxfs 233G 86G 147G 37% /data
discrepancies must just have been the OS doing work in the time between running the two commands
Trying to upload a 21.5 GB file to a HiGlass container running locally:
The host system has > 150 GB disk space available but the container seems to be limited to 20 GB: