]> git.proxmox.com Git - pve-cluster.git/commit
fix #2479: use correct sub in create_conf
authorOguz Bektas <o.bektas@proxmox.com>
Fri, 22 Nov 2019 15:21:44 +0000 (16:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Nov 2019 15:22:29 +0000 (16:22 +0100)
commit4e5f23bdb36cdea1d853bde44d4359fbd6b118d4
treee4b7eef71d69716c36e04332bd5afc1ef0709fef
parent75a3d341c54bd622db87a0abf4c6c20a0811a109
fix #2479: use correct sub in create_conf

'pvecm create' fails since the subroutine doesn't exist in PVE::Cluster
but in PVE::Corosync

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
data/PVE/Corosync.pm