GithubHelp home page GithubHelp logo

Comments (4)

abg avatar abg commented on August 17, 2024 1

The Percona XtraDB Cluster package compilation seems to have failed due to errors like this:

/var/vcap/data/tmp/cc9TBJHv.s: Fatal error: CMakeFiles/mysqlxtest.dir/connector/connection_manager.cc.o: No space left on device

Which indicates that the ephemeral disk (i.e. /var/vcap/data) ran out of space, rather than memory on the VM.

I see cf-deployment/iaas-support/vsphere/cloud-config.yml compilation vm config seems to set a ~10GiB disk. The actual available disk space for compilation is likely less than 4GiB, as some of the 10GiB disk is allocated to the rootfs or VM swap space.

Looking at a recent pxc-release compilation, it seems like the peak disk usage for the Percona XtraDB Cluster 8.0 compilation is approximately 6GiB.

Are you able to increase the ephemeral disk size? I suppose that would be accomplished by increasing the value on this line in the vsphere cloud config or you could potentially add a vm extension to the compilation vm to bump the ephemeral disk:

...
compilation:
  workers: 5
  reuse_compilation_vms: true
  az: z1
  vm_type: small-highmem
  network: default
  vm_extensions:
  - 50GB_ephemeral_disk

from cf-deployment.

ctlong avatar ctlong commented on August 17, 2024

The solution from #510 appears to be increase the amount of RAM that your compilation VMs have available. Can you please try that and see if it resolves the problem.

from cf-deployment.

yangdeyue-root avatar yangdeyue-root commented on August 17, 2024

Thank you very much for your reply, I have solved this problem, I still have a new question, when I am deployed, use: bbl plan --lb-type cf --lb-domain *.aaaa.wiud.com --lb-cert cert.pem --lb-key key.pem bosh-e bosh-formal -d was used when deploying cf cf deploy cF-deployment /cf-deployment.yml -v system_domain=aaaa.wiud.com, now I want to change a domain name, for example, bbbb.wind.com, is this OK? If yes, How do I do that

from cf-deployment.

ctlong avatar ctlong commented on August 17, 2024

@yangdeyue-root for this kind of informational question can you please reach out in the CFF Slack instead?

Also, some points for clarification:

  • Do you want to change your system domain to be something else? Or do you want to add a new domain that apps can be routed to?
  • Was bbbb.wind.com a typo that was meant to read bbbb.wiud.com, matching your previous domains?

from cf-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.