Persistent zpool across restart

Hi,

I am following the ZFS guide here: http://docs.rancher.com/os/storage/using-zfs/

All is working and I end up with docker loading the zfs storage driver.

However, as soon as I restart, the zpool is not available anymore. It is as the script /opt/rancher/bin/start.sh is not executed or too late ( after user docker has started already and the mountpoint is not available anymore).

Any idea how to fox the issue ?

Thanks !

For information, this is with v0.6.0-rc6.
I will try with v0.5 to see if I can reproduce the issue as well.

it works fine with v0.5 so this is a regression with v0.6.0-rc6

I have reported the issue here: https://github.com/rancher/os/issues/1203