| Summary: |
[CRS]Logging pod is not created in independent mode of deployment. |
| Product: |
[Red Hat Storage] Red Hat Gluster Storage
|
Reporter: |
Mugdha Soni <musoni> |
| Component: |
cns-ansible | Assignee: |
John Mulligan <jmulligan> |
| Status: |
CLOSED
INSUFFICIENT_DATA
|
QA Contact: |
Prasanth <pprakash> |
| Severity: |
high
|
Docs Contact: |
|
| Priority: |
unspecified
|
|
|
| Version: |
cns-3.10 | CC: |
hchiramm, jarrpa, jmulligan, knarra, kramdoss, madam, pprakash, rhs-bugs, rtalur, sarumuga
|
| Target Milestone: |
--- | Keywords: |
ZStream |
| Target Release: |
--- | |
|
| Hardware: |
x86_64 | |
|
| OS: |
Linux | |
|
| Whiteboard: |
|
|
Fixed In Version:
|
|
Doc Type:
|
If docs needed, set a value
|
|
Doc Text:
|
|
Story Points:
|
---
|
|
Clone Of:
|
|
Environment:
|
|
|
Last Closed:
|
2019-09-10 12:22:24 UTC
|
Type:
|
Bug
|
|
Regression:
|
---
|
Mount Type:
|
---
|
|
Documentation:
|
---
|
CRM:
|
|
|
Verified Versions:
|
|
Category:
|
---
|
|
oVirt Team:
|
---
|
RHEL 7.3 requirements from Atomic Host:
|
|
|
Cloudforms Team:
|
---
|
Target Upstream Version:
|
|
|
Embargoed:
|
|
| |
| Attachments: |
|
Created attachment 1479827 [details] Inventory File Used. Description of problem: ------------------------------ In the independent mode of deployment of logging,metrics and registry the logging pod is not created.The result of which no PVC's are created. Version-Release number of selected component: ---------------------------------------------- OCP 3.10 RHGS 3.4.0 nightly ( glusterfs-3.12.2-18.el7rhgs ) How reproducible: ---------------------------------------- Consistent Steps to Reproduce: ------------------------------------------ 1.Run the ansible playbook -/playbooks/gluster/openshift-glusterfs/config.yml(to set logging , metrics and registry) 2.After the successful deployment run command ' oc get pods --all-namespaces ' and 'oc get pvc --all-namespaces. Actual results: ------------------------------------------- Logging and metrics configuration succeeds still logging pods didnot come up and no PVC's are created. Expected results: ------------------------ The logging pod should be created . Additional Info : ----------------------- [root@dhcp46-111 ~]# oc get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE app-storage heketi-storage-1-gd5m9 1/1 Running 0 1h default docker-registry-1-prgwb 1/1 Running 0 5h default registry-console-1-nzlw7 1/1 Running 0 5h default router-1-vkdk9 1/1 Running 0 5h infra-storage glusterblock-registry-provisioner-dc-1-llmnt 1/1 Running 0 1h infra-storage heketi-registry-1-d6lxm 1/1 Running 0 1h kube-system master-api-dhcp46-111.lab.eng.blr.redhat.com 1/1 Running 2 5h kube-system master-controllers-dhcp46-111.lab.eng.blr.redhat.com 1/1 Running 0 5h kube-system master-etcd-dhcp46-111.lab.eng.blr.redhat.com 1/1 Running 0 5h openshift-node sync-9njgf 1/1 Running 0 5h openshift-node sync-gftjv 1/1 Running 0 5h openshift-node sync-ps7dr 1/1 Running 0 5h openshift-node sync-qwk97 1/1 Running 0 5h openshift-sdn ovs-28x77 1/1 Running 0 5h openshift-sdn ovs-5v6wc 1/1 Running 0 5h openshift-sdn ovs-d99cm 1/1 Running 0 5h openshift-sdn ovs-wh2r5 1/1 Running 0 5h openshift-sdn sdn-9gnmx 1/1 Running 0 5h openshift-sdn sdn-btdxg 1/1 Running 0 5h openshift-sdn sdn-jss95 1/1 Running 0 5h openshift-sdn sdn-qx694 1/1 Running 0 5h openshift-web-console webconsole-7f944b7c85-pxdlm 1/1 Running 0 5h ------------------------------ [root@dhcp46-111 ~]# oc get pvc --all-namespaces No resources found.