No iscsi available in newly created AIX wpar

AIX 7.1

New to WPAR, hopefully just missing something simple here.
Creating the WPAR like this.....
(The box where the WPAR is hosted does have an iscsi protocol device)

mkwpar -h wpar08 -l -n wpar08 -N interface=en0 address=xxx.xx.xx.xxx netmask=255.255.255.0 -D devname=/dev/iscsi0 -D devname=/dev/hdisk1 -P -r �s

After the WPAR is created, the /dev/iscsi0 character device is there:

# ls -l /dev/iscsi0
crw-rw-rw-    1 root     system      520,  0 Jun 24 10:51 /dev/iscsi0

But not seen when running this command:

# lsdev -C
gpfsraid0 Available  GPFS Raid Device
inet0     Defined    Internet Network Extension
pkcs11    Defined    ACF/PKCS#11 Device
pty0      Available  Asynchronous Pseudo-Terminal
sys0      Available  System Object
wio0      Available  WPAR I/O Subsystem

If I use smit, Devices->iscsi->protocol devices, there are none.

# /usr/lib/methods/wpar_cfgpseudo
Importing device /dev/null, type = 1
Importing device /dev/tty, type = 1
Importing device /dev/console, type = 1
Importing device /dev/zero, type = 1
Importing device /dev/clone, type = 1
Importing device /dev/sad, type = 3
Importing device /dev/xti/tcp, type = 3
Importing device /dev/xti/tcp6, type = 3
Importing device /dev/xti/udp, type = 3
Importing device /dev/xti/udp6, type = 3
Importing device /dev/xti/unixdg, type = 3
Importing device /dev/xti/unixst, type = 3
Importing device /dev/error, type = 1
Importing device /dev/errorctl, type = 1
Importing device /dev/audit, type = 1
Importing device /dev/nvram, type = 1
Importing device /dev/iscsi0, type = 1
Importing device /dev/hdisk1, type = 1