]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Created installation doc for Yum priorities. Ceph-specific packages need it.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:07:40 +0000 (15:07 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:07:40 +0000 (15:07 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/yum-priorities.rst [new file with mode: 0644]

diff --git a/doc/install/yum-priorities.rst b/doc/install/yum-priorities.rst
new file mode 100644 (file)
index 0000000..e4adb72
--- /dev/null
@@ -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