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

cmd/geth: Graceful shutdown if disk is full #22103

Merged
merged 10 commits into from
Jan 19, 2021
Merged

cmd/geth: Graceful shutdown if disk is full #22103

merged 10 commits into from
Jan 19, 2021

Commits on Jan 3, 2021

  1. cmd/geth: monitoring free disk space to avoid db corruption

    Adding warnings of free disk space left and graceful shutdown when there is not enough space left.
    alex347 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    b5adbc4 View commit details
    Browse the repository at this point in the history
  2. code formatting

    alex347 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    d6a22bf View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    0a42462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc95b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aba670 View commit details
    Browse the repository at this point in the history
  4. Update cmd/utils/diskusage.go

    code formatting
    
    Co-authored-by: Martin Holst Swende <[email protected]>
    alex347 and holiman authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    d98a93e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17e224a View commit details
    Browse the repository at this point in the history
  6. monitor free disk space only for mainnet and never in fast sync mode;

    changing free disk warn level;
    check free disk space once in a minute
    alex347 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    bd99637 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Update diskusage.go

    fjl authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b8e1eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf421c View commit details
    Browse the repository at this point in the history