Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-24 Thread Mateus Caruccio
oops, didn't noticed that message. I guess you could simply mount overlay over /var/lib/containers -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 Em qui, 24 de jan de 2019 às 18:10, mabi escreveu: > Thank you Mateus for the

Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-24 Thread mabi
Thank you Mateus for the hint regarding the new storage dir. However I am not sure it it will help with the installation because you mention that I should mount my overlay2 LVM partition in docker_alt_storage_path, which is actually /var/lib/containers/docker Now the "no space left on device"

Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-24 Thread Mateus Caruccio
Since the introduction of cri-o, the docker storage dir was moved to /var/lib/containers/docker and /var/lib/docker is a symlink to it. You can see it in action in [1] and [2]. Make sure to mount your overlay2 partition at [3]`docker_alt_storage_path` [1]

atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-24 Thread mabi
Hi, I am trying to install OKD version 3.11 on CentOS 7 Atomic Host using the official documentation here: https://docs.okd.io/3.11/install/running_install.html#running-the-advanced-installation-containerized So after running the following command: atomic install --system --storage=ostree

Re: FYI: As of 4.0, all OKD images are being pushed to quay

2019-01-24 Thread Paolo Antinori
My bad, thank you! On Thu, 24 Jan 2019 at 12:43, Maciej Szulik wrote: > Don't forget to replace COMPONENT with one of the valid components such as > hypershift or cli. > The list is here: >

Re: FYI: As of 4.0, all OKD images are being pushed to quay

2019-01-24 Thread Maciej Szulik
Don't forget to replace COMPONENT with one of the valid components such as hypershift or cli. The list is here: https://github.com/openshift/origin/blob/0a62a17d585336f8c977939baba39843e484c395/hack/lib/constants.sh#L302-L319 On Thu, Jan 24, 2019 at 12:28 PM Paolo Antinori wrote: > Hi Clayton,

Re: FYI: As of 4.0, all OKD images are being pushed to quay

2019-01-24 Thread Paolo Antinori
Hi Clayton, do we need special permission to access that content? Even after being logged in I get a 403 [image: Screenshot from 2019-01-24 12-26-45.png] On Tue, 22 Jan 2019 at 22:33, Clayton Coleman wrote: > As we've grown ever more images for 4.0 we are now publishing images > exclusively