-
Notifications
You must be signed in to change notification settings - Fork 95
docker volume inspect command cause vmdkops service crash when the volume name is unicode character #575
Comments
Its good to fix this in the plugin server, but IOW how docker passed On Sat, Aug 13, 2016 at 5:28 AM, Liping Xue notifications@github.com
|
Hi Shahzeb, can you take a look at this issue? |
Sure. I will get started on this. |
Currently, the vmdk_ops service is invoked through watchdog.sh on esx host. It unsets the environment variables to avoid file mapping. See /sbin/watchdog.sh Line:45 Setting it to ensure proper encoding especially in cases where string contents include unicode characters Fixes #575
Currently, the vmdk_ops service is invoked through watchdog.sh on esx host. It unsets the environment variables to avoid file mapping. See /sbin/watchdog.sh Line:45 Setting it to ensure proper encoding especially in cases where string contents include unicode characters Fixes #575
In docker, run "docker volume inspect" command with a volume name which is an unicode character:
See the following vmdk_ops.log:
After crash, the vmdkops service restart automatically.
The text was updated successfully, but these errors were encountered: