]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/RBDPlugin.pm
use correct ceph version command
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 14 Jun 2016 09:39:42 +0000 (11:39 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Jun 2016 09:46:32 +0000 (11:46 +0200)
commite76dbd920486ce8973e6ff96ce525e48039637fe
tree55a1ad7d2b54ca6d3103488eb5a2c4f079575df1
parented1f84c26f490a0b5a58e1c25c51bb29d9586ba6
use correct ceph version command

"ceph version" retrieves the version from the cluster (i.e.,
from the queried monitor), but what is needed here is the
local ceph version, which is returned by "ceph --version".
PVE/Storage/RBDPlugin.pm