Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created July 31, 2017 11:44
Show Gist options
  • Save exarkun/208288814fb1fcaaad87a20038fd29e4 to your computer and use it in GitHub Desktop.
Save exarkun/208288814fb1fcaaad87a20038fd29e4 to your computer and use it in GitHub Desktop.
500 Internal Server Error
Traceback (most recent call last): Failure: allmydata.mutable.common.NotEnoughServersError:
('Publish ran out of good servers, last failure was: [
Failure instance: Traceback (failure with no frames): <class 'foolscap.tokens.RemoteException'>:
<RemoteException around '
[CopiedFailure instance: Traceback from remote host -- Traceback (most recent call last):
File "/home/customer/venv/local/lib/python2.7/site-packages/foolscap/eventual.py", line 26, in _turn
cb(*args, **kwargs)
File "/home/customer/LAFS_source/src/allmydata/util/deferredutil.py", line 56, in _with_log
op(res)
File "/home/customer/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 393, in callback
self._startRunCallbacks(result)
File "/home/customer/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 501, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/home/customer/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 587, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/customer/LAFS_source/src/allmydata/storage/backends/base.py", line 171, in _update_lease
account.add_or_renew_default_lease(self.storage_index, shnum)
File "/home/customer/LAFS_source/src/allmydata/storage/account.py", line 58, in add_or_renew_default_lease
return self.add_or_renew_lease(storage_index, shnum, renewal_time, expiration_time)
File "/home/customer/LAFS_source/src/allmydata/storage/account.py", line 63, in add_or_renew_lease
renewal_time, expiration_time)
File "/home/customer/LAFS_source/src/allmydata/storage/leasedb.py", line 279, in add_or_renew_leases
(si_s, found_shnum, ownerid, renewal_time, expiration_time))
sqlite3.OperationalError: database or disk is full
]'>
]', None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment