From 73a7ec29bd71342e0292a293ec05e362dc84fd1f Mon Sep 17 00:00:00 2001
From: Dietmar Maurer <dietmar@proxmox.com>
Date: Sat, 19 Sep 2015 14:08:58 +0200
Subject: [PATCH] change ceph download url to download.ceph.com

---
 bin/pveceph | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/pveceph b/bin/pveceph
index 18a4e8b..9517c7a 100755
--- a/bin/pveceph
+++ b/bin/pveceph
@@ -125,7 +125,7 @@ __PACKAGE__->register_method ({
 
 	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);
 
-- 
2.21.0