mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-05 15:24:28 +00:00
resolve destination disk format helper: fix indentation
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
bedba57d2b
commit
7dc33415e1
@ -8607,6 +8607,7 @@ sub scsihw_infos {
|
|||||||
|
|
||||||
sub resolve_dst_disk_format {
|
sub resolve_dst_disk_format {
|
||||||
my ($storecfg, $storeid, $src_volname, $format) = @_;
|
my ($storecfg, $storeid, $src_volname, $format) = @_;
|
||||||
|
|
||||||
my ($defFormat, $validFormats) = PVE::Storage::storage_default_format($storecfg, $storeid);
|
my ($defFormat, $validFormats) = PVE::Storage::storage_default_format($storecfg, $storeid);
|
||||||
|
|
||||||
if (!$format) {
|
if (!$format) {
|
||||||
|
Loading…
Reference in New Issue
Block a user