Filesystem layout of ZT_HOME is a pain for Read Only uses. #2209
Labels
Status: Backlog
Older issues that are awaiting resolution
Type: Feature Request or Suggestion
Enhancements, performance concerns, etc.
zerotier-one constantly makes writes to some of these files. The files are mixed in with the more static files.
Embedded users have issues with SD cards getting burnt out, or the fs get re-mounted RO some time after boot and then zerotier-one chokes in some strange way.
Current layout:
Things that get written to :
networks.d/.conf
peers.d/*
metrics.prom
planet (if rarely)
pid and port on start up
authtoken and identity on First start.
if you join a network or change network options, networks.d/.local.conf
local.conf
I think the three categories are something like:
config
cache (ephemeral stuff)
identity and token (this is just autogenerated config?)
If we could separate some these types of files someday, that'd be nice
this might be helpful to some users: https://github.com/azlux/log2ram
The text was updated successfully, but these errors were encountered: