> diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index
> e147346..cf61ab5 100644
> --- a/PVE/Storage/RBDPlugin.pm
> +++ b/PVE/Storage/RBDPlugin.pm
> @@ -103,7 +103,7 @@ sub rbd_ls {
> };
>
> eval {
> - run_command($cmd, errmsg => "rbd error", errfunc => sub {},
> outfunc => $parser);
> + run_command($cmd, errmsg => "rbd error", outfunc => $parser);
Would you mind to explain why that is required? I mean we normally do not
expect that
a normal library call like rdb_ls writes to stderr?
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel