node-disk-manager icon indicating copy to clipboard operation
node-disk-manager copied to clipboard

Kubernetes Storage Device Management

Results 43 node-disk-manager issues
Sort by recently updated
recently updated
newest added

Unit test Fail: ENV: Centos7.9 1. run: `sudo -E env "PATH=$PATH" go test github.com/openebs/node-disk-manager/cmd/ndm_daemonset/probe` 2. get: `I1012 21:32:25.751120 593649 probe.go:89] configured fake-probe : state enable --- FAIL: TestFillDiskDetailsBySmart (0.00s) smartprobe_test.go:92:...

SODACODE2022
SODAMED

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

Addresses the following issues: #316 Signed-off-by: Nivedita Prasad [email protected]

**What steps did you take and what happened:** [A clear and concise description of what the bug is, and the sequence of operations performed / commands you ran.] When the...

Signed-off-by: Abhishek Agarwal **Why is this PR required? What issue does it fix?**: https://github.com/openebs/openebs/issues/3407 **What this PR does?**: This PR adds the functionality to detect disk that are used by...

pr/hold-review
pr/wip

## Description sometimes when i delete a workload with block device , the cleanup job will wipefs the block device filesystem. but i still can see the filesystem in the...

For example, instead of `dm-0`, use the corresponding `/dev/mapper/-` as path in the bd

Most of the Local CSI drivers depending the storage to be provisioned to start creating local volumes on top of them. eg: creation of zfs pools, lvm vgs or creating...