Am 16.02.2020 um 22:44 hat Ján Tomko geschrieben: > On Fri, Feb 14, 2020 at 09:08:06PM +0100, Kevin Wolf wrote: > > It is not obvious what 'ignore' actually means for block jobs: It could > > be continuing the job and returning success in the end despite the error > > (no block job does this). It could also mean continuing and returning > > failure in the end (this is what stream does). And it can mean retrying > > the failed request later (this is what backup, commit and mirror do). > > > > This (somewhat inconsistent) behaviour was introduced and described for > > stream and mirror in commit ae586d6158. backup and commit were > > fatal: ambiguous argument 'ae586d6158': unknown revision or path not in the working tree. Oops, thanks for catching this. Not sure how this happened, but 32c81a4a6ec is the correct commit. Kevin