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

## Pull Request template **Why is this PR required? What issue does it fix?**: There is currently no way to get a sparse Device **What this PR does?**: Combined with...

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220722155237-a158d28d115b&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Pull Request template **Why is this PR required? What issue does it fix?**: This PR allows the user of the helm chart to set affinity to the ndm-operator pods....

## Pull Request template **Why is this PR required? What issue does it fix?**: remove refs to deprecated io/ioutil **What this PR does?**: **Does this PR require any upgrade changes?**:...

**Describe the problem/challenge you have** There are some small disks in my servers as shown below: ``` root@pw1:~# kubectl get blockdevice -n openebs -o wide NAME NODENAME PATH FSTYPE SIZE...

According to documentation https://openebs.io/docs/concepts/ndm#privileged-access, NDM pod needs to be privileged. It has RW access to whole host's filesystem, it brings a risk that compromised container will expose host for attacker....

**Describe the problem/challenge you have** The RestartPolicy of the operator cleanup pod is [OnFailure](https://github.com/openebs/node-disk-manager/blob/8187952f97aca34400d725c97d08a32af2764873/pkg/cleaner/jobcontroller.go#L173) now, and if cleanup failed for 6 times(default backoffLimit), The cleanup job will be retained but...

https://github.com/openebs/node-disk-manager/blob/8187952f97aca34400d725c97d08a32af2764873/deploy/yamls/node-disk-manager.yaml#L54-L55 Isn't RO good enough?

Hello! I'm using storage type: hostpath, there is a disk /dev/sda mounted on /mnt/pv. Probably during initialization, ndm found this disk and created a blockddevice. Blockdevice is in unclaimed, inactive...