Commit c64ab43c authored by Dietmar Maurer's avatar Dietmar Maurer

change default ceph download url to download.ceph.com

parent 3e707453
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment