]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Multi-monitor support means ceph::single_mon was renamed.
authorTommi Virtanen <tv@inktank.com>
Wed, 13 Jun 2012 23:23:14 +0000 (16:23 -0700)
committerTommi Virtanen <tv@inktank.com>
Wed, 13 Jun 2012 23:23:14 +0000 (16:23 -0700)
This changed in ceph-cookbooks.git commit
8e56551b11fe28cc4f29f4fcdcf6c38516bdc833.

Signed-off-by: Tommi Virtanen <tv@inktank.com>
doc/config-cluster/chef.rst

index f2162863281f3e9914cd807285b9c77fecfa4e3f..500ccb84ed33df3dbde7e9f3c9dca16503b58e38 100644 (file)
@@ -50,7 +50,7 @@ Create a role file for the Ceph monitor. ::
        name "ceph-mon"
        description "Ceph monitor server"
        run_list(
-               'recipe[ceph::single_mon]'
+               'recipe[ceph::mon]'
        )
        EOF