Git Product home page Git Product logo

Comments (3)

jprovaznik avatar jprovaznik commented on August 22, 2024

It seems that docker volume creation failed, cinder logs should provide more details why it failed. If I should guess, it's because your cinder volume size is not big enough (check with "vgs" command) - by default 25G volume per each node is created but you can tune size by tweaking following params in your env.yaml file (6G & 4G usually works fine for deployment testing):
master_docker_volume_size_gb: 6
node_docker_volume_size_gb: 4

from openshift-on-openstack.

rawlingsj avatar rawlingsj commented on August 22, 2024

ok thanks - that makes sense.

as it turns out I think I have a bigger issue in that the storage available on my cinder-volume is only 20G. The existing OSE and Origin setups we have typically use about 30-40G of docker images. I'm a little out of my depth here being a middleware person (although help from @paoloantinori) but I dont think I'm able to extend the cinder-volume size as the space (whilst isn't being used) has all been allocated to another volume.

pvscan
  PV /dev/sda2    VG rhel_integrationservices   lvm2 [558.39 GiB / 60.00 MiB free]
  PV /dev/sdb1    VG rhel_integrationservices   lvm2 [1.64 TiB / 0    free]
  PV /dev/loop1   VG cinder-volumes             lvm2 [20.60 GiB / 20.60 GiB free]

Is there an option to not use Cinder and just use the local storage in the master and node VMs instead? Are there any other options you think might be worth exploring?

from openshift-on-openstack.

rawlingsj avatar rawlingsj commented on August 22, 2024

So it was my fault in the way I set up the host volumes in the first place, as a workaround to get me going, with the help of @jprovaznik and @paoloantinori ive run these steps. Not a recommended approach but good enough for me to continue.

mkdir /home/cinder-volumes
dd if=/dev/zero of=/home/cinder-volumes/cinder-volumes bs=1 count=0 seek=200G
losetup /dev/loop3 /home/cinder-volumes/cinder-volumes
vgextend cinder-volumes  /dev/loop3


NOTE changes are not permanent, after an openstack reboot run..

losetup /dev/loop3 /home/cinder-volumes/cinder-volumes" and restart cinder-volume service

from openshift-on-openstack.

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.