openeuler/moosefsThe official MooseFS docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current MooseFS docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
MooseFS is a Petabyte Open Source Network Distributed File System. It is easy to deploy and maintain, highly reliable, fault tolerant, highly performing, easily scalable and POSIX compliant.
Learn more on moosefs Documentation.
The tag of each moosefs docker image is consist of the version of moosefs and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 4.57.5-oe2403sp1 | MooseFS 4.57.5 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 4.58.0-oe2403sp2 | MooseFS 4.58.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/moosefs image from docker
bashdocker pull openeuler/moosefs:{Tag}
Run with an interactive shell
You can also start the container with an interactive shell to use moosefs.
docker run -it --rm openeuler/moosefs:{Tag} bash
Create mfsmaster.cfg
Create mfs configuration directory:
mkdir -p /etc/mfs
Create mfs configuration file /etc/mfs/mfsmaster.cfg:
DATA_PATH = /var/lib/mfs EXPORTS_FILENAME = /etc/mfs/mfsexports.cfg WORKING_USER = root WORKING_GROUP = root
Create mfsexports.cfg
/etc/mfs/mfsexports.cfg:
* / rw,alldirs,maproot=0
Create empty optional files
For single-node tests, these can be empty. There're used for rack/host mapping and advanced topology placement.
/etc/mfs/mfstopology.cfg/etc/mfs/mfsipmap.cfgInitialize metadata
Inside you data path (/var/lib/mfs):
mkdir -p /var/lib/mfs cd /var/lib/mfs echo -e "MFSM NEWMETADATA 1\nEMPTY METADATA FILE" > metadata.mfs.empty
This creates an empty metadata file, needed for first-time startup.
Start the MooseFS Master
/moosefs/mfsmaster/mfsmaster start
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务