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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to