]> git.proxmox.com Git - pve-manager.git/commit
pve7to8: fix Ceph noout check
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 17 Jul 2023 08:38:19 +0000 (10:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jul 2023 12:57:49 +0000 (14:57 +0200)
commit5fa7a336b7dc48ef4da5f4375f07601704ec42cd
treeebe5b377c7cba5a95270a9cadd4b4ebf67d7aec1
parent0f39f62189ad3acaa6498a465dd20f78ba57fcab
pve7to8: fix Ceph noout check

Commit 114e5f2c ("pve7to8: sync over from stable-7 branch")
accidentally got rid of the correct value 0 here and also the new TODO
message to improve the situation. But the TODO is actually easy,
because there already is the $upgraded variable. Just rely on that
instead of hard-coding and forgetting about it again.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/CLI/pve7to8.pm