Bug #3153
closedoi151a6 zones see no longer added datasets
100%
Description
Configured datasets for zones are no longer visible inside the zones:
(660) oldn90700:/root# zonecfg -z ldapzone export
create -b
set zonepath=/export/zones/ldapzone
set brand=ipkg
set autoboot=true
set ip-type=exclusive
add net
set physical=znic2
end
add dataset
set name=datapool/applications/ldapzone/opends
end
(661) oldn90700:/root# zlogin ldapzone zfs list
no datasets available
This worked in oi151a5
Updated by Olaf Bohlen over 9 years ago
The bug is still present in 151a7.
What I found out is, that if I install a new zone, the datasets are correctly visible in it.
Just the updated zones don't see their datasets.
Updated by Olaf Bohlen over 9 years ago
- Status changed from New to In Progress
- Assignee set to Olaf Bohlen
- % Done changed from 0 to 100
The zone haven't been correctly updated when doing pkg image-update in global-zone.
After running pkg -R $zoneroot/root image-update for each zone, the datasets are now available again.
I guess the problem was that the zones cannot connect to the repository servers directly.
=> solved
Updated by Ken Mays almost 9 years ago
- Status changed from In Progress to Closed
Closed based on user's feedback.