Skip to content
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

Systemd improvements: start after network/fs online and allow more open files #405

Merged
merged 2 commits into from
Mar 5, 2021

Commits on Mar 4, 2021

  1. systemd: After and Wants network-online and local-fs

    Without these go-carbon can start before the network is online
    and also before all local fses have been mounted. If /var/lib/carbon
    is on a separate disk, this can lead to a failed start because
    the go-carbon will start, begin writing to the empty dir, then
    the carbon FS will not mount due to it not being empty.
    
    Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
    dvanders committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    93d68cb View commit details
    Browse the repository at this point in the history
  2. systemd: allow more open files

    By default we should allow more open files to allow for large
    installations.
    
    Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
    dvanders committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    55a5952 View commit details
    Browse the repository at this point in the history