On Feb 19 2016, Александр Чапкин <[email protected]> wrote:
> In the mount.log there is that error:
>
>
> 2016-02-18 23:13:40.945 [13072] MainThread: [mount] Encountered exception, 
> trying to clean up...
> 2016-02-18 23:13:40.945 [13072] MainThread: [mount] Unmounting file system
> ...
> 2016-02-18 23:13:57.882 [13072] MainThread: [root] Uncaught top-level 
> exception:
> Traceback (most recent call last):
>   File "/usr/bin/mount.s3ql", line 9, in <module>
>     load_entry_point('s3ql==1.16', 'console_scripts', 'mount.s3ql')()
>   File "/usr/lib/s3ql/s3ql/mount.py", line 51, in run_with_except_hook
>     run_old(*args, **kw)
>   File "/usr/lib/python2.7/threading.py", line 763, in run
>     self.__target(*self.__args, **self.__kwargs)
>   File "/usr/lib/s3ql/s3ql/block_cache.py", line 466, in _removal_loop
>     self._do_removal(tmp)
>   File "/usr/lib/s3ql/s3ql/block_cache.py", line 472, in _do_removal
>     backend.delete('s3ql_data_%d' % obj_id)
>   File "/usr/lib/s3ql/s3ql/backends/common.py", line 599, in delete
>     return self.backend.delete(key, force)
>   File "/usr/lib/s3ql/s3ql/backends/common.py", line 63, in wrapped
>     return fn(self, *a, **kw)
>   File "/usr/lib/s3ql/s3ql/backends/swift.py", line 320, in delete
>     raise NoSuchObject(key)

Seems like your storage server lost some data that you stored there (or
you've found a bug in S3QL). You can recover what is still present by
running fsck.s3ql, but I urgently suggest you store the data somewhere
more reliable. S3QL doesn't cope well with unreliable backends.

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to