Closed
Description
I have running a Server on a Ubuntu 20.04 System. It works all fine. I send files to the server,
but after uploading nearly 5 GB of Files i get this,
"507 Insufficient Storage"
I checked the space with,
Filesystem Size Used Avail Use% Mounted on
udev 999M 0 999M 0% /dev
tmpfs 204M 799k 203M 1% /run
/dev/sda1 41G 24G 15G 62% /
tmpfs 1.1G 0 1.1G 0% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 1.1G 0 1.1G 0% /sys/fs/cgroup
/dev/sda15 63M 8.2M 55M 13% /boot/efi
tmpfs 204M 0 204M 0% /run/user/1000
I use the /dev/sda1, and there is plenty of space.
Expected Behavior
Current Behavior
Your Environment
- Version used (
minio --version
): RELEASE.2020-08-13T02-39-50Z - Server setup and configuration: Nginx Reverse Proxy
- Operating System and version (
uname -a
): Linux 5.4.0-42-generic Fix content-type in GetObjects #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
harshavardhana commentedon Aug 14, 2020
Please provide how you are running MinIO @HerrHase like command line options etc..
HerrHase commentedon Aug 15, 2020
I hope i can fill the gaps,
Minio runs with two Users, both have the same problem, i have also tried upload with the web-interface. There was no error message the upload get stuck, but on the network tab it shows me the 507.
Minio run as a Service, https://raw.githubusercontent.com/minio/minio-service/master/linux-systemd/
minio.service
Certifcates a provided by LetsEncrypt.
Configuration-Files
/etc/minio/default
/etc/nginx/nginx.conf
/etc/nginx/sites-enabled/subdomain-1 (subdomain-2 has the same)
harshavardhana commentedon Aug 15, 2020
Can you run
du -sh /usr/local/share/minio
?HerrHase commentedon Aug 16, 2020
On the web interface it shows me this,
harshavardhana commentedon Aug 16, 2020
Can you do
du -sh --apparent-size
and which version of MinIO is this ?Web interface shows only the usage from objects uploaded across bucket..
HerrHase commentedon Aug 16, 2020
Version is,
adamday2 commentedon Aug 21, 2020
We recently ran into an issue where we ran out of inodes on our minio cache.
You may want to check with
ls -i
klauspost commentedon Aug 24, 2020
@HerrHase Could you check if this is a an inode issue?
HerrHase commentedon Aug 24, 2020
Damn! I run out of inodes...
Thanks for the support! Maybe a different error message would be helpful or a hint in the documentation.
klauspost commentedon Aug 24, 2020
HTTP response code 507 means "Insufficient Storage", so we have to use that.
It also seems we receive the same error from the OS in these cases, so it isn't trivial to add.
[-]507 Insufficient Storage / harddisk is not full[/-][+][resolved] 507 Insufficient Storage / harddisk is not full[/+]