Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-09-20 Thread Adrian Saul
>6412875 zoneadm mount does not mount filesystems in vfstab > >or we could be hitting some other problem in the LU code whre it is >supposed to mount the zone's filesystems prior to installation. I did some trussing of the zoneadm install process - it appears to do an access() on the ZFS device w

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-09-20 Thread Adrian Saul
Hi James, It fails regardless of having a dataset in the zone or even using a ZFS filesystem from another pool entirely. I did some further digging and I think the problem is with lupi_zones attempting to verify the block device before mounting the filesystem: # truss -f -v all -o /tmp/outp

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Brian Kolaci
Jerry Jelinek wrote: Jeff Victor wrote: Brian Kolaci wrote: Jerry Jelinek wrote: Brian Kolaci wrote: I've tried this as well, still doesn't take it. I've been able to boot the zone (without the fs added), play with it, then halt it and add it back in. Still gives an error... could

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Jerry Jelinek
Jeff Victor wrote: Brian Kolaci wrote: Jerry Jelinek wrote: Brian Kolaci wrote: I've tried this as well, still doesn't take it. I've been able to boot the zone (without the fs added), play with it, then halt it and add it back in. Still gives an error... could not verify fs /data: could

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Jeff Victor
Brian Kolaci wrote: Jerry Jelinek wrote: Brian Kolaci wrote: I've tried this as well, still doesn't take it. I've been able to boot the zone (without the fs added), play with it, then halt it and add it back in. Still gives an error... could not verify fs /data: could not access zfs data

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Jerry Jelinek
Brian Kolaci wrote: Jerry Jelinek wrote: Brian Kolaci wrote: I've tried this as well, still doesn't take it. I've been able to boot the zone (without the fs added), play with it, then halt it and add it back in. Still gives an error... could not verify fs /data: could not access zfs datase

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Brian Kolaci
Jerry Jelinek wrote: Brian Kolaci wrote: I've tried this as well, still doesn't take it. I've been able to boot the zone (without the fs added), play with it, then halt it and add it back in. Still gives an error... could not verify fs /data: could not access zfs dataset '/zpool/zones/omc/

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Jerry Jelinek
Brian Kolaci wrote: I've tried this as well, still doesn't take it. I've been able to boot the zone (without the fs added), play with it, then halt it and add it back in. Still gives an error... could not verify fs /data: could not access zfs dataset '/zpool/zones/omc/omcdata' zoneadm: zone o

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-17 Thread Brian Kolaci
James Carlson wrote: Adrian Saul writes: Hi James, It fails regardless of having a dataset in the zone or even using a ZFS filesystem from another pool entirely. I did some further digging and I think the problem is with lupi_zones attempting to verify the block device before

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-15 Thread James Carlson
Adrian Saul writes: > Hi James, > It fails regardless of having a dataset in the zone or even using a ZFS > filesystem from another pool entirely. I did some further digging and I > think the problem is with lupi_zones attempting to verify the block > device before mounting the filesystem

Re: [zones-discuss] zoneadm install fails with legacy mounted ZFS filesystem

2006-07-15 Thread James Carlson
Adrian Saul writes: > add fs > set dir=/usr/perl5 > set special=ipg/ender/perl > set type=zfs > end > add dataset > set name=ipg/ender > end I think you need to pick one or the other -- either delegate the dataset to the zone (and use the zfs commands within the zone to set up how you want to moun