Jérémy Viès

Results 24 comments of Jérémy Viès

hi, the elkarbackup-deduplication script implies the computation of the checksum of each file, and does not store them. it is not so very efficient :neutral_face: can you consider using some...

I didn't saw in first place that duperemove only works with btrfs...

Another tool that might be useful to implement this feature is rmlint (cf https://github.com/sahib/rmlint). It find duplicates and create a shell script that can handle them. Deduplication can be resolved...

My first try was using ssh to my host machine, and in this case the path was /mnt/data. During my second try, I binded my whole / into the Docker...

Either you block the path changes, or you can force a removal of the .sync directory (maybe with a confirmation pop-up). It's up to you.

I agree both issues are related. A warning is mandatory (with a link to the doc if possible). A cleanup from the UI would be even nicer !

I didn't know about this outdated data policy. I do not change my policies often, so I agree it is not mandatory to have such a remove button. But it...

The same happens when creating a virtualbox node: java.lang.ClassCastException: hudson.plugins.virtualbox.VirtualBoxComputer cannot be cast to io.jenkins.docker.DockerComputer at com.nirima.jenkins.plugins.docker.strategy.DockerOnceRetentionStrategy.start(DockerOnceRetentionStrategy.java:33) at hudson.model.AbstractCIBase.updateComputer(AbstractCIBase.java:145) at hudson.model.AbstractCIBase.access$000(AbstractCIBase.java:46) at hudson.model.AbstractCIBase$2.run(AbstractCIBase.java:207) at hudson.model.Queue._withLock(Queue.java:1380) at hudson.model.Queue.withLock(Queue.java:1257) at hudson.model.AbstractCIBase.updateComputerList(AbstractCIBase.java:190) at...

You're right ! I did not saw it was a 'docker' strategy ! In fact the issue is that this run once strategy is available for all nodes, even the...