http://tracker.ceph.com/issues/11857 Fixes: #11857
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit
539c1ba7211f579bad4f59ae824f1e68e620ecbd)
Conflicts:
admin/build-doc
Insert lines at appropriate spot
#!/bin/sh
-set -e
-
cd "$(dirname "$0")"
cd ..
TOPDIR=`pwd`
doxygen
fi
+# Don't enable -e until after running all the potentially-erroring checks
+# for availability of commands
+set -e
+
cat src/osd/PG.h src/osd/PG.cc | doc/scripts/gen_state_diagram.py > doc/dev/peering_graph.generated.dot
cd build-doc