Docker Not able to start After downgraded kernel from 3.18.16 to 3.10.89

Hi All,

We are using docker with Centos Linux kernel 3.18.16 and its working properly. Due to hardware incompatibility issue we have downgraded the kernel version to 3.10.89 after that docker not able to start and it says below error.

“Shutting down daemon due to errors: error initializing graphdriver: Error running DeviceCreate (CreatePool) dm_task_run failed”

I have tried by removing /var/lib/docker but still not working.

This is our configuration
cat /etc/sysconfig/docker

OPTIONS="–selinux-enabled --insecure-registry test.xyz.com:5000 -H tcp://0.0.0.0:4243 --api-enable-cors=true -H unix:///var/run/docker.sock"

DOCKER_CERT_PATH=/etc/docker

cat /etc/sysconfig/docker-storage
DOCKER_STORAGE_OPTIONS="–storage-opt dm.loopmetadatasize=16G --storage-opt dm.loopdatasize=800G --storage-opt dm.basesize=50G --storage-opt dm.no_warn_on_loop_devices=true"

Kindly check and give us the solution asap.

Regards
Prabu