You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "aleksraiden (via GitHub)" <gi...@apache.org> on 2023/06/21 08:21:40 UTC

[GitHub] [incubator-kvrocks] aleksraiden opened a new pull request, #1507: Fix incorrect mount data in docker volume

aleksraiden opened a new pull request, #1507:
URL: https://github.com/apache/incubator-kvrocks/pull/1507

   This patch fix an issue when we use Kvrocks image into Docker Compose and will need a mount host directory as a persistent data volume. In a default, inside the container we use kvrocks:kvrocks user/group for running kvrocks in non-root mode. But we don't need a use this for data directory, because if docker compose mount host directory, a server can't use it ( and we have an starup error: Failed to open: failed to create column families: IO error: While open a file for appending: /var/lib/kvrocks/db/LOG: Permission denied


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

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


[GitHub] [incubator-kvrocks] git-hulk commented on pull request #1507: Fix incorrect mount data in docker volume

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk commented on PR #1507:
URL: https://github.com/apache/incubator-kvrocks/pull/1507#issuecomment-1600957460

   Thanks for @aleksraiden taking care of this, merging...


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

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


[GitHub] [incubator-kvrocks] git-hulk merged pull request #1507: Fix incorrect mount data in docker volume

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk merged PR #1507:
URL: https://github.com/apache/incubator-kvrocks/pull/1507


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

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