lhotari opened a new pull request, #23909:
URL: https://github.com/apache/pulsar/pull/23909

   ### Motivation
   
   In GitHub Actions CI, disk space has been running out recently.
   
   ```
   Error:  Failed to execute goal io.fabric8:docker-maven-plugin:0.45.1:build 
(default) on project pulsar-all-docker-image: Unable to build image 
[apachepulsar/pulsar-all] : "write 
/pulsar/connectors/pulsar-io-solr-4.1.0-SNAPSHOT.nar: no space left on device" 
-> [Help 1]
   ```
   (example from 
https://github.com/apache/pulsar/actions/runs/13032747233/job/36356115521?pr=23901#step:10:25266)
   
   ### Modifications
   
   When running clean-disk action with `mode: full`, configure Docker 
`data-root` to `/mnt/docker` to avoid running out of disk space. The `/mnt` 
disk has over 66GB free space in GitHub Actions CI.
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->


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