[zfs-discuss] Wrong on-disk format file system written

2008-11-13 Thread Ian Collins
Following on for the issues I had with zfs receive crashing an Update 6 box, we just restarted the sending system to free up the stuck zfs processes and I received the following nasty surprise when I tried to clear system/filesystem/local:default which came up in maintenance after the restart: # s

Re: [zfs-discuss] zfs boot - U6 kernel patch breaks sparc boot

2008-11-13 Thread Gerry Haskins
Jens, http://www.sun.com/bigadmin/patches/firmware/release_history.jsp on the Big Admin Patching center, http://www.sun.com/bigadmin/patches/ list firmware revisions. If it's the same as a V490, then I think the current firmware version is 121689-04, http://sunsolve.sun.com/search/advsearch.d

Re: [zfs-discuss] s10u6--will using disk slices for zfs logs improve nfs performance?

2008-11-13 Thread Neil Perrin
I wouldn't expect any improvement using a separate disk slice for the Intent Log unless that disk was much faster and was otherwise largely idle. If it was heavily used then I'd expect quite the performance degradation as the disk head bounces around between slices. Separate intent logs are really

Re: [zfs-discuss] Zpool mishap

2008-11-13 Thread Ricardo M. Correia
On Qui, 2008-11-13 at 16:07 -0500, Miles Nordin wrote: > If you can find a small drive laying around, here is another option > that might work, but you could lose the whole pool due to some > miscalculation or another mistake: > > 1. make a new, small 1-drive zpool on the small drive > > 2. mak

[zfs-discuss] s10u6--will using disk slices for zfs logs improve nfs performance?

2008-11-13 Thread Doug
I've got an X4500/thumper that is mainly used as an NFS server. It has been discussed in the past that NFS performance with ZFS can be slow (when running "tar" to expand an archive with lots of files, for example.) My understanding is the reason that zfs/nfs is slow in this case is because it i

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Paul
First, I would like to thank everyone for response. Second, here is the output for the clarification # zfs list ... NAMEUSED AVAIL REFER MOUNTPOINT gwvm_zpool/gwpo19stby100G 2.49G 18K

Re: [zfs-discuss] Can anyone help with posix_fadvise on ZFS?

2008-11-13 Thread Richard Elling
Feng Tian wrote: > Hi, > > I wonder if anyone can enlighten me on how ZFS handles posix_fadvise calls. > And if ZFS honors posix_fadvise, which is the rule of thumb of using it. I > cannot found the much information on this topic. > > Thanks, > UTSL http://src.opensolaris.org/source/xref/o

Re: [zfs-discuss] zfs boot - U6 kernel patch breaks sparc boot

2008-11-13 Thread Jens Elkner
On Thu, Nov 13, 2008 at 10:50:02AM -0800, Enda wrote: > What hardware are you on, and what firmware are you at. > Issue is coming from firmware. Sun Fire V240 with OpenBoot 4.22.23 Tried to find out, whether there is an OBP patch available, but haven't found anything wrt. V240, V440 and V490 :(

[zfs-discuss] Can anyone help with posix_fadvise on ZFS?

2008-11-13 Thread Feng Tian
Hi, I wonder if anyone can enlighten me on how ZFS handles posix_fadvise calls. And if ZFS honors posix_fadvise, which is the rule of thumb of using it. I cannot found the much information on this topic. Thanks, -- This message posted from opensolaris.org ___

Re: [zfs-discuss] Zpool mishap

2008-11-13 Thread Miles Nordin
> "cm" == Christopher May <[EMAIL PROTECTED]> writes: cm> Is there a way to to unstrip them and or convert it to a cm> mirror? The drive hasnt been written to since so I don't know cm> if zfs automatically starts stripping the data between the cm> drives. There is no supporte

Re: [zfs-discuss] Zpool mishap

2008-11-13 Thread Andrew Gabriel
Christopher May wrote: > Evening all, I'm new to Solaris but after drooling over zfs for ages I > finally took the plunge. > > First off I had 2x1Tb hdd in raid1 XFS format using mdadm, so using a > opensolaris vm image I transfered one side of the mirror to the other in zfs. > (using rsync and

Re: [zfs-discuss] continuous replication

2008-11-13 Thread River Tarnell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miles Nordin: > rt> currently i crontab zfs send | zfs recv for this > My point is that I don't think the 10min delay is the most significant > difference between AVS/snapmirror and a 'zfs send' cronjob. i didn't intend to suggest there was any si

Re: [zfs-discuss] Zpool mishap

2008-11-13 Thread Ian Collins
Christopher May wrote: > Evening all, I'm new to Solaris but after drooling over zfs for ages I > finally took the plunge. > > First off I had 2x1Tb hdd in raid1 XFS format using mdadm, so using a > opensolaris vm image I transfered one side of the mirror to the other in zfs. > (using rsync and

Re: [zfs-discuss] Possible ZFS panic on Solaris 10 Update 6

2008-11-13 Thread Ian Collins
Matthew Ahrens wrote: > Ian, > > I couldn't find any bugs with a similar stack trace. Can you file a bug? > I've asked my client to file a critical but though their support channel. This is a real show stopper for us! -- Ian. ___ zfs-discuss mailing

[zfs-discuss] Zpool mishap

2008-11-13 Thread Christopher May
Evening all, I'm new to Solaris but after drooling over zfs for ages I finally took the plunge. First off I had 2x1Tb hdd in raid1 XFS format using mdadm, so using a opensolaris vm image I transfered one side of the mirror to the other in zfs. (using rsync and it took 3days!) So with a 1 disk

Re: [zfs-discuss] continuous replication

2008-11-13 Thread Miles Nordin
> "rt" == River Tarnell <[EMAIL PROTECTED]> writes: rt> currently i crontab zfs send | zfs recv for this doesn't it also fall over if the stream falls behind? I mean, what if it takes longer than ten minutes? What if the backup node goes away and then comes back? What if the master nod

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Chris Kirby
On Nov 13, 2008, at 1:45 PM, Chris Kirby wrote: > Oh, right, on pools with version >= SPA_VERSION_REFRESERVATION > we add a refreservation for zvols instead of a regular reservation. > > So a 100G zvol will have a 100G refreservation set at creation > time. Just to clarify this a bit, the reason w

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Chris Kirby
On Nov 13, 2008, at 12:37 PM, Matthew Ahrens wrote: > Are you sure that you don't have any refreservations? Oh, right, on pools with version >= SPA_VERSION_REFRESERVATION we add a refreservation for zvols instead of a regular reservation. So a 100G zvol will have a 100G refreservation set at cr

Re: [zfs-discuss] Best SXCE version for ZFS Home Server

2008-11-13 Thread mike
Depends on your hardware. I've been stable for the most part on b98. Live upgrade to b101 messed up my networking to nearly a standstill. It stuck even after I nuked the upgrade. I had to reinstall b98. On Nov 13, 2008, at 10:01 AM, "Vincent Boisard" <[EMAIL PROTECTED]> wrote: Thanks for

Re: [zfs-discuss] Possible ZFS panic on Solaris 10 Update 6

2008-11-13 Thread Matthew Ahrens
Ian, I couldn't find any bugs with a similar stack trace. Can you file a bug? --matt Ian Collins wrote: > The system was an x4540 running Solaris 10 Update 6 acting as a > production Samba server. > > The only unusual activity was me sending and receiving incremental dumps > to and from another

Re: [zfs-discuss] Pool corruption avoidance

2008-11-13 Thread Gino
Same situation here. We are just planning a new 200TB+ NFS storage pool and a bunch of x4100+j4400 would be great (j4400 is missing multipath??) and cheap but we already lost many zpools in the last 2 years and so ZFS won't be an option. At this time we are using ZFS only in our central backup

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Mark J Musante
Just to try this out, I created a 9g zpool and a 5g volume in that zpool. Then I used dd to write to every block of the volume. Taking a snapshot of the volume at that point attempts to reserve an additional 5g, which fails. With 1g volumes we see it in action: bash-3.00# zpool create tank c0

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Matthew Ahrens
Are you sure that you don't have any refreservations? --matt Paul wrote: > I apologize for lack of info regarding to previous post. > > # zpool list > > NAMESIZE USED AVAILCAP HEALTH ALTROOT > gwvm_zpool 3.35T 3.16T 190G94% ONLINE - > rpool 135G 27.5

Re: [zfs-discuss] zfs boot - U6 kernel patch breaks sparc boot

2008-11-13 Thread Enda
What hardware are you on, and what firmware are you at. Issue is coming from firmware. Enda -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Race condition yields to kernel panic (u3, u4) or hanging zfs commands (u5)

2008-11-13 Thread Matthew Ahrens
Andreas Koppenhoefer wrote: > Hello, > > occasionally we got some solaris 10 server to panic in zfs code while doing > "zfs send -i [EMAIL PROTECTED] [EMAIL PROTECTED] | ssh remote zfs receive > poolname". > The race condition(s) get triggered by a broken data transmission or killing > sending zf

Re: [zfs-discuss] Best SXCE version for ZFS Home Server

2008-11-13 Thread Vincent Boisard
Thanks for your input. Is there somewhere a comparison of the features in the latest SXCE, Solaris10 and Indiana ? Vincent On Thu, Nov 13, 2008 at 6:52 PM, Rich Teer <[EMAIL PROTECTED]> wrote: > On Thu, 13 Nov 2008, Vincent Boisard wrote: > > > So I will be using SXCE. Which version should I us

[zfs-discuss] Best SXCE version for ZFS Home Server

2008-11-13 Thread Vincent Boisard
Hi everyone, I will shortly install a ZFS Home Server and I am wondering which version I should install. I will use zones on my server and heavily use zone cloning, so I think it rules out S10U6. I also ruled out Indiana because of the lack of "normal" zones. So I will be using SXCE. Which version

Re: [zfs-discuss] OpenStorage GUI

2008-11-13 Thread Henrik Johansson
On 13 nov 2008, at 15.15, Darren J Moffat <[EMAIL PROTECTED]> wrote: >> >> > I believe the issue is that VirtualBox doesn't understand the multi- > file > format VMDK files that are used for the boot disk (Sun Storage > VMware*.vmdk). I believe from googling that this could be fixed if > y

Re: [zfs-discuss] OpenStorage GUI

2008-11-13 Thread Darren J Moffat
Scott Williamson wrote: > On Thu, Nov 13, 2008 at 7:35 AM, Ross <[EMAIL PROTECTED] > > wrote: > > > PS. Adam, if it is possible to get this image working under ESX and > VirtualBox, it would be good if Sun could publish instructions for > running it under t

Re: [zfs-discuss] [indiana-discuss] rpools mismatch

2008-11-13 Thread jan damborsky
Hi Robert, you are hitting following ZFS bug: 4858 OpenSolaris fails to boot if previous zfs turds are present on disk now tracked in Bugster: 6770808 OpenSolaris fails to boot if previous zfs turds are present on disk Thanks, Jan Robert Milkowski wrote: > Hello indiana-discuss, > >Recen

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Paul
I apologize for lack of info regarding to previous post. # zpool list NAMESIZE USED AVAILCAP HEALTH ALTROOT gwvm_zpool 3.35T 3.16T 190G94% ONLINE - rpool 135G 27.5G 107G20% ONLINE - ... # zfs list ... gwvm_zpool/gwpo19stby

Re: [zfs-discuss] OpenStorage GUI

2008-11-13 Thread Scott Williamson
On Thu, Nov 13, 2008 at 7:35 AM, Ross <[EMAIL PROTECTED]> wrote: > > PS. Adam, if it is possible to get this image working under ESX and > VirtualBox, it would be good if Sun could publish instructions for running > it under those systems. Or instructions on how to dd the boot disk bits to the

Re: [zfs-discuss] OpenStorage GUI

2008-11-13 Thread Ross
Did you have to do anything else to get the demo working on ESX 3.5? I've imported it, and disabled two NIC's, and while it picks up an IP address the setup process won't complete, it complains that "Network port NET-0 is down: check physical cabling and switch". PS. Adam, if it is possible t

Re: [zfs-discuss] grub prompt after aborted ufs to zfs live upgrade

2008-11-13 Thread Colin Seymour
Sounds like you've either trashed your GRUB config or it can't find/access it. Try manually booting your ufs partition by using a GRUB entry like this: --- findroot (hd0,2,a) kernel$ /platform/i86pc/kernel/$ISADIR/unix module$ /platform/i86pc/$ISADIR/boot_archive --- You may need to try a differ

[zfs-discuss] rpools mismatch

2008-11-13 Thread Robert Milkowski
Hello indiana-discuss, Recently I re-installed a box with OS 101a - as installer in Indiana still doesn't allow to set-up a mirrored root pool I installed it only on one disk. However there was an older version of Indiana there already installed and mirror was set-up manually. What

Re: [zfs-discuss] zvol snapshot at size 100G

2008-11-13 Thread Darren J Moffat
Paul wrote: > Hi, > > Can ZFS snapshot be performed at zvol size of 100GB ? Yes and if it doesn't work then it is a bug. Do you actually have a problem or are you just making assumptions that there could be one ? If so what is the basis for the (incorrect) assumption ? > I have no problem

Re: [zfs-discuss] ZFS

2008-11-13 Thread Andrew Gabriel
Ian Collins wrote: > Anthony Ladd wrote: >> Spoke with customer, David Radden they have applied update 06. Now they >> are having an issue with ZFS. >> >> Customer is attempting to clone a zone. Normally when source and target >> are in the same pool ZFS uses snapshop. >> >> Now its using

Re: [zfs-discuss] free space function

2008-11-13 Thread Pramod Batni
On 11/13/08 12:27, kavita wrote: > when and how is fop_space function called? > What is the system call trace? Actually wanted to get the flow of system > calls generated for the function call zfs_space. Have traced it back till > fop_space(or vop_space?) > Can anyone please explain? > VOP_

Re: [zfs-discuss] Race condition yields to kernel panic (u3, u4) or hanging zfs commands (u5)

2008-11-13 Thread Andrew Gabriel
Matthew Ahrens wrote: Andreas Koppenhoefer wrote: Hello, occasionally we got some solaris 10 server to panic in zfs code while doing "zfs send -i [EMAIL PROTECTED] [EMAIL PROTECTED] | ssh remote zfs receive poolname". The race condition(s) get triggered by a broken data transmissi

[zfs-discuss] ACARD SATA-to-DDRII RAM Disk

2008-11-13 Thread Breandan Dezendorf
Anyone used one of these, or know anything about it? http://www.mwave.com/mwave/viewspec_v2.asp?scriteria=AA74662 Breandan Dezendorf ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss