Re: Adding host storage during advanced installation

2018-03-21 Thread Judd Maltin
WRT docker, it's part of the startup check/setup process, ensuring that you have storage for your containers locallly. /etc/sysconfig/docker-storage-setup has several settings that makes it easy to manage the (optional creation) and use of LVM by docker. On Wed, Mar 21, 2018 at 2:33 PM, Patrick

Re: Adding host storage during advanced installation

2018-03-21 Thread Patrick Hemmer
Thanks for the info. I didn't notice that these *-storage-setup scripts were installed as part of the prerequisites playbook in the ansible repo. So yes, they are available before starting the deployment process. In the interim I had just deployed LVM manually and mounted a big volume onto

Re: Adding host storage during advanced installation

2018-03-21 Thread Frederic Giloux
Hi Patrick on RHEL 7.4 (and probably CENTOS 7.4) look at "man container-storage-setup". Similar to docker-storage-setup it is a helper script to configure the storage used by CRI-O. In regard of the procedure I will second what Louis said: - first prepare your nodes, including storage - install

Re: Adding host storage during advanced installation

2018-03-20 Thread Louis Santillan
Patrick, First, I think you're misunderstanding the order of operations here just a bit. `docker-storage-setup` is part of the host preparation steps and happens on all nodes in the cluster before running the Advanced Installer. The Container and PaaS Practice's Consulting Playbooks [0] might