New ZFS FS not seen on local zone

Hi ,
I added a new fs to the global zone and also did the zonecfg to add the FS to the zone but finally I do not see the new "FS" on the local zone.

Even in th e/etc/zones/zone.xml the fs and the correct directory is mentioned.

Any Idea please ?

Can you post output of:

zonecfg -z your_zone export
root # zonecfg -z localzone export
create -b
set zonepath=/zones/localzone 
set autoboot=true
set ip-type=shared
add fs
set dir=/usr/oracle/product/11.1.EM
set special=/zones/data/localzone /usr/oracle/product/11.1.EM
set type=lofs
end
add fs
set dir=/usr/oracle/product/10.2.0
set special=/zones/data/localzone /usr/oracle/product/10.2.0
set type=lofs
end
set address=123456789
set physical=bge0
end

the red on eis the new FS

Did you reboot the zone ? If not, you might just lofs mount the new filesystem to the zone target directory. Don't forget to manually unmount it before shutting down the zone in the latter case.

fixed it, reboot was not possible so find out the "mount -F lofs..." that did bring up the FS to the zone

---------- Post updated at 12:04 PM ---------- Previous update was at 12:04 PM ----------

Thanks for support !