Re: [zones-discuss] Problem creating a new zone in svn_130

2010-01-28 Thread Johan Hedin
I found the cause of the problem. I have written a script that does an 
incremental zfs send and receive to an USB disk as backup. The problem is that 
beadmin sees two copies of the boot enviroments. If i export backup-2-rpool, 
all works. The problem now is how I clear the libbe properties on the backup on 
the pool on the USB disk. Alternatively, I'll change the script to export the 
pool after the sync.

Message was edited by: j.hedin
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Problem creating a new zone in svn_130

2010-01-21 Thread Johan Hedin
They are left from the failed install. internal/zone is a regular zfs file 
system

r...@dom0:~# zfs list | grep zone
backup-2-internal/zone   79K   223G21K  
/backup-2-internal/zone
internal/zone99K   222G23K  /internal/zone
r...@dom0:~# zoneadm -z test install
A ZFS file system has been created for this zone.
ERROR: Unable to create the zone's ZFS dataset.
r...@dom0:~# zfs list | grep zone
backup-2-internal/zone   79K   223G21K  
/backup-2-internal/zone
internal/zone   142K   222G23K  /internal/zone
internal/zone/test   42K   222G21K  /internal/zone/test
internal/zone/test/ROOT  21K   222G21K  legacy
r...@dom0:~#
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] Problem creating a new zone in svn_130

2010-01-20 Thread Johan Hedin
Hi all

I'm trying to create a new zone in OpenSolaris svn_130. 

r...@dom0:~# zonecfg -z test info
zonename: test
zonepath: /internal/zone/test
brand: ipkg
autoboot: false
bootargs: 
pool: 
limitpriv: 
scheduling-class: 
ip-type: shared
hostid: 
net:
address: 192.168.0.30/24
physical: nge0
defrouter: 192.168.0.254
r...@dom0:~# zoneadm -z test install
A ZFS file system has been created for this zone.
ERROR: Unable to create the zone's ZFS dataset.
r...@dom0:~# zfs list | grep test
internal/zone/test   42K   222G21K  /internal/zone/test
internal/zone/test/ROOT  21K   222G21K  legacy


Am I doing anything obviously wrong, or is this a bug?

TIA

Johan
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org