-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker overlay2 disk mounts not showing up correctly #647
Comments
Thanks for your bug report 👍 Adding Do you have an idea why docker 25.x treats your fileystem as inaccessible? |
From my tests, I have noticed, that
Only the first From
I think that the data volumes are dropped without |
The reason why you don't see the overlay filesystem is because overlay filsystems are explicitly excluded. See #303 serverinfo/lib/OperatingSystems/Linux.php Line 211 in bdc2b66
|
Steps to reproduce
Expected behaviour
Disks should show up as expected. Picture with docker v24 and mounts with devicemapper.
Actual behaviour
Disks do not show up. Picture with docker v27 and mounts with overlay2
This issue can be fixed by adding
a
flag (df -TPk
todf -TPka
) to https://github.com/nextcloud/serverinfo/blob/master/lib/OperatingSystems/Linux.php#L197Server configuration
Operating system:
RHEL 9.3
Web server:
NGINX
Database:
MariaDB
PHP version:
8.2.20
Nextcloud version: (see Nextcloud admin page)
28.0.6
Where did you install Nextcloud from:
Docker hub
List of activated apps:
Nextcloud configuration:
Client configuration
Browser:
Safari 17.5
Operating system:
macOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: