mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 13:18:53 +00:00
pveceph install: set repo URL to download.proxmox.com nautilus repo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9e5460013f
commit
cf06393a7a
@ -100,8 +100,6 @@ __PACKAGE__->register_method ({
|
|||||||
my $repolist;
|
my $repolist;
|
||||||
if ($cephver eq 'nautilus') {
|
if ($cephver eq 'nautilus') {
|
||||||
$repolist = "deb http://download.proxmox.com/debian/ceph-nautilus buster main\n";
|
$repolist = "deb http://download.proxmox.com/debian/ceph-nautilus buster main\n";
|
||||||
# FIXME: remove non-public testing repo
|
|
||||||
$repolist = "deb http://repo.proxmox.com/staging/ceph-nautilus buster ceph-14.0\n";
|
|
||||||
} elsif ($cephver eq 'luminous') {
|
} elsif ($cephver eq 'luminous') {
|
||||||
$repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n";
|
$repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user