Hello.
I've encounter an issue: server lost its network connection while data been
transfered to s3fs, after that than I ran fsck.s3ql and it mounts well, but
if I try to copy something I got:
cp: error reading ‘/path/to/file’: Transport endpoint is not connected
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)
How can I get access to my files again?
My OS is Ubuntu 14.04 and version of s3ql is 1.16 (from repository)
--
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.