lvmplugin: snapshot: use relative path for backing image
Signed-off-by: Alexandre Derumier <alexandre.derumier@groupe-cyllene.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
04cbc41943
commit
44b4e42552
@ -583,8 +583,8 @@ my sub lvm_qcow2_format {
|
|||||||
preallocation => PVE::Storage::Plugin::preallocation_cmd_opt($scfg, $fmt),
|
preallocation => PVE::Storage::Plugin::preallocation_cmd_opt($scfg, $fmt),
|
||||||
};
|
};
|
||||||
if ($backing_snap) {
|
if ($backing_snap) {
|
||||||
my $backing_path = $class->path($scfg, $name, $storeid, $backing_snap);
|
my $backing_volname = get_snap_name($class, $name, $backing_snap);
|
||||||
PVE::Storage::Common::qemu_img_create_qcow2_backed($path, $backing_path, $fmt, $options);
|
PVE::Storage::Common::qemu_img_create_qcow2_backed($path, $backing_volname, $fmt, $options);
|
||||||
} else {
|
} else {
|
||||||
PVE::Storage::Common::qemu_img_create($fmt, $size, $path, $options);
|
PVE::Storage::Common::qemu_img_create($fmt, $size, $path, $options);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user