From ad21a2ff9157a165db970c7bbe04d3ed17da6f23 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 19 Sep 2015 14:06:44 +0200 Subject: [PATCH] change default ceph download url to download.ceph.com --- PVE/CLI/pveceph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index d8e314e0..5c690389 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -119,7 +119,7 @@ __PACKAGE__->register_method ({ my $source = $devrepo ? "deb http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/ref/$devrepo jessie main\n" : - "deb http://ceph.com/debian-$cephver jessie main\n"; + "deb http://download.ceph.com/debian-$cephver jessie main\n"; PVE::Tools::file_set_contents("/etc/apt/sources.list.d/ceph.list", $source);