You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/14 01:54:04 UTC

[GitHub] [pulsar] casuallc commented on issue #11991: How to add an new disk to an exists bookkeeper node?

casuallc commented on issue #11991:
URL: https://github.com/apache/pulsar/issues/11991#issuecomment-918727911


   Dynamic add disk is not supported, you best should stop bookkeeper cluster when you want to add disk, because bookkeeper node  unable to start when it's configuration changed.
   
   1. Stop bookkeeper cluster.
   2. Change bookiePort (like add a new bookkeeper node).
   3. Clear ledger and journal data in this node.
   4. Add disk in journalDirectories and ledgerDirectories, separated by ','.
   5. Start bookie.
   6. Run bin/bookkeeper shell recover <oldbookie> (you can find it in zk, path is /ledgers/available).
   
   Have a try !


-- 
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: commits-unsubscribe@pulsar.apache.org

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