Case #1. FAIL: httpd config references DNS name without associated gear: 'jbossews-nnoco.example.com'
위 테스트는 애플리케이션이 정상적으로 제거되지 않은 경우에 실패한다.
Step 1. cat /etc/httpd/conf.d/openshift/nodes.txt | grep jbossews-nnoco.example.com을 실행하여 해당 도메인과 연결된 기어의 UUID를 복사한다.
# cat /etc/httpd/conf.d/openshift/nodes.txt | grep jbossews-nnoco.example.com
jbossews-nnoco.example.com 127.12.146.130:8080|541fcc9e818cadf578000004|541fcc9e818cadf578000004
jbossews-nnoco.example.com/health HEALTH|541fcc9e818cadf578000004|541fcc9e818cadf578000004
jbossews-nnoco.example.com/haproxy-status 127.12.146.131:8080/|541fcc9e818cadf578000004|541fcc9e818cadf578000004
Step 2. oo-admin-gear destroygear --with-container-uuid 541fcc9e818cadf578000004 를 실행하여 정상적으로 제거되지 않은 기어를 제거한다.
# oo-admin-gear destroygear --with-container-uuid 541fcc9e818cadf578000004
Killing gear processes for name:541fcc9e818cadf578000004...
Deleting cgroup info...
Deleting stale info from /var/lib/openshift/.httpd.d/ files...
for 541fcc9e818cadf578000004
for jbossews-nnoco.example.com
참고 문서 : https://bugzilla.redhat.com/show_bug.cgi?id=1057727
'밤을 지새다 > OpenShift Origin' 카테고리의 다른 글
OpenShift Broker 이중화 구성 (HAProxy + 2 Broker Host) (0) | 2014.10.15 |
---|---|
OpenShift Origin 설치 트러블 슈팅: Node (0) | 2014.09.22 |
OpenShift Node Host 설치 [1] - 작성 중 (0) | 2014.08.18 |
OpenShift Origin V3 (2) | 2014.08.14 |
ApplicationsController- create (0) | 2014.08.05 |