I've created some VMs for clients that are on CEPH on a new test setup, and got back this from them:
They are requiring that I somehow reformat the FS to enable d_type support for better performance in Docker. I'm not seeing any options in the create OSD command I used:
pveceph osd create /dev/nvme1n1
Is it possible to set fstype=1 when creating an OSD? I see from searches that sometimes it is =0 and sometimes it is =1. What is the driver for what that setting is created as?
Here's the error message docker gives when I explicitly set docker to use the overlay2 driver:
failed to start daemon: error initializing graphdriver: overlay2: 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. Backing filesystems without d_type support are not supported.
They are requiring that I somehow reformat the FS to enable d_type support for better performance in Docker. I'm not seeing any options in the create OSD command I used:
pveceph osd create /dev/nvme1n1
Is it possible to set fstype=1 when creating an OSD? I see from searches that sometimes it is =0 and sometimes it is =1. What is the driver for what that setting is created as?