From d6724525e1a70e80101fecd445f7bf96892cdd88 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 28 Feb 2013 15:46:08 -0800 Subject: [PATCH] crush-map.rst: fix chooseleaf syntax in ssd example Fixes: 4304 Backport: bobtail Reviewed-by: Greg Farnum Signed-off-by: Samuel Just --- doc/rados/operations/crush-map.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index 3eb7c8e531adf..27607c922f34f 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 } -- 2.39.5