Shree Vatsa N

Results 91 comments of Shree Vatsa N

@leelavg This is still there. Require some kind of validation on kubectl cli, but that is not possible from operator I think.

By Kadalu CR, do you mean storage-config.yaml.? Generally the patch is done manually or set `finalizer` to `null` when `num_pvs=0` in code?

Added finalizer to storage-config. When it is tried to be deleted with finalizer on, the delete command is stuck. `handle-deleted` is not triggered, but a `deletion timestamp` field is seen...

Maybe this is only on openshift. Will "/" as common as it does not break any changes on rest of orchestrators.

@leelavg @ox7a59 Maybe have to check with this method [`yield_pvc_from_mntdir`](https://github.com/kadalu/kadalu/blob/89aa431c562697070c67e604efec24a350baf21f/csi/volumeutils.py#L1447l) returns pvc found at this [`path`](https://github.com/kadalu/kadalu/blob/89aa431c562697070c67e604efec24a350baf21f/csi/volumeutils.py#L1449) for external type or not. I do not have setup for external but this...

> - External or not, we are peforming the ops from provisioner/nodeplugin which is basically a gluster client mount > > - Moreover, from https://github.com/kadalu/kadalu/issues/869#issuecomment-1198902633 I believe the required info...

I'm not sure. Would have to try to confirm, @leelavg is it because volfiles of rep2&3 are not yet updated to support this feature. #679?

Backend support of setting volume options is already present in Kadalu but it has to be made to support glusterfs way of changing volume options through K:V format.