Accelerated Storage Plugin does not support PDFS

I have set up dist as minio storage, and when I’m restarting dremio docker container, getting below error:
Accelerated Storage Plugin does not support PDFS

@sachin261997 Welcome to the Dremio Community. What does your dremio.conf and core-site.xml look like?

Hi @lenoyjacob, Below are my core-site.xml and dremio.conf

Please upload server logs where you’re hitting the error.

Hi @lenoyjacob

I’m able to rectify the issue after adding below paths in dremio.conf

db: ${paths.local}/db,
spilling: [${paths.local}/spill]
accelerator: ${paths.dist}/accelerator
downloads: ${paths.dist}/downloads
uploads: ${paths.dist}/uploads
results: ${paths.dist}/results
scratch: ${paths.dist}/scratch