I am attempting to set some performance options and doing so causes the plugin enable to fail: ``` # docker plugin disable -f lizardfs-plug lizardfs-plug # docker plugin set lizardfs-plug MOUNT_OPTIONS="noatime,mfswritecachesize=2048" # docker plugin enable lizardfs-plug Error response from daemon: dial unix /run/docker/plugins/dcceba3c5baddfdec0c95a98d07a97ec264c4d0e5ec06c2fe905f77ca1776f83/lizardfs.sock: connect: no such file or directory ``` Not sure if this is a bug, or user error.