]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/ISCSIDirectPlugin.pm
fix #3354: support notes on ceph backups
[pve-storage.git] / PVE / Storage / ISCSIDirectPlugin.pm
index 792d8660285c6c8585b4f78d469cd69b324c9721..9777969b39e02ee03c44aca84da332b8bb56a316 100644 (file)
@@ -36,6 +36,7 @@ sub iscsi_ls {
                    $list->{$storeid}->{$image} = {
                        name => $image,
                        size => $size * $unittobytes{$unit},
+                       format => 'raw',
                    };
                }
            });
@@ -68,6 +69,7 @@ sub options {
         nodes => { optional => 1},
         disable => { optional => 1},
         content => { optional => 1},
+        bwlimit => { optional => 1 },
     };
 }