diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index eb0885b3..3d7bf2b1 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -144,9 +144,7 @@ __PACKAGE__->register_method ({ die "Not allowed to select version '$cephver'\n" if !$param->{'allow-experimental'}; $repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n"; } elsif ($cephver eq 'octopus') { - $repolist = "deb http://download.proxmox.com/debian/ceph-octopus buster test\n"; - # FIXME: use production component once available - #$repolist = "deb http://download.proxmox.com/debian/ceph-octopus buster main\n"; + $repolist = "deb http://download.proxmox.com/debian/ceph-octopus buster main\n"; } else { die "not implemented ceph version: $cephver"; }