Closed techie2000 closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I cannot replicate this, are you mounting some crazy amount of files into /config
or something odd?
I cannot replicate this, are you mounting some crazy amount of files into
/config
or something odd?
I looked at it and couldn't see anything unusual in my cli command/setup, but having just revisited it with a fresh pair of eyes I can see a schoolboy error
-v '/mnt/user/appdata/':'/config':'rw'
instead of
-v '/mnt/user/appdata/qdirstat/':'/config':'rw'
😊
Modified (corrected) cli and low and behold, expected behaviour observed. I'm off to administer self-lashings (and book an eye-test).
Case closed
Expected Behavior
App is made available for use 'quickly' (quicker than it does today, and similar to other linuxserver apps)
Current Behavior
After each container update, its takes upwards of 5mins to be able to use the app as script "10-adduser" 'stalls', with a lot of io and (relatively) high cpu usage before eventually completing without error.
Steps to Reproduce
Environment
OS: Slackware 14.2 x86_64 (post 14.2 -current) CPU architecture: x86_64 (AMD Ryzen 9 3950X 16-Core Processor) How docker service was installed: Via the regular/official UnRaid Application gui
Command used to create docker container (run/create/compose/screenshot)
/usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='qdirstat' --net='bridge' --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -p '3002:3000/tcp' -v '/mnt/':'/data':'rw' -v '/mnt/user/appdata/':'/config':'rw' 'lscr.io/linuxserver/qdirstat'
Docker logs