Hello,
I am using Proxmox 4.3 with 3 nodes. I have a few problems when I want to install Ceph:
- In the wiki, they say “execute the following on all: pveceph install -version hammer” but when I have an error message “unable to download ceph release key: 500 Can't connect to git.ceph.com:443”. What can I do about this?
- I’ve installed Ceph even with this problem. Everything went OK, but now I can't access to my datastore; I've got this error "rbd error: couldn'd connect to the cluster! (500)"
Here's my /etc/pve/storage.cfg:
And here's my /etc/pve/ceph.conf:
I’ve already did the step:
I don't know where it went wrong... Can you please help me ?
Thanks a lot
I am using Proxmox 4.3 with 3 nodes. I have a few problems when I want to install Ceph:
- In the wiki, they say “execute the following on all: pveceph install -version hammer” but when I have an error message “unable to download ceph release key: 500 Can't connect to git.ceph.com:443”. What can I do about this?
- I’ve installed Ceph even with this problem. Everything went OK, but now I can't access to my datastore; I've got this error "rbd error: couldn'd connect to the cluster! (500)"
Here's my /etc/pve/storage.cfg:
Code:
dir: local
path /var/lib/vz
content backup,vztmpl,iso
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
rbd: Storage
monhost 10.0.7.105:6789 10.0.7.106:6789 10.0.7.107:6789
pool Pool
content rootdir,images
krbd 0
content images
username admin (optional, default = admin)
And here's my /etc/pve/ceph.conf:
Code:
dir: local
path /var/lib/vz
content backup,vztmpl,iso
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
rbd: Storage
monhost 10.0.7.105:6789 10.0.7.106:6789 10.0.7.107:6789
pool Pool
content rootdir,images
krbd 0
content images
username admin (optional, default = admin)
root@pve:~# cat /etc/pve/ceph.conf
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 10.0.7.0/24
filestore xattr use omap = true
fsid = 14bfa5b2-a46d-479e-9df6-b29232158f46
keyring = /etc/pve/priv/$cluster.$name.keyring
osd journal size = 5120
osd pool default min size = 1
public network = 191.230.72.0/24
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.2]
host = pve2
mon addr = 10.0.7.107:6789
[mon.1]
host = pve1
mon addr = 10.0.7.106:6789
[mon.0]
host = pve
mon addr = 10.0.7.105:6789
I’ve already did the step:
Code:
Cd /etc/pve/priv/
Mkdir ceph
Cp /etc/ceph/ceph.client.admin.keyring ceph/Storage.keyring
I don't know where it went wrong... Can you please help me ?
Thanks a lot