Re: [PATCH] libxl: avoid infinite loop in libxl__remove_directory()

2025-03-12 Thread Anthony PERARD
On Thu, Mar 06, 2025 at 04:01:53PM +0100, Jürgen Groß wrote: > On 06.03.25 12:25, Jan Beulich wrote: > > Infinitely retrying the rmdir() invocation makes little sense. While the > > original observation was the log filling the disk (due to repeated > > "Directory not empty" errors, in turn occurrin

Re: [PATCH] libxl: avoid infinite loop in libxl__remove_directory()

2025-03-06 Thread Jürgen Groß
On 06.03.25 12:25, Jan Beulich wrote: Infinitely retrying the rmdir() invocation makes little sense. While the original observation was the log filling the disk (due to repeated "Directory not empty" errors, in turn occurring for unclear reasons), the loop wants breaking even if there was no erro

[PATCH] libxl: avoid infinite loop in libxl__remove_directory()

2025-03-06 Thread Jan Beulich
Infinitely retrying the rmdir() invocation makes little sense. While the original observation was the log filling the disk (due to repeated "Directory not empty" errors, in turn occurring for unclear reasons), the loop wants breaking even if there was no error message being logged (much like is don