btcd icon indicating copy to clipboard operation
btcd copied to clipboard

database: Prevent write transaction with low disk space

Open stevenroose opened this issue 6 years ago • 2 comments

I know it's kind of a hack, but it solves https://github.com/btcsuite/btcd/issues/1152.

In principle it does make sense to not try to operate with very little disk space, since it can cause all kinds of unexpected problems.

stevenroose avatar Apr 07 '18 23:04 stevenroose

@stevenroose you might want to look at https://github.com/gcash/bchd/pull/76

It would be better to use the db path so you are assured you are measuring the correct volume.

zquestz avatar Oct 26 '18 03:10 zquestz

@jcvernaleo (as per #1530)

  • Low priority
  • Bug

Linked Issues: #1152

jakesylvestre avatar Mar 04 '20 13:03 jakesylvestre