<div dir="ltr"><div>Hi Folks, <br></div><div><br></div><div>I am trying to install undercloud on CentOS 7 VirtualBox VM. Two Nics are assigned to VM, first NIC is used for Provisioning N/w(<a href="http://192.168.56.0/24">192.168.56.0/24</a>) and second is used for internet (NAT - 10.0.3.15)</div><div><br></div><div>When i try to install undercloud using below command,  getting the following error, <br></div><div><br></div><div>Any idea and suggestion to resolve the error. <br></div><div><br></div><div><span style="color:rgb(0,0,255)"><span style="font-family:courier new,monospace">[stack@undercloud ~]$ openstack undercloud install</span></span></div><div><br></div><div><span style="color:rgb(0,0,255)"><font size="2"><span style="font-family:courier new,monospace">TASK [Restart Keepalived container] *******************************************************************************************<br>fatal: [undercloud]: FAILED! => {"changed": true, "cmd": "podman restart keepalived", "delta": "0:00:00.090226", "end": "2019-06-20 03:50:58.583423", "msg": "non-zero return code", "rc": 125, "start": "2019-06-20 03:50:58.493197", "stderr": "Error: error creating libpod runtime: kernel does not support overlay fs: overlay: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior. Reformat the filesystem with ftype=1 to enable d_type support. Running without d_type is not supported.: driver not supported", "stderr_lines": ["Error: error creating libpod runtime: kernel does not support overlay fs: overlay: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior. Reformat the filesystem with ftype=1 to enable d_type support. Running without d_type is not supported.: driver not supported"], "stdout": "", "stdout_lines": []}</span></font></span></div><div><span style="color:rgb(0,0,255)"><font size="2"><span style="font-family:courier new,monospace">...ignoring</span></font></span></div><div><span style="color:rgb(0,0,255)"><font size="2"><span style="font-family:courier new,monospace"><br></span></font></span></div><div><span style="color:rgb(0,0,255)"><font size="2"><span style="font-family:courier new,monospace">[stack@undercloud ~]$ df -Th<br>Filesystem              Type      Size  Used Avail Use% Mounted on<br>/dev/mapper/centos-root xfs        31G  2.3G   29G   8% /<br>devtmpfs                devtmpfs  3.9G     0  3.9G   0% /dev<br>tmpfs                   tmpfs     3.9G     0  3.9G   0% /dev/shm<br>tmpfs                   tmpfs     3.9G  8.7M  3.9G   1% /run<br>tmpfs                   tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup<br>/dev/sda1               xfs       497M  141M  356M  29% /boot<br>tmpfs                   tmpfs     782M     0  782M   0% /run/user/0<br>tmpfs                   tmpfs     500M   36M  465M   8% /var/log/heat-launcher<br>[stack@undercloud ~]$ free -h<br>              total        used        free      shared  buff/cache   available<br>Mem:           7.6G        232M        5.7G         44M        1.7G        7.0G<br>Swap:          3.5G          0B        3.5G<br>[stack@undercloud ~]$</span></font></span></div><div><span style="color:rgb(0,0,255)"><font size="2"><span style="font-family:courier new,monospace"><br></span></font></span></div><div><span style="color:rgb(0,0,255)"><font size="2"><span style="font-family:courier new,monospace">[stack@undercloud ~]$ cat ~/undercloud.conf<br># Config generated by undercloud wizard<br># Use these values in undercloud.conf<br>[DEFAULT]<br>undercloud_hostname = undercloud.localdomain<br>local_interface = enp0s3<br>local_mtu = 1500<br>local_ip = <a href="http://192.168.56.2/24">192.168.56.2/24</a><br>undercloud_public_host = 192.168.56.3<br>undercloud_admin_host = 192.168.56.4<br>undercloud_service_certificate =<br>generate_service_certificate = True<br>scheduler_max_attempts = 10<br><br># Deprecated names for compatibility with older releases<br>discovery_iprange = 192.168.56.16,192.168.56.20<br>undercloud_public_vip = 192.168.56.3<br>undercloud_admin_vip = 192.168.56.4<br>network_cidr = <a href="http://192.168.56.0/24">192.168.56.0/24</a><br>dhcp_start = 192.168.56.6<br>dhcp_end = 192.168.56.15<br>inspection_iprange = 192.168.56.16,192.168.56.20<br>network_gateway = 192.168.56.1<br>#masquerade_network = <a href="http://192.168.56.0/24">192.168.56.0/24</a><br># End of deprecated names<br><br>[ctlplane-subnet]<br>cidr = <a href="http://192.168.56.0/24">192.168.56.0/24</a><br>gateway = 192.168.56.1<br>dhcp_start = 192.168.56.6<br>dhcp_end = 192.168.56.15<br>inspection_iprange = 192.168.56.16,192.168.56.20<br>#masquerade = true<br><br>[stack@undercloud ~]$<br></span></font></span></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best Regards<br>Pradeep Kumar</div></div></div>