Incus device disk (Path on the host) not including whole tree of sub directories

Hi,

I am running the latest Incus (6.11) on an ubuntu server with zfs.

i have the following zfs dataset

rpool/data → /data
rpool/data/staging → /data/staging
rpool/data/staging/app → /data/staging/app
rpool/data/staging/app/db → /data/staging/app/db

i have a staging instance running and added a device disk to it to expose /data/staging using:

incus config device add staging staging_data disk source=/data/staging path=/data shift=true

I have rebooted the instance and then when i log into it, i can go to /data, and i can see the app directory, however when i go to the app directory, it’s empty, the db directory is missing.

Any idea what could be the issue ?
Thanks in advance,

Did you try recursive=true?

How did i miss this option… Thanks @stgraber !