[pve-devel] [PATCH storage 1/2] rename lvmcreate to lvmthincreate for lvm thin
Dominik Csapak
d.csapak at proxmox.com
Tue Aug 7 16:51:08 CEST 2018
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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.11.0
More information about the pve-devel
mailing list