Seems I can't actually copy anything over now. I get an error in the 
mount.log as follows. Thanks for any help with this.

2015-03-11 23:52:43.379 27214:MainThread root.excepthook: Uncaught 
top-level exception:
Traceback (most recent call last):
  File "/root/s3ql-2.12/src/s3ql/block_cache.py", line 735, in _get_entry
    el = self.cache[(inode, blockno)]
KeyError: (375, 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./s3ql-2.12/bin/mount.s3ql", line 26, in <module>
  File "/root/s3ql-2.12/src/s3ql/mount.py", line 215, in main
    llfuse.main(options.single)
  File "fuse_api.pxi", line 314, in llfuse.capi.main 
(src/llfuse/capi_linux.c:22072)
  File "handlers.pxi", line 298, in llfuse.capi.fuse_read 
(src/llfuse/capi_linux.c:8199)
  File "handlers.pxi", line 299, in llfuse.capi.fuse_read 
(src/llfuse/capi_linux.c:8151)
  File "/root/s3ql-2.12/src/s3ql/fs.py", line 1019, in read
    tmp = self._readwrite(fh, offset, length=length)
  File "/root/s3ql-2.12/src/s3ql/fs.py", line 1096, in _readwrite
    with self.cache.get(id_, blockno) as fh:
  File "/usr/lib/python3.4/contextlib.py", line 59, in __enter__
    return next(self.gen)
  File "/root/s3ql-2.12/src/s3ql/block_cache.py", line 714, in get
    el = self._get_entry(inode, blockno)
  File "/root/s3ql-2.12/src/s3ql/block_cache.py", line 771, in _get_entry
    backend.perform_read(do_read, 's3ql_data_%d' % obj_id)
  File "/root/s3ql-2.12/src/s3ql/backends/common.py", line 46, in wrapped
    return method(*a, **kw)
  File "/root/s3ql-2.12/src/s3ql/backends/common.py", line 235, in 
perform_read
    fh = self.open_read(key)
  File "/root/s3ql-2.12/src/s3ql/backends/comprenc.py", line 152, in 
open_read
    fh = self.backend.open_read(key)
  File "/root/s3ql-2.12/src/s3ql/backends/common.py", line 46, in wrapped
    return method(*a, **kw)
  File "/root/s3ql-2.12/src/s3ql/backends/swift.py", line 372, in open_read
    meta = self._extractmeta(resp, key)
  File "/root/s3ql-2.12/src/s3ql/backends/s3c.py", line 715, in _extractmeta
    raise RuntimeError('Unknown metadata format: %s' % format_)
RuntimeError: Unknown metadata format: raw2

On Tuesday, March 10, 2015 at 4:09:50 PM UTC-4, Joseff Betancourt wrote:
>
> Seems I fixed this by using instructions here:
> https://groups.google.com/forum/#!topic/s3ql/1kRyzy6CM2k
>
> On Monday, March 9, 2015 at 10:21:04 PM UTC-4, Joseff Betancourt wrote:
>>
>> I am unable to mount or fsck the 2.12 container after an unsuccessful 
>> upgrade to 2.13.
>>
>> Is there a way to tell 2.12 fsck to force check it as nothing is actually 
>> mounted but it thingk it is.
>>
>> "./fsck.s3ql "rackspace://region:contatiner"                             
>>                 
>>
>> Can not check mounted file system. "
>>
>>
>> We need to fix this asap and any help is appreciated.
>>
>

-- 
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