From: Samuel Just Date: Thu, 28 Feb 2013 23:46:08 +0000 (-0800) Subject: crush-map.rst: fix chooseleaf syntax in ssd example X-Git-Tag: v0.59~60 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6724525e1a70e80101fecd445f7bf96892cdd88;p=ceph.git crush-map.rst: fix chooseleaf syntax in ssd example Fixes: 4304 Backport: bobtail Reviewed-by: Greg Farnum Signed-off-by: Samuel Just --- diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index 3eb7c8e531a..27607c922f3 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -593,7 +593,7 @@ below:: min_size 2 max_size 2 step take platter - step chooseleaf 0 type host + step chooseleaf firstn 0 type host step emit } @@ -603,7 +603,7 @@ below:: min_size 0 max_size 10 step take platter - step chooseleaf 0 type host + step chooseleaf firstn 0 type host step emit } @@ -613,7 +613,7 @@ below:: min_size 0 max_size 10 step take platter - step chooseleaf 0 type host + step chooseleaf firstn 0 type host step emit } @@ -623,7 +623,7 @@ below:: min_size 0 max_size 10 step take platter - step chooseleaf 0 type host + step chooseleaf firstn 0 type host step emit } @@ -633,7 +633,7 @@ below:: min_size 0 max_size 10 step take ssd - step chooseleaf 0 type host + step chooseleaf firstn 0 type host step emit } @@ -643,10 +643,10 @@ below:: min_size 0 max_size 10 step take ssd - step chooseleaf 1 type host + step chooseleaf firstn 1 type host step emit step take platter - step chooseleaf -1 type host + step chooseleaf firstn -1 type host step emit }