]> git.proxmox.com Git - pve-cluster.git/commit
setup: split generation of local (i.e. non-pmxcfs) files out into helper
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 Jun 2023 11:59:41 +0000 (13:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 1 Jul 2023 14:35:24 +0000 (16:35 +0200)
commit9a3753488456b19227ed202a1c51c38ca82d82d7
tree34b1cd5ad47d0f92cbbd4e7af0cffec99537bad9
parent98cfaf4408a70ba5e0e203c2a79c9b191960bc5a
setup: split generation of local (i.e. non-pmxcfs) files out into helper

In preparation to wait for quorum in the updatecerts command. The
generation of files that do not depend on quorum should still be done
beforehand.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLI/pvecm.pm
src/PVE/Cluster/Setup.pm