Re: [PATCH v2 2/3] virStorageFileGetMetadataRecurse: Allow format probing under special circumstances

2020-02-25 Thread Daniel P . Berrangé
On Tue, Feb 25, 2020 at 02:25:44PM +0100, Peter Krempa wrote: > Allow format probing to work around lazy clients which did not specify > their format in the overlay. Format probing will be allowed only, if we > are able to probe the image, the probing result was successful and the > probed image

[PATCH v2 2/3] virStorageFileGetMetadataRecurse: Allow format probing under special circumstances

2020-02-25 Thread Peter Krempa
Allow format probing to work around lazy clients which did not specify their format in the overlay. Format probing will be allowed only, if we are able to probe the image, the probing result was successful and the probed image does not have any backing or data file. This relaxes the restrictions