Re: [PATCH 1/1] block: improve error logging in bdrv_reopen_prepare()

2023-02-16 Thread Kevin Wolf
Am 13.02.2023 um 11:31 hat Denis V. Lunev geschrieben: > The error generated when the option could not be changed inside > bdrv_reopen_prepare() does not give a clue about problematic > BlockDriverState as we could get very long tree of devices. > > The patch adds node name to the error report in

Re: [PATCH 1/1] block: improve error logging in bdrv_reopen_prepare()

2023-02-13 Thread Vladimir Sementsov-Ogievskiy
On 13.02.23 13:31, Denis V. Lunev wrote: The error generated when the option could not be changed inside bdrv_reopen_prepare() does not give a clue about problematic BlockDriverState as we could get very long tree of devices. The patch adds node name to the error report in the same way as done a

[PATCH 1/1] block: improve error logging in bdrv_reopen_prepare()

2023-02-13 Thread Denis V. Lunev
The error generated when the option could not be changed inside bdrv_reopen_prepare() does not give a clue about problematic BlockDriverState as we could get very long tree of devices. The patch adds node name to the error report in the same way as done above. Signed-off-by: Denis V. Lunev CC: K