You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/10/12 13:13:24 UTC

[GitHub] [bookkeeper] rdehouss opened a new issue #2437: Error about the data directories in the docker README.md

rdehouss opened a new issue #2437:
URL: https://github.com/apache/bookkeeper/issues/2437


   **BUG REPORT**
   
   ***Describe the bug***
   
   A typo slipped in the [README.md of the docker folder](https://github.com/apache/bookkeeper/tree/master/docker#bk_data_dir)
   
   It says
   
   > Default value is "/data/bookkeeper", which contains volumes /data/bookkeeper/journal, /data/bookkeeper/ledger and /data/bookkeeper/index to hold Bookkeeper data in docker.
   
   The error is on `/data/bookkeeper/ledger` which should be `/data/bookkeeper/ledgers` (with a "s" at the end)
   
   ***To Reproduce***
   
   Steps to reproduce the behavior:
   1. Go to [README.md#L220](https://github.com/apache/bookkeeper/blob/master/docker/README.md#L220)
   2. See error
   
   ***Expected behavior***
   
   The documentation should say
   > Default value is "/data/bookkeeper", which contains volumes `/data/bookkeeper/journal`, `/data/bookkeeper/ledgers` and `/data/bookkeeper/index` to hold Bookkeeper data in docker.
   
   ***Screenshots***
   
   N/A
   
   ***Additional context***
   
   None
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] eolivelli closed issue #2437: Error about the data directories in the docker README.md

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #2437:
URL: https://github.com/apache/bookkeeper/issues/2437


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] eolivelli commented on issue #2437: Error about the data directories in the docker README.md

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2437:
URL: https://github.com/apache/bookkeeper/issues/2437#issuecomment-707114957


   @rdehouss thanks for your bug report. do you mind sending a simple PR to fix the issue ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org