Hi,
My issue is very strange..
I have one cluster of 3 physical servers where is installed Proxmox VE 4.4. I installed on each nodes ceph with 'pveceph install -version hammer' command. I have 3 monitors on the different nodes in my cluster.
Each servers have 1 disk of 1TB and an other where is installed proxmox (300GB). So i would like to create OSDs on the disks of 1TB on my ceph cluster. I ran this command : 'pveceph createosd /dev/sdb' on each nodes but in the GUI i can't see osd disks.
/etc/pve/ceph.conf look like this :
I have not files / folders in /var/lib/ceph/osd . I think it's not normal ..
I have impression that no OSDs disk is created on my cluster, I'm wrong ?
Thanks
pveversion -v :
(sorry for my english)
My issue is very strange..
I have one cluster of 3 physical servers where is installed Proxmox VE 4.4. I installed on each nodes ceph with 'pveceph install -version hammer' command. I have 3 monitors on the different nodes in my cluster.
Each servers have 1 disk of 1TB and an other where is installed proxmox (300GB). So i would like to create OSDs on the disks of 1TB on my ceph cluster. I ran this command : 'pveceph createosd /dev/sdb' on each nodes but in the GUI i can't see osd disks.
/etc/pve/ceph.conf look like this :
Code:
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 10.51.1.0/24
filestore xattr use omap = true
fsid = 1897e77f-f5bf-4766-9458-f65227f1ba72
keyring = /etc/pve/priv/$cluster.$name.keyring
osd journal size = 5120
osd pool default min size = 1
public network = 10.51.1.0/24
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.0]
host = px-node-1
mon addr = 10.51.1.11:6789
[mon.2]
host = px-node-3
mon addr = 10.51.1.13:6789
[mon.1]
host = px-node-2
mon addr = 10.51.1.12:6789
I have not files / folders in /var/lib/ceph/osd . I think it's not normal ..
I have impression that no OSDs disk is created on my cluster, I'm wrong ?
Thanks
pveversion -v :
Code:
proxmox-ve: 4.4-76 (running kernel: 4.4.35-1-pve)
pve-manager: 4.4-1 (running version: 4.4-1/eb2d6f1e)
pve-kernel-4.4.35-1-pve: 4.4.35-76
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-48
qemu-server: 4.0-101
pve-firmware: 1.1-10
libpve-common-perl: 4.0-83
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-70
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-docs: 4.4-1
pve-qemu-kvm: 2.7.0-9
pve-container: 1.0-88
pve-firewall: 2.0-33
pve-ha-manager: 1.0-38
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u3
lxc-pve: 2.0.6-2
lxcfs: 2.0.5-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.8-pve13~bpo80
ceph: 0.80.7-2+deb8u2
(sorry for my english)
Last edited: