mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-13 11:37:06 +00:00
pveceph: update octopus repository
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
80fdf8d266
commit
c64ee08643
@ -144,9 +144,7 @@ __PACKAGE__->register_method ({
|
|||||||
die "Not allowed to select version '$cephver'\n" if !$param->{'allow-experimental'};
|
die "Not allowed to select version '$cephver'\n" if !$param->{'allow-experimental'};
|
||||||
$repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n";
|
$repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n";
|
||||||
} elsif ($cephver eq 'octopus') {
|
} elsif ($cephver eq 'octopus') {
|
||||||
$repolist = "deb http://download.proxmox.com/debian/ceph-octopus buster test\n";
|
$repolist = "deb http://download.proxmox.com/debian/ceph-octopus buster main\n";
|
||||||
# FIXME: use production component once available
|
|
||||||
#$repolist = "deb http://download.proxmox.com/debian/ceph-octopus buster main\n";
|
|
||||||
} else {
|
} else {
|
||||||
die "not implemented ceph version: $cephver";
|
die "not implemented ceph version: $cephver";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user