Arthur Bodera

Results 101 comments of Arthur Bodera

> If you want to give it a go before then, fire up a docker container with 6G ram limit and do: dd if=/dev/urandom of=file.blob bs=1MB count=8000 rsync file.blob /amazon/...

> To make this change set more palatable to non-docker users of fuse, I put in file backing if writing gets too large. At the moment the default is 1G....

@bgemmill any special requirements? It crashes on startup. Init doesn't create it either :| ``` Getting changes 16-08-18 10:27:39.754 [ERROR] [acd_cli] - Traceback (most recent call last): File "acd_cli.py", line...

Oh, actually it doesn't crash but keeps complaining about that table. Also on xattrs: ``` 16-08-18 10:41:47.432 [DEBUG] [acdcli.acd_fuse] -

> I'd be happy to look at patches if there's an elegant way to do that in a _3_to_4 type db upgrade function. Meh. If they get CREATEd on first...

Interesting ... with this branch, my mount randomly unmounts after some time (probably crashes). When `upload`ing I've recently encountered this: ``` 16-08-21 12:48:32.530 [ERROR] [acd_cli] - Traceback (most recent call...

I've noticed something new. After 8h of operation (on 06efeca565720d0e74fadbdbc6f1ff2b2ccaeea4) , the fuse mount became sluggish. All writes would result in `>50% wait` load with the `acd_cli.py` only at the...

Warning! Rename truncates files :-( Try this: ``` shell dd if=/dev/urandom bs=1024 count=1024 of=/tmp/file.dat && \ cp /tmp/file.dat /mnt/acd/ && \ mv /mnt/acd/file.dat /mnt/acd/file-renamed.dat && \ stat /mnt/acd/file-renamed.dat ``` The...

Damn. It appears the truncation happens only with encfs on top of acd_cli mount. Doesn't happen in either one alone.

I also feel like this branch is much more CPU hungry. Could you please verify that for me @bgemmill ? Here's a session of copying a single 444MB file into...