Bug 1405415
| Summary: | Output of a PV created for a statically provisioned volume with a GID doesn't show the value of the allocated GID | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Prasanth <pprakash> |
| Component: | heketi | Assignee: | Michael Adam <madam> |
| Status: | CLOSED UPSTREAM | QA Contact: | Prasanth <pprakash> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | cns-3.4 | CC: | hchiramm, jmulligan, madam, pprakash, rcyriac, rhs-bugs, rtalur, storage-qa-internal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-04-15 22:41:17 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: | 1641915 | ||
|
Description
Prasanth
2016-12-16 13:08:09 UTC
Can you paste #cat pv001.json file ? (In reply to Humble Chirammal from comment #1) > Can you paste #cat pv001.json file ? Also #oc describe pv ( after creating the PV) (In reply to Humble Chirammal from comment #1) > Can you paste #cat pv001.json file ? # cat pv001.json { "kind": "PersistentVolume", "apiVersion": "v1", "metadata": { "name": "glusterfs-8862b17b", "creationTimestamp": null }, "spec": { "capacity": { "storage": "100Gi" }, "glusterfs": { "endpoints": "glusterfs-cluster", "path": "vol_8862b17b46b482faf85bb1bdd78debdc" }, "accessModes": [ "ReadWriteMany" ], "persistentVolumeReclaimPolicy": "Retain" }, "status": {} } (In reply to Prasanth from comment #3) > (In reply to Humble Chirammal from comment #1) > > Can you paste #cat pv001.json file ? > > # cat pv001.json > { > "kind": "PersistentVolume", > "apiVersion": "v1", > "metadata": { > "name": "glusterfs-8862b17b", > "creationTimestamp": null > }, > "spec": { > "capacity": { > "storage": "100Gi" > }, > "glusterfs": { > "endpoints": "glusterfs-cluster", > "path": "vol_8862b17b46b482faf85bb1bdd78debdc" > }, > "accessModes": [ > "ReadWriteMany" > ], > "persistentVolumeReclaimPolicy": "Retain" > }, > "status": {} > } Can you please provide the output requested in c#2. I would like to double confirm something here. (In reply to Humble Chirammal from comment #4) > > Can you please provide the output requested in c#2. I would like to double > confirm something here. I've scrapped the setup that I've used for testing this and so I don't have this output handy now. But I'll provide the requested info once I re-test the same in a new setup. (In reply to Prasanth from comment #5) > (In reply to Humble Chirammal from comment #4) > > > > > Can you please provide the output requested in c#2. I would like to double > > confirm something here. > > I've scrapped the setup that I've used for testing this and so I don't have > this output handy now. But I'll provide the requested info once I re-test > the same in a new setup. Prasanth, I dont think this is important to be fixed in CNS 3.10 release, I am moving this bug out of this release. |