Christophe Combelles

Results 29 comments of Christophe Combelles

One possible way to avoid losing labels is by storing them in a file such as /etc/buttervolume/labels.ini

Thanks for reporting this issue I've never used btrfs compression, I understand this is a choice during mount. I guess there are two mount operations causing the observed difference :...

It looks like there is a bind-mount of the provided path by docker. I'm wondering whether a bind-mount can change the mount options of the underlying mount...

I finally found some time to try enabling compression. It seems it's definitely possible, just by doing `chattr +c` just after creating the volume. When mounted by docker, the volume...

Looks like a [common problem](https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/) on containers, that was fixed by adding a --init option to docker run, but probably not fixed for docker plugins? Anyway I just tested using...

Just released version 3.6 with the fix for zombie processes. Already using it in production on a small server. I checked that incoming ssh connections don't create zombie processes.

No risk to upgrade, it's OK !

> :set backupcopy=yes or ~/.vimrc set backupcopy=yes Thanks !! It's the solution, indeed, but it doesn't explain the problem. I had the same error with any live-reloading solution, and it...

started a branch `schedule_disable`

Added a way to pause/resume one schedule or all at once.