Extend dataset in local zone
Hi,
As an example our configuration (Solaris 10) is as follows:
Single LUN (from EMC) presented and mounted on the global zone.
From the global -
# zpool list
QWICDRARCH 119G 80.0G 39.0G 67% ONLINE -
# zfs list | grep QWICDRARCH
QWICDRARCH 80.0G 37.1G 31K /QWICDRARCH
QWICDRARCH/QWICDRARCH 80.0G 37.1G 80.0G /QWICDRARCH# zonecfg -z oraqwicdev infodataset:
name: QWICDRARCH/QWICDRARCHFrom the local zoneQWICDRARCH/QWICDRARCH
117G 80G 37G 69% /QWICDRARCH I would like to extend the zpool QWICDRARCH by adding another LUN but was wondering how I would go about getting the dataset within the zone to recognise the additional space. I understand that the zpool in the global will pick up the change however, can anyone advise how this extension would transfer through to the local zone? would the zone just require a reboot or would some additional configuration be required?