Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Output of a PV created for a statically provisioned volume with a GID doesn't show the value of the allocated GID Version-Release number of selected component (if applicable): heketi-client-3.1.0-5.el7rhgs.x86_64 How reproducible: Always Steps to Reproduce: 1. heketi-cli volume create --size=100 --persistent-volume-file=pv001.json --gid=590 2. Analyse the PV file (pv001.json) created 3. Actual results: It doesn't show the value of GID that has been set for that PV Expected results: It should show the GID value as well for validation Additional info: Let me know if you need more details on this BZ
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.