mirror of
https://github.com/ceph/ceph
synced 2025-01-07 11:41:48 +00:00
doc: Created installation doc for Yum priorities. Ceph-specific packages need it.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
05b2e445da
commit
bc50dbbbe5
20
doc/install/yum-priorities.rst
Normal file
20
doc/install/yum-priorities.rst
Normal file
@ -0,0 +1,20 @@
|
||||
===========================
|
||||
Installing YUM Priorities
|
||||
===========================
|
||||
|
||||
Ceph builds packages for Apache and FastCGI (for 100-continue support) and
|
||||
QEMU (for ``rbd`` support). You must set priorities in your ``.repo``
|
||||
files to ensure that ``yum`` installs the Ceph packages instead of the
|
||||
standard packages. The ``priorities`` setting requires you to install
|
||||
and enable ``yum-plugin-priorities``.
|
||||
|
||||
#. Install ``yum-plugin-priorities``. ::
|
||||
|
||||
sudo yum install yum-plugin-priorities
|
||||
|
||||
#. Ensure ``/etc/yum/pluginconf.d/priorities.conf`` exists. ::
|
||||
|
||||
#. Ensure ``priorities.conf`` enables the plugin. ::
|
||||
|
||||
[main]
|
||||
enabled = 1
|
Loading…
Reference in New Issue
Block a user