]> git.proxmox.com Git - pve-manager.git/commit
ceph install: improve ceph install checks during installation
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 4 Oct 2021 08:02:25 +0000 (10:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 05:42:57 +0000 (07:42 +0200)
commit4dd27d5034d148eb024960e8f40b0060384426c1
tree009ec5df0ee8b092c93ac4dc819a781206a34106
parenta040ecafb7dc1af36cde77aa45c02241ec1b0cdb
ceph install: improve ceph install checks during installation

Adding a flag file during the Ceph installation helps to cover the time
span in which the binary is already present but the installation not yet
done.

The most noticeable effect is that the 'Next' button in the GUI will
only become active once the installation is actually finished and not
earlier.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/CLI/pveceph.pm
PVE/Ceph/Tools.pm