Bug 1497125
| Summary: | sample file for static provisioning of glusterfs volumes are missing | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | krishnaram Karthick <kramdoss> |
| Component: | CNS-deployment | Assignee: | Michael Adam <madam> |
| Status: | CLOSED ERRATA | QA Contact: | Prasanth <pprakash> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | cns-3.6 | CC: | akhakhar, annair, hchiramm, jarrpa, madam, mliyazud, mzywusko, pprakash, rcyriac, rhs-bugs, rreddy, rtalur |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | CNS 3.6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cns-deploy-5.0.0-52 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-11 07:14: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1445448 | ||
|
Description
krishnaram Karthick
2017-09-29 09:01:32 UTC
Verified as fixed in cns-deploy-5.0.0-52 ######################### # cd /usr/share/heketi/templates/ # ll total 48 -rw-r--r--. 1 root root 3092 Sep 29 17:22 deploy-heketi-template.yaml -rw-r--r--. 1 root root 2238 Sep 29 17:22 glusterblock-provisioner.yaml -rw-r--r--. 1 root root 4445 Sep 29 17:22 glusterfs-template.yaml -rw-r--r--. 1 root root 717 Sep 29 17:22 gluster-s3-pvcs.yaml -rw-r--r--. 1 root root 329 Sep 29 17:22 gluster-s3-storageclass.yaml -rw-r--r--. 1 root root 3251 Sep 29 17:22 gluster-s3-template.yaml -rw-r--r--. 1 root root 1327 Sep 29 17:22 heketi.json.template -rw-r--r--. 1 root root 127 Aug 24 20:01 heketi-service-account.yaml -rw-r--r--. 1 root root 3122 Sep 29 17:22 heketi-template.yaml -rw-r--r--. 1 root root 247 Aug 24 20:01 sample-gluster-endpoints.yaml -rw-r--r--. 1 root root 96 Aug 24 20:01 sample-gluster-service.yaml # cat sample-gluster-endpoints.yaml apiVersion: v1 kind: Endpoints metadata: name: glusterfs-cluster subsets: - addresses: - ip: 192.168.10.100 ports: - port: 1 - addresses: - ip: 192.168.10.101 ports: - port: 1 - addresses: - ip: 192.168.10.102 ports: - port: 1 # cat sample-gluster-service.yaml apiVersion: v1 kind: Service metadata: name: glusterfs-cluster spec: ports: - port: 1 # pwd /usr/share/heketi # ll total 8 drwxr-xr-x. 2 root root 4096 Oct 4 11:29 templates -rw-r--r--. 1 root root 3172 Jul 24 10:34 topology-sample.json ######################### Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:2881 |