Rancher overload /tmp with <volume_id>/tar.gz

Rancher version: 1.6.9
Rancher EBS version: storage-ebs:v0.8.1.

I found that on /tmp in the container a file with volume id and it’s gzipped.
like
[root@00ed8eaa15db tmp]$ stat 1v28089.tar.gz

what process or something can make this?

Worth to mention the file allocates all free space in rootfs blocking the main process in container from start. So your container can’t restart.

this can be closed. it’s not rancher issue.