]> git.proxmox.com Git - pve-storage.git/commit
fix #1452: also log stderr of remote command with insecure storage migration
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 1 Oct 2020 08:11:36 +0000 (10:11 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 28 Oct 2020 13:05:49 +0000 (14:05 +0100)
commit57acd6a124048973dc3b1d9b155b3ea3f535d459
tree6c666781676d3ddd2d9267b1d0caa2a605479cf2
parent0fd0a6270b265f07109f0555f9d4296fbbf2ee75
fix #1452: also log stderr of remote command with insecure storage migration

Commit 8fe00d99449b7c80e81ab3c9826625a4fcd89aa4 already
introduced the necessary logging for the secure code path,
so presumably the bug was already fixed for most people.

Delay the potential die for the send command to be able to log
the ouput+error from the receive command. Like this we also see e.g.
'volume ... already exists' instead of just 'broken pipe'.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm