[pve-devel] applied: [PATCH storage 1/2] fix content listing for user mode iscsi plugin

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Mar 7 12:27:38 CET 2019


On 3/7/19 10:49 AM, Dominik Csapak wrote:
> the format is a required in the result schema
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  PVE/Storage/ISCSIDirectPlugin.pm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/PVE/Storage/ISCSIDirectPlugin.pm b/PVE/Storage/ISCSIDirectPlugin.pm
> index 67bb40c..9777969 100644
> --- a/PVE/Storage/ISCSIDirectPlugin.pm
> +++ b/PVE/Storage/ISCSIDirectPlugin.pm
> @@ -36,6 +36,7 @@ sub iscsi_ls {
>  	            $list->{$storeid}->{$image} = {
>  	                name => $image,
>  	                size => $size * $unittobytes{$unit},
> +			format => 'raw',
>  	            };
>  	        }
>  	    });
> 

applied




More information about the pve-devel mailing list