Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Eric Schrock
On Mon, Jul 24, 2006 at 03:01:04PM -0700, Karen Chau wrote: > "all" the zfs commands are hung :-( > I tried to kill pid 1942, won't die. > > # ps -ef |grep zpool > root 1909 1171 0 14:33:26 pts/1 0:00 zpool import -f canary > root 1942 1920 0 14:37:17 pts/2 0:00 zpool

Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Karen Chau
"all" the zfs commands are hung :-( I tried to kill pid 1942, won't die. # ps -ef |grep zpool root 1909 1171 0 14:33:26 pts/1 0:00 zpool import -f canary root 1942 1920 0 14:37:17 pts/2 0:00 zpool status -x root 2113 1987 0 15:00:28 pts/3 0:00 grep zpool #

Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Rich Teer
On Mon, 24 Jul 2006, Karen Chau wrote: > itsm-mpk-2# zdb -L /dev/dsk/c1t0d0s3 > zdb: can't open /dev/dsk/c1t0d0s3: error 22 Assuming error 22 is referring to an errno value, can we please have the text of the message instead of the number (or at least as well as)? I can't be the only person that

Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Eric Schrock
On Mon, Jul 24, 2006 at 02:22:31PM -0700, Karen Chau wrote: > Don't know why zfs cannot open device? > > itsm-mpk-2# zpool import > pool: canary > id: 9275088414963579563 > state: ONLINE > action: The pool can be imported using its name or numeric identifier. The > pool may be acti

Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Gregory Shaw
To fix the 'pool exists' error, try a 'zpool export -f canary'.  That will clean out the old information.  Then try the 'zpool import -f canary'.If the device name changes, the above will usually fix the problem.On Jul 24, 2006, at 3:22 PM, Karen Chau wrote:Don't know why zfs cannot open device?its

Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Karen Chau
Don't know why zfs cannot open device? itsm-mpk-2# zpool import pool: canary id: 9275088414963579563 state: ONLINE action: The pool can be imported using its name or numeric identifier. The pool may be active on on another system, but can be imported using the '-f' flag. co

Re: [zfs-discuss] Source to the on disk spec document

2006-07-24 Thread Lin Ling
Darren J Moffat wrote: Where can I get the source file for the on disk spec document. I want to update it with the changes to the structures for crypto support. I need to do this for customer I'm meeting with to discuss the crypto features being added to ZFS. You can find a copy of the o

Re: [zfs-discuss] RAID & ZFS

2006-07-24 Thread Eric Schrock
This suggests that both vn_open('/dev/dsk/c1t0d0s3') and ldi_open_by_devid('.') are failing for this device. Are you sure that this device exists and is readable? What does 'zdb -L /dev/dsk/c1t0d0s3' show? You can try a 'zpool export' and 'zpool import' to see if it finds the device, but ZFS

[zfs-discuss] RAID & ZFS

2006-07-24 Thread Karen Chau
We deleted the mirror in the HW RAID, now zfs thinks device is not available. we're using the same device name, c1t0d0. How do we recover?? RAID INFO before: # raidctl RAIDVolume RAIDRAIDDisk Volume TypeStatus DiskStatus

Re: [zfs-discuss] Proposal: delegated administration

2006-07-24 Thread Mark Shellenbaum
Darren J Moffat wrote: Mark Shellenbaum wrote: Darren J Moffat wrote: Bill La Forge wrote: I like to think of delegation as being a bit different than granting permision--in fact, as a special permission that may include counts. For example, you might delegate to a manager the ability to gra

Re: [zfs-discuss] Proposal: delegated administration

2006-07-24 Thread Darren J Moffat
Mark Shellenbaum wrote: Darren J Moffat wrote: Bill La Forge wrote: I like to think of delegation as being a bit different than granting permision--in fact, as a special permission that may include counts. For example, you might delegate to a manager the ability to grant select permissions.

[zfs-discuss] Source to the on disk spec document

2006-07-24 Thread Darren J Moffat
Where can I get the source file for the on disk spec document. I want to update it with the changes to the structures for crypto support. I need to do this for customer I'm meeting with to discuss the crypto features being added to ZFS. -- Darren J Moffat