CEPH storage installation problem

gacopl

New Member
Oct 11, 2013
1
0
1
here's what i get when i try to install ceph on a node:

pveceph install
download and import ceph reqpository keys
unable to download ceph release key: 500 Access to 'http' URIs has been disabled

anybody knows way around this ?

BR
Michal
 
It seems that Ceph repos changed recently.

As a workaround, edit /usr/bin/pveceph and replace :

Code:
my $ua = LWP::UserAgent->new(protocols_allowed => ['https'], timeout => 30);

With :

Code:
my $ua = LWP::UserAgent->new(protocols_allowed => ['https', 'http'], timeout => 30);
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!