]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/CephConfig.pm
s/ceph_version/local_ceph_version/ for clarity
[pve-storage.git] / PVE / CephConfig.pm
index 1e95a90135ae2fced246392ff858ea3b24988add..0a75337bfdb2632030f8f4cea40deac18f2d561d 100644 (file)
@@ -267,7 +267,7 @@ my $ceph_version_parser = sub {
     warn "Could not parse Ceph version: '$ceph_version'\n";
 };
 
-sub ceph_version {
+sub local_ceph_version {
     my ($cache) = @_;
 
     my $version_string = $cache;