diff --git a/doc/admin-guide/files/index.en.rst b/doc/admin-guide/files/index.en.rst index 179c68e1866..9925ec2eef0 100644 --- a/doc/admin-guide/files/index.en.rst +++ b/doc/admin-guide/files/index.en.rst @@ -86,3 +86,9 @@ Configuration Files :doc:`volume.config.en` Defines cache space usage by individual protocols. + +.. note:: + + Currently the YAML parsing library has a bug where line number counting + (for error messages) ignores comment lines that start with **#**. A + work-around is to put a space before the **#**.