Dell Container Storage Modules (CSM) is an open-source suite of Kubernetes storage enablers for Dell products.
For documentation, please visit Container Storage Modules documentation.
This project includes the base container image definition for the Container Storage Modules - Components.
To build the image, some requirements must be met:
Once the requirements above are met, the image can be build via:
make docker
Note: Due to the way that buildah operates, you may see warnings (or errors) in the output of make docker
.
The following messages can be safely ignored:
/proc/ is not mounted. This is not a supported mode of operation. Please fix your invocation environment to mount /proc/ and /sys/ properly. Proceeding anyway.
The /proc filesystem is not needed for the image creation.[Errno 13] Permission denied: '/var/log/rhsm/rhsm.log' - Further logging output will be written to stderr
. This error comes from dnf
as it is unable to write to the log file. Further errors from dnf will be sent to stderr instead of the log. Dell Container Storage Modules (CSM) is 100% open source and community-driven. All components are available under Apache 2 License on GitHub.