]> git.proxmox.com Git - pve-manager.git/commitdiff
ceph: remove unused variable assignment
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 11 Mar 2020 15:22:35 +0000 (16:22 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 15 Apr 2020 07:52:31 +0000 (09:52 +0200)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/Ceph/Services.pm

index ef46b9ead9d530a9c78dd5c1592a7b3b37f82667..bc4ed69aaf04658ca66ff8774927da8d1e978cfb 100644 (file)
@@ -93,7 +93,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 {