From 6f0594f44275d137d570ef09facd19cbc69858c1 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Fri, 4 Jun 2021 15:49:46 +0200 Subject: [PATCH] cli: pveceph: remove outdated comment Already removed by commit 00fa70bfd9acbcd4ff20d426c1c5bf9fb82d9ee9. Signed-off-by: Fabian Ebner --- PVE/CLI/pveceph.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index 7021b23b..033eab4e 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -116,7 +116,6 @@ __PACKAGE__->register_method ({ properties => { version => { type => 'string', - # for buster, luminous kept for testing/upgrade purposes only! - FIXME: remove with 6.2? enum => ['octopus', 'pacific'], default => 'pacific', description => "Ceph version to install.",