This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Resources
hse-project edited this page Dec 11, 2020
·
2 revisions
Resources are available to report a bug, ask a question, or provide feedback on how we can improve mpool or this Wiki.
You can file an issue to report an mpool bug.
When reporting a bug, please attach the output of the following commands.
For package information, use the package manager appropriate for your
distribution, such as yum
for RHEL 7, dnf
for RHEL 8, or apt-get
for
Ubuntu 18.04. The example below uses dnf
.
$ uname -a
$ modinfo mpool
$ dnf list | grep mpool
$ dmesg -T | grep -i mpool
$ dmesg | egrep '(WARN|BUG|mpc_ioctl)'
$ sudo mpool get -Tv
$ sudo mpool list
$ sudo mpool list -Yv
You can ask a question in the mpool discussions forum using the Q&A category.
You can discuss all aspects of mpool in the mpool discussions forum using the following categories.
- Q&A to ask a question
- Ideas to recommend a feature or enhancement
- Show and tell to talk about your experiences with mpool
- General to discuss all other aspects of the project
Get Started
Configure mpools
Get Help
Develop mpool Applications
Explore mpool Internals