Re: [fix] Undeletable Dirs with Layered ro+wh Mounts

2015-10-06 Thread Kazuya Yokogawa
I have similar problem, and I hope that it is the same cause. I created a test script that reproduces my problem. #!/bin/bash set -u set -e MERGE=${PWD}/merge LAYER01=${PWD}/layer01 LAYER02=${PWD}/layer02 LAYER03=${PWD}/layer03 LAYER04=${PWD}/layer04

Re: [fix] Undeletable Dirs with Layered ro+wh Mounts

2015-10-06 Thread sfjro
Hello Yokogawa, Kazuya Yokogawa: > I have similar problem, and I hope that it is the same cause. > > I created a test script that reproduces my problem. Thank you for the script. Now I think I could understand the problem. I will apply Karl Semich's fix and release on next Monday. J. R.