pmem-csi | Persistent Memory Container Storage Interface Driver | Storage library
kandi X-RAY | pmem-csi Summary
kandi X-RAY | pmem-csi Summary
Intel PMEM-CSI is a CSI storage driver for container orchestrators like Kubernetes. It makes local persistent memory (PMEM) available as a filesystem volume to container applications. Currently, PMEM-CSI can utilize non-volatile memory devices that can be controlled via the libndctl utility library. In this readme, we use persistent memory to refer to a non-volatile dual in-line memory module (NVDIMM). The v1.0 release is the latest feature release and is regularly updated with newer base images and bug fixes. 0.9 is still supported.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pmem-csi
pmem-csi Key Features
pmem-csi Examples and Code Snippets
Community Discussions
Trending Discussions on pmem-csi
QUESTION
I'm trying to make a k8s pod able to use PMEM without using the privileged mode
. The way I'm trying is to create a local PV on top of a fsdax directory with PVC in k8s and let my pod use it. However, I always get the MountVolume.NewMounter initialization failed ... : path does not exist
error.
Here are my yaml files and PMEM status:
Storage Class yaml: ...ANSWER
Answered 2021-Jan-26 at 13:31As was discussed in comments:
Using minikube, rancher and any other containerized version of kubelets will lead to MountVolume.NewMounter initialization failed for volume, stating this path does not exist.
If the kubelet is running in a container, it cannot access the host filesystem at the same path. You must adjust hostDir to the correct path in the kubelet container.
Also what you can do is add bindings for local volumes as was suggested on github. Please adjust copy pasted example for your needs, if you will use it
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pmem-csi
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page