Akhil Mohan

Results 32 issues of Akhil Mohan

When the base-url is given as `/` the links of the generated posts will be wrong. `//post1.html` instead of `/post1.html`. Can be fixed by removeing `{{ site.baseurl }}` from `blog.html`

Currently NDM detects disks that are used by zfs-localpv and mayastor using the [used-by](https://github.com/openebs/node-disk-manager/blob/master/cmd/ndm_daemonset/probe/usedbyprobe.go) probe. This check should be extended to LVM localpv also, so that disks used by LVM...

no-issue-activity

The purpose of this issue is to get a list of organizations/individuals who are using OpenEBS to power their persistent storage workloads in Kubernetes. The idea is to use the...

Community
ignore-no-issue-activity

cannot install on windows 7. Showing error that .NET framework 2.0 SDK is needed and Microsoft visual studio 2005. I aready have the sdk but 2005 is now a very...

**Why is this PR required? What issue does it fix?**: - Volume deletion should be stopped if a clone/snapshot exists - Snapshot deletion should be stopped if a clone exists...

enhancement
pr/hold-merge

A dynamic pipe is created in the body of the request, so that everytime a `GetBody()` call is made, a new pipe gets generated to which the content can be...

ok-to-test

### Description When trying to push multiplatform images using ctr , receiving the following error. ``` ctr: failed commit on ref "index-sha256:15303a32445f10470c0a8acde338002985f909c9b275d988202ad5cf5e04b247": cannot reuse body, request must be retried ```...

status/more-info-needed

- add support for replica operations backed by lvm volume - add python tests for lvm replicas Signed-off-by: Akhil Mohan

Node-Disk-Manager uses a `ConfigMap` to store the configuration and initializes based on this [config](https://github.com/openebs/node-disk-manager/blob/ebc261b38dc3821663de2175ae48cc94d567f026/cmd/ndm_daemonset/controller/ndmconfig.go#L31). `Path-filter` is one such filter-configuration that is used by NDM to check whether a particular disk...

openforce

**What happened**: I had a 3 node GKE cluster, with a single GPD attached to each node. Installed NDM from the `ndm-operator.yaml` in `v0.4.0` tag. Disks and BlockDevices were created...

enhancement