[pve-devel] applied: [PATCH storage 1/2] rename lvmcreate to lvmthincreate for lvm thin
Dietmar Maurer
dietmar at proxmox.com
Wed Aug 8 08:02:41 CEST 2018
applied
> On August 7, 2018 at 4:51 PM Dominik Csapak <d.csapak at proxmox.com> wrote:
>
>
> 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
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list