[BUG] Server Status Usage shows different values in different locations. #1520

Closed
opened 2026-02-05 02:13:08 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @yurividal on GitHub (Oct 27, 2023).

The bug

image

The OS that Immich Server is running on

Ubuntu 22.04

Version of Immich Server

1.82.1

Version of Immich Mobile App

1.82.1

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

same as example

Your .env content

same as example

Reproduction steps

Go to page /admin/server-status and look at the value in the 2 different locations.

Additional information

See screenshot

Originally created by @yurividal on GitHub (Oct 27, 2023). ### The bug <img width="1216" alt="image" src="https://github.com/immich-app/immich/assets/8555749/8cb7edd4-1bf0-4599-b8d8-1b3abb886fd6"> ### The OS that Immich Server is running on Ubuntu 22.04 ### Version of Immich Server 1.82.1 ### Version of Immich Mobile App 1.82.1 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML same as example ``` ### Your .env content ```Shell same as example ``` ### Reproduction steps ```bash Go to page /admin/server-status and look at the value in the 2 different locations. ``` ### Additional information See screenshot
Author
Owner

@alextran1502 commented on GitHub (Oct 27, 2023):

The storage is the status of the mount of UPLOAD_LOCATION, whereas the Storage in the server status page is how much storage the actual raw files take.

@alextran1502 commented on GitHub (Oct 27, 2023): The storage is the status of the mount of `UPLOAD_LOCATION`, whereas the Storage in the server status page is how much storage the actual raw files take.
Author
Owner

@yurividal commented on GitHub (Oct 27, 2023):

i see. makes sense. Maybe an improvement would be to word it better? it just seems a bit contradictive having 2 diffrent things with the same name on the same page.

@yurividal commented on GitHub (Oct 27, 2023): i see. makes sense. Maybe an improvement would be to word it better? it just seems a bit contradictive having 2 diffrent things with the same name on the same page.
Author
Owner

@alextran1502 commented on GitHub (Oct 27, 2023):

Yes for sure, we were using the node API to crawl the file system for actual usage for each user and that takes a long time. This is a point of improvement if you are willing to help with

@alextran1502 commented on GitHub (Oct 27, 2023): Yes for sure, we were using the node API to crawl the file system for actual usage for each user and that takes a long time. This is a point of improvement if you are willing to help with
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1520