[pve-devel] applied: [PATCH manager 1/3] ceph: remove unused variable assignment
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Apr 15 10:30:24 CEST 2020
On March 11, 2020 4:22 pm, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
> ---
> PVE/Ceph/Services.pm | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/PVE/Ceph/Services.pm b/PVE/Ceph/Services.pm
> index c17008cf..7015cafe 100644
> --- a/PVE/Ceph/Services.pm
> +++ b/PVE/Ceph/Services.pm
> @@ -63,7 +63,6 @@ sub get_cluster_service {
> sub ceph_service_cmd {
> my ($action, $service) = @_;
>
> - my $pve_ceph_cfgpath = PVE::Ceph::Tools::get_config('pve_ceph_cfgpath');
> if ($service && $service =~ m/^(mon|osd|mds|mgr|radosgw)(\.(${\SERVICE_REGEX}))?$/) {
> $service = defined($3) ? "ceph-$1\@$3" : "ceph-$1.target";
> } else {
> --
> 2.20.1
>
>
> _______________________________________________
> 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