Dear all,

I have a broadband but not 100% stable internet connection. Sometimes there 
are short outages.

Now I have a s3fs with 165000 objects and it did not get unmounted properly 
so I need to use fsck to use it again.

However fsck always terminates with the message below, sometimes after 5000 
objects, sometimes after 100000. I tried around 10 times already.

Is there a timeout that I can increase? Or a retry counter limit that I can 
increase?

Best Regards,
Peter

8617   File "/usr/lib/s3ql/s3ql/fsck.py", line 89, in check
8618     self.check_objects_id()
8619   File "/usr/lib/s3ql/s3ql/fsck.py", line 895, in check_objects_id
8620     for (i, obj_name) in enumerate(self.backend.list('s3ql_data_')):
8621   File "/usr/lib/s3ql/s3ql/backends/common.py", line 46, in wrapped
8622     return method(*a, **kw)
8623   File "/usr/lib/s3ql/s3ql/backends/common.py", line 142, in __next__
8624     el = next(self.iterator)
8625   File "/usr/lib/s3ql/s3ql/backends/s3c.py", line 217, in list
8626     'max-keys': 1000 })
8627   File "/usr/lib/s3ql/s3ql/backends/s3c.py", line 407, in _do_request
8628     query_string=query_string, body=body)
8629   File "/usr/lib/s3ql/s3ql/backends/s3c.py", line 666, in _send_request
8630     return read_response()
8631   File "/usr/lib/s3ql/s3ql/backends/s3c.py", line 628, in read_response
8632     resp = self.conn.read_response()
8633   File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 708, 
in read_response
8634     return eval_coroutine(self.co_read_response(), self.timeout)
8635   File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 1396, 
in eval_coroutine
8636     if not next(crt).poll(timeout=timeout):
8637   File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 727, 
in co_read_response
8638     raise StateError('Previous response not read completely')
8639 dugong.StateError: Previous response not read completely

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