1a774f7dd9c5627715bc55ac8af7e2c274276419
Refresh the documentation to more clear and to account for changes for made in the recent RHEL/CentOS releases. - Replaced most ZFS on Linux references with OpenZFS. - Condensed the list of repositories and made it clear which repos are updated with new packages and which had been archived. - Added separate instructions for RHEL/CentOS 6,7 and for RHEL/CentOS 8 and newer since the package manager was changes from yum to dnf. - Recommend using `yum-config-manager` or `dnf config-manager` rather than manually modifing the zfs.repo file. - Converted the important notices to "notes" and reworded them. The exact commands in the documention were also for much older versions of ZFS and were removed entirely. This should be less of an issue with more modern releases. - Add a comment explaining the modules are automatically loaded when a pool is detected, but they can always be loaded at boot time by creating a /etc/modules-load.d/zfs.conf file. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
.. image:: docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png .. highlight:: sh OpenZFS Documentation ===================== Public link: https://openzfs.github.io/openzfs-docs/ Building Locally ---------------- Install Prerequisites ~~~~~~~~~~~~~~~~~~~~~ The dependencies are available via pip:: # For Debian based distros sudo apt install python3-pip # For RPM-based distros sudo yum install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH Build ~~~~~ :: cd docs make html # HTML files will be generated in: _build/html
Description
Languages
Python
83.7%
Shell
16.1%
Makefile
0.2%