From cf06393a7a517dab9064a52c33bf68fdc41290cc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 4 Jul 2019 15:52:51 +0200 Subject: [PATCH] pveceph install: set repo URL to download.proxmox.com nautilus repo Signed-off-by: Thomas Lamprecht --- PVE/CLI/pveceph.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index 4e291e8f..f6ebfda7 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -100,8 +100,6 @@ __PACKAGE__->register_method ({ my $repolist; if ($cephver eq 'nautilus') { $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') { $repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n"; } else {