I have some ZFS nested datasets on a node as follows:
/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?