[library] Command exceeded timeout at /etc/puppet/modules/ceph/manifests/osd.pp:33
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Low
|
Fuel Library (Deprecated) | ||
5.0.x |
Won't Fix
|
Low
|
Fuel Library (Deprecated) |
Bug Description
"build_id": "2014-04-
"mirantis": "yes",
"build_number": "270",
"nailgun_sha": "7a05e365240ab2
"ostf_sha": "de0222fed64652
"fuelmain_sha": "5714f2a3cf56eb
"astute_sha": "55df06b2e84fa5
"release": "4.1",
"fuellib_sha": "52e7f57695f33b
1. Create new environment (CentOS, simple mode)
2. Choose GRE neutron
3. Choose both Ceph and installing ceilometer
4. Add controller, compute and 3 ceph
5. Start deployment. It was successful
6. But there is error in puppet logs on first ceph node:
(/Stage[
But ceph is alive
[root@node-15 ~]# ceph osd tree
# id weight type name up/down reweight
-1 0.36 root default
-2 0.12 host node-18
0 0.06 osd.0 up 1
4 0.06 osd.4 up 1
-3 0.12 host node-17
1 0.06 osd.1 up 1
3 0.06 osd.3 up 1
-4 0.12 host node-19
2 0.06 osd.2 up 1
5 0.06 osd.5 up 1
[root@node-15 ~]# ceph -s
cluster bc868fd3-
health HEALTH_OK
monmap e1: 1 mons at {node-15=
osdmap e58: 6 osds: 6 up, 6 in
pgmap v114: 492 pgs: 492 active+clean; 14464 KB data, 12549 MB used, 368 GB / 380 GB avail
mdsmap e1: 0/0/1 up
tags: | added: ceph |
Changed in fuel: | |
status: | New → Confirmed |
milestone: | 4.1.1 → 5.0 |
tags: | added: backports-4.1.1 |
Changed in fuel: | |
milestone: | 5.0 → 5.1 |
summary: |
- Command exceeded timeout at /etc/puppet/modules/ceph/manifests/osd.pp:33 + [library] Command exceeded timeout at + /etc/puppet/modules/ceph/manifests/osd.pp:33 |
Changed in fuel: | |
milestone: | 5.1 → 6.0 |
This happens on occasion and is likely the result of the older version of ceph-deploy. We should update the version of ceph-deploy or add retries = number of osd's on this system. Puppet will re-run and pass on the next iteration.