Re: [zfs-discuss] Can't find my pool

2006-12-20 Thread Andrew Li
On Tue, Dec 19, 2006 at 02:55:59PM -0500, Rince wrote:

 zpool import should give you a list of all the pools ZFS sees as being
 mountable. zpool import [poolname] is also, conveniently, the command used
 to mount the pool afterward. :)
 
 If it doesn't show up there, I'll be surprised.

I have a similar situation. Zpool list shows all ZFS, but zfs list shows
nothing.

# zfs get all
# zfs list
no datasets available
# zpool import
no pools available to import
# zpool list
NAMESIZEUSED   AVAILCAP  HEALTH ALTROOT
home 10G   7.64G   2.36G76%  ONLINE -
stage  7.56G   6.49G   1.07G85%  ONLINE -
# zpool status -v
  pool: home
 state: ONLINE
 scrub: none requested
config:

NAMESTATE READ WRITE CKSUM
homeONLINE   0 0 0
  c0d0s5ONLINE   0 0 0

errors: No known data errors

  pool: stage
 state: ONLINE
 scrub: none requested
config:

NAMESTATE READ WRITE CKSUM
stage   ONLINE   0 0 0
  c0d0s7ONLINE   0 0 0

errors: No known data errors
# zpool status -x
all pools are healthy

Further more, zpool core dumps on me.
# zpool export stage
# zpool import
  pool: stage
id: 2924019764990342234
 state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

stage   ONLINE
  c0d0s7ONLINE
# zpool import stage
internal error: No such device
Abort - core dumped

All is strange...

Andrew

IMPORTANT NOTICE: This e-mail and any attachment to it are intended only to be 
read or used by the named addressee. It is confidential and may contain legally 
privileged information. No confidentiality or privilege is waived or lost by 
any mistaken transmission to you. The RTA is not responsible for any 
unauthorised alterations to this e-mail or attachment to it. Views expressed in 
this message are those of the individual sender, and are not necessarily the 
views of the RTA. If you receive this e-mail in error, please immediately 
delete it from your system and notify the sender. You must not disclose, copy 
or use any part of this e-mail if you are not the intended recipient.
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] ZFS not appearing after b54 kernel install

2006-12-17 Thread Andrew Li
Hi All,

I've got svn_50 installed on my laptop (i386). Have downloaded and did
a nightly build based on on-src-b54.tar.bz2, on-closed-bins-b54.i386.tar.bz2,
SUNWonbld-b54.i386.tar.bz2, etc. After the nightly build, I did an
Install -G kernel.foo -k i86pc then reboot -- 'kernel.foo/amd64/unix',
it rebooted fine and all smf services started. The only thing that went
missing are my ZFSes. I could still do a zpool status and it reports
the correct output:

bash-3.00$ zpool status -v
  pool: home
 state: ONLINE
 scrub: none requested
config:

NAMESTATE READ WRITE CKSUM
homeONLINE   0 0 0
  c0d0s5ONLINE   0 0 0

errors: No known data errors

  pool: stage
 state: ONLINE
 scrub: none requested
config:

NAMESTATE READ WRITE CKSUM
stage   ONLINE   0 0 0
  c0d0s7ONLINE   0 0 0

errors: No known data errors

But it's no longer mounted automatically mounted. I've check in messages
and can't find anything. I tried doing a zpool import, it shows no pools 
available to import. zfs list doesn't list anything. I haven't done much
administration on ZFS because I set it up and it just worked straight off.

Under svn_50 my ZFS looks like this:
# zfs list
NAMEUSED  AVAIL  REFER  MOUNTPOINT
home   8.01G  1.84G  7.21G  /export/home
[EMAIL PROTECTED]   814M  -  2.03G  -
stage  6.49G   979M  6.49G  /stage

Can someone point me to the right direction please?

Thanks,
Andrew

IMPORTANT NOTICE: This e-mail and any attachment to it are intended only to be 
read or used by the named addressee. It is confidential and may contain legally 
privileged information. No confidentiality or privilege is waived or lost by 
any mistaken transmission to you. The RTA is not responsible for any 
unauthorised alterations to this e-mail or attachment to it. Views expressed in 
this message are those of the individual sender, and are not necessarily the 
views of the RTA. If you receive this e-mail in error, please immediately 
delete it from your system and notify the sender. You must not disclose, copy 
or use any part of this e-mail if you are not the intended recipient.
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss