hi,
with this same issue, but can't fixed.
https://forum.proxmox.com/threads/proxmox-4-2-ceph-hammer-create-osd-failed.28047/
so, create new thread for this issue here.
how to fix this issue? :<
with this same issue, but can't fixed.
https://forum.proxmox.com/threads/proxmox-4-2-ceph-hammer-create-osd-failed.28047/
so, create new thread for this issue here.
Code:
# pveversion -v
proxmox-ve: 4.2-64 (running kernel: 4.4.16-1-pve)
pve-manager: 4.2-18 (running version: 4.2-18/158720b9)
pve-kernel-4.4.16-1-pve: 4.4.16-64
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-44
qemu-server: 4.0-86
pve-firmware: 1.1-9
libpve-common-perl: 4.0-72
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-57
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-qemu-kvm: 2.6.1-2
pve-container: 1.0-73
pve-firewall: 2.0-29
pve-ha-manager: 1.0-33
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.4-1
lxcfs: 2.0.3-pve1
cgmanager: 0.39-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
zfsutils: 0.6.5.7-pve10~bpo80
openvswitch-switch: 2.5.0-1
ceph: 0.94.9-1~bpo80+1
Code:
# ceph -v
ceph version 0.94.9 (fe6d859066244b97b24f09d46552afc2071e6f90)
Code:
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
auth supported = cephx
cluster network = 192.168.0.0/16
filestore xattr use omap = true
fsid = babd2e4d-a6b9-4c21-9b46-98bc87cbe28d
keyring = /etc/pve/priv/$cluster.$name.keyring
max open files = 131072
mon clock drift allowed = 1
mon clock drift warn backoff = 30
mon osd down out interval = 600
mon osd full ratio = .95
mon osd nearfull ratio = .75
mon osd report timeout = 300
osd journal size = 20480
osd pool default min size = 1
osd pool default size = 2
public network = 192.168.0.0/16
[osd]
filestore max sync interval = 15
filestore min sync interval = 10
filestore queue committing max bytes = 10485760000
filestore queue committing max ops = 5000
filestore queue max bytes = 10485760
filestore queue max ops = 25000
journal max write bytes = 1073714824
journal max write entries = 10000
journal queue max bytes = 10485760000
journal queue max ops = 50000
keyring = /var/lib/ceph/osd/ceph-$id/keyring
osd client message size cap = 2147483648
osd deep scrub stride = 131072
osd disk threads = 4
osd map cache bl size = 128
osd map cache size = 1024
osd max backfills = 4
osd max write size = 512
osd mkfs options xfs = -f
osd mkfs type = xfs
osd mount options xfs = rw,noatime,inode64,logbsize=256k,allocsize=4M
osd op threads = 8
osd recovery max active = 10
osd recovery op priority = 4
rbd cache = true
rbd cache max dirty = 134217728
rbd cache max dirty age = 5
rbd cache size = 268435456
rbd cache writethrough until flush = false
[mon.2]
host = test03
mon addr = 192.168.7.5:6789
[mon.0]
host = test01
mon addr = 192.168.7.1:6789
[mon.1]
host = test02
mon addr = 192.168.7.3:6789
how to fix this issue? :<