https://dagster.io/ logo
#ask-community
Title
# ask-community
m

Mykola Palamarchuk

01/16/2023, 4:24 AM
Hi team! I've found a bug (v1.1.10): Dagster's "telemetry" ignores DAGSTER_HOME. I'm running deployments in rootless Docker container. So I've created "dagster" user with
/home/dagster
as his home. But it appears that "telemetry" still tries to write some data to
/opt/dagster
which results in "access denied" error for any job run. I've checked the container environment through the shell and the variable DAGSTER_HOME is properly set there. Btw, the same bug persists for
fs_io_manager
, but at least it has a configuration options to mitigate that.
c

chris

01/17/2023, 7:55 PM
thanks for reporting, will investigate to see what might be causing the issue here. Is this causing any actual breakage for you, or are you just seeing the write error in the logs
m

Mykola Palamarchuk

01/18/2023, 5:07 AM
@chris, it breaks the execution
j

Jordan Wolinsky

01/23/2023, 9:24 PM
plus2 getting this issue
ended up just disabling telemtry in the primary helm chart
plus1 1
6 Views