From 5e35281da2bf246057543a64b49c8a6e5204922d Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 7 Aug 2018 16:51:08 +0200 Subject: [PATCH] rename lvmcreate to lvmthincreate for lvm thin Signed-off-by: Dominik Csapak --- PVE/API2/Disks/LVMThin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Disks/LVMThin.pm b/PVE/API2/Disks/LVMThin.pm index d07e050..f776c3c 100644 --- a/PVE/API2/Disks/LVMThin.pm +++ b/PVE/API2/Disks/LVMThin.pm @@ -135,7 +135,7 @@ __PACKAGE__->register_method ({ die $@ if $@; }; - return $rpcenv->fork_worker('lvmcreate', $name, $user, $worker); + return $rpcenv->fork_worker('lvmthincreate', $name, $user, $worker); }}); 1; -- 2.39.2