Comment 16 for bug 1827521

Revision history for this message
yong hu (yhu6) wrote :

@ppeng, looking into the log, the application-apply stuck at here:

2149 2019-05-06 08:06:53.772 104648 INFO sysinv.conductor.kube_app [-] processing chart: osh-openstack-mariadb, overall completion: 21.0%

one of possible causes was something went wrong with ceph osd pool "cube-rbd".
Please provide some info by the following commands:
1. ceph -s
2. ceph osd tree
3. ceph osd pool ls
4. ps aux | grep ceph
5. kubectl get secrets --all-namespaces | grep ceph
6. kubectl get jobs.batch --all-namespaces | grep ceph
7. kubectl get serviceaccounts --all-namespaces | grep ceph
8. kubectl get pods --all-namespaces | grep ceph
9. history > my_operations.log

In addition, with the same Cengn image, we also deployed a duplex with 2 OSDs (on controller-0 and controller-1 respectively) and application-apply worked well. You can see the screenshot in the attachment.