Commit 73a7ec29 authored by Dietmar Maurer's avatar Dietmar Maurer

change ceph download url to download.ceph.com

parent 73ab1bcf
...@@ -125,7 +125,7 @@ __PACKAGE__->register_method ({ ...@@ -125,7 +125,7 @@ __PACKAGE__->register_method ({
unlink $tmp_key_file; unlink $tmp_key_file;
my $source = "deb http://ceph.com/debian-$cephver wheezy main\n"; my $source = "deb http://download.ceph.com/debian-$cephver wheezy main\n";
PVE::Tools::file_set_contents("/etc/apt/sources.list.d/ceph.list", $source); 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