From: John Wilkins Date: Fri, 11 Oct 2013 22:07:40 +0000 (-0700) Subject: doc: Created installation doc for Yum priorities. Ceph-specific packages need it. X-Git-Tag: v0.72-rc1~73 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc50dbbbe59629560f8cb8792a2e31c02bc85bb8;p=ceph.git doc: Created installation doc for Yum priorities. Ceph-specific packages need it. Signed-off-by: John Wilkins --- diff --git a/doc/install/yum-priorities.rst b/doc/install/yum-priorities.rst new file mode 100644 index 000000000000..e4adb72b7dd5 --- /dev/null +++ b/doc/install/yum-priorities.rst @@ -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