mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 20:20:13 +00:00
change default ceph download url to download.ceph.com
This commit is contained in:
parent
144a2199de
commit
ad21a2ff91
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user