LXD containers location

Hello,

I’ve noticed that lxd containers been located at the local storage.
Is it okay? I believe it should be located at the configured opennebula’s datastore like in the kvm case.

Tue Sep  3 09:44:37 2019 [Z0][VMM][I]: deploy: Using qcow2 mapper for /var/lib/one/datastores/101/299/disk.0
Tue Sep  3 09:44:37 2019 [Z0][VMM][I]: deploy: Mapping disk at /var/lib/lxd/storage-pools/default/containers/one-299/rootfs using device /dev/nbd1
Tue Sep  3 09:44:37 2019 [Z0][VMM][I]: deploy: Resizing filesystem ext4 on /dev/nbd1
Tue Sep  3 09:44:37 2019 [Z0][VMM][I]: deploy: Mounting /dev/nbd1 at /var/lib/lxd/storage-pools/default/containers/one-299/rootfs
Tue Sep  3 09:44:37 2019 [Z0][VMM][I]: deploy: Mapping disk at /var/lib/one/datastores/101/299/mapper/disk.1 using device /dev/loop0
Tue Sep  3 09:44:37 2019 [Z0][VMM][I]: deploy: Mounting /dev/loop0 at /var/lib/one/datastores/101/299/mapper/disk.1

ubuntu@one-lxd-node-01:~$ sudo du -sh /var/lib/lxd/storage-pools/default/containers/one-299
642M    /var/lib/lxd/storage-pools/default/containers/one-299
ubuntu@one-lxd-node-01:~$ sudo du -sh /var/lib/one/datastores/101/299
124M    /var/lib/one/datastores/101/299

Those are just the storage mountpoints of the container images. The images are the ones located on the opennebula datastores.