Santosh Pillai

Results 14 issues of Santosh Pillai

Reference: https://www.investopedia.com/terms/v/vptindicator.asp Formula Used: 1. For second candle: ` [((CurrentClose - PreviousClose) / PreviousClose) x Volume] + 0 (because there is no PVT to first candle) ` 2. For subsequent...

Users on Microsoft Azure can make use of the Azure key vault service rather than replying on any third party service for KMS. **Checklist:** - [ ] **Commit Message Formatting**:...

[adal](https://pkg.go.dev/github.com/Azure/go-autorest/autorest/adal) is out of support since March 31, 2023. This PR migrates from adal to azidentity for azure key vault. [Migration guide](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/MIGRATION.md) was used as a reference. **What this PR...

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: [adal](https://pkg.go.dev/github.com/Azure/go-autorest/autorest/adal) is out of support since March 31, 2023. This PR migrates from adal to azidentity for azure...

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: As of now, the azure key vault client can be created using the ClientID and ClientSecret. The [recommended...

Only single pool will get created if there are multiple data pool entries with same name. This PR just adds a check to fail if duplicate pools names are present...

This PR creates the `clientProfileMappings` resource to be used by the[ ceph csi-operator.](https://github.com/ceph/ceph-csi-operator/blob/main/api/v1alpha1/clientprofilemapping_types.go) The CR maps the local cluster ID with the peer cluster ID. It also maps the local...

Add support for the Mirror Group APIs that are part of an open [Ceph PR](https://github.com/ceph/ceph/pull/53793/files) Following APIs will be supported: - [x] Mirror group enable - [x] Mirror group disable...

do-not-merge
API

users might want to enable/disable encryption on existing PVC based OSDs. This PR helps enable/disable encryption as day to operation. Design - https://github.com/rook/rook/pull/14719 Following scenarios are supported: - [x] -...

This PR adds `scale` sub-resource to the CephObjectStore CR. Horizontal Pod Autoscalar (HPA) or KEDA can update the replica count of the rgw daemon based on the predefined criteria. Note:...