You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/13 11:42:52 UTC

[GitHub] [pulsar-helm-chart] wuYin opened a new pull request #93: Support single PV for journal and ledgers

wuYin opened a new pull request #93:
URL: https://github.com/apache/pulsar-helm-chart/pull/93


   ### Motivation
   
   In some case, my k8s node only have 1 large capacity ssd, for deploying 1 bookie, I need:
   
   - Partition the ssd into 2 disks, and make 2 pv over it.
   - Just make 1 pv over it, but journal & ledgers under same mount path (this PR did)
   
   But both can't isolate IO for journal & ledgers, so I prefer the second one for reusability.
   
   
   ### Modifications
   
   values.yaml
     - add `useSingleCommonVolume` option, default false
   
   bookkeeper-statefulset.yaml
      - mount the only PV to path `/pulsar/data/bookkeeper`
      - use configured common storageClassName
   
   bookkeeper-storageclass.yaml
     - use configured provisioner for the common storageClass 
   
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


----------------------------------------------------------------
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] [pulsar-helm-chart] sijie merged pull request #93: Support single PV for journal and ledgers

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #93:
URL: https://github.com/apache/pulsar-helm-chart/pull/93


   


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