pveceph: update octopus repository

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-23 12:01:52 +01:00
parent 80fdf8d266
commit c64ee08643

View File

@ -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";
}