Michael Eischer

Results 855 comments of Michael Eischer

Duplicate of https://github.com/restic/restic/issues/1581 . @konidev20 Please make the changes in separate PRs if reasonable. That makes it easier for me to review them.

@realshuting I've just retested this, the issue does not solve itself even after waiting several hours. Interestingly, the background controller log shows that the reconciliation ran: ``` 2024-08-08T13:12:30Z INFO PolicyController.handleMutate.copy-race...

Applying an empty patch to the source secret is enough to trigger a correct sync: `kubectl patch secret source -p "{}"`

I just retested this, now with a k8s 1.28 cluster. The issue got harder to reproduce, but still persists. After bumping the iterations of the update loop to 100 the...

I found a few more creative usages after merging this PR: https://github.com/restic/restic/pull/5528

I'm not particularly sure where you want to use regexp to match some information. Can you be a bit more specific?

Sorry for the late reply. I'm somewhat confused, `--path` only matches the paths of a snapshot object, but does not look into the snapshot. With which commands would you combine...

Just repeated the test with 3975.2.2 and it is also affected. Edit: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.55 contains a few NFS related fixes, but it's unclear to me whether that would resolve this issue.

I'm wondering whether the underlying issue might be a bug in the ganesha NFS server that is now exposed by the read_plus default change. Edit: I did some additional testing...

Is there any update here yet?