-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Now and then (not very often) the hard disk drive on bitnode fills up. It looks like this:
tingo@bitnode:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 24G 23G 0 100% /
devtmpfs 985M 0 985M 0% /dev
tmpfs 989M 4.0K 989M 1% /dev/shm
tmpfs 989M 105M 884M 11% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 989M 0 989M 0% /sys/fs/cgroup
tmpfs 198M 0 198M 0% /run/user/1009
tmpfs 198M 0 198M 0% /run/user/1004
this is unfortunate, services might stop because they run out of disk space when this happens. We should set up better monitoring, or find the root cause and fix it.