<div dir="ltr">This error is caused by an xfs file system with ftype=0. You need ftype=1 for the container file system to work correctly.  ftype=1 was the default setting when formatting a filesystem starting with CentOS/RHEL 7.3.  If you're starting by using a cloud image, make sure its a recent one.<div><br></div><div><a href="https://bugs.launchpad.net/tripleo/+bug/1765121">https://bugs.launchpad.net/tripleo/+bug/1765121</a><br></div><div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1564671">https://bugzilla.redhat.com/show_bug.cgi?id=1564671</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 20, 2019 at 2:59 AM Alfredo Moralejo Alonso <<a href="mailto:amoralej@redhat.com">amoralej@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>What version of CentOS are you using for the underlying OS in the undercloud and how did you deploy it?</div><div><br></div><div>Best regards,</div><div><br></div><div>Alfredo</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 20, 2019 at 10:47 AM Pradeep Antil <<a href="mailto:pradeepantil@gmail.com" target="_blank">pradeepantil@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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-m_-936419172116424080gmail-m_3694076574523091593gmail_signature">Best Regards<br>Pradeep Kumar</div></div></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.rdoproject.org" target="_blank">users@lists.rdoproject.org</a><br>
<a href="http://lists.rdoproject.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rdoproject.org/mailman/listinfo/users</a><br>
<br>
To unsubscribe: <a href="mailto:users-unsubscribe@lists.rdoproject.org" target="_blank">users-unsubscribe@lists.rdoproject.org</a><br>
</blockquote></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.rdoproject.org" target="_blank">users@lists.rdoproject.org</a><br>
<a href="http://lists.rdoproject.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rdoproject.org/mailman/listinfo/users</a><br>
<br>
To unsubscribe: <a href="mailto:users-unsubscribe@lists.rdoproject.org" target="_blank">users-unsubscribe@lists.rdoproject.org</a><br>
</blockquote></div>