How to bind mount ZFS nested datasets?

Tony

Renowned Member
Nov 4, 2010
113
11
83
I have some ZFS nested datasets on a node as follows:
Code:
/zpool/ds1
/zpool/ds1/ds1A
/zpool/ds1/ds1B

when I bind mount /zpool/ds1 for a CT, the child datasets are not accessible in the CT.

Is there a way to solve this, apart from having a separate bind mount for each ds1A, ds1B and so on?