Re: [zfs-discuss] missing files on copy

2008-01-29 Thread Christopher Gorski
Carson Gaspar wrote: > Christopher Gorski wrote: > >> I noticed that the first calls in the "cp" and "ls" to getdents() return >> similar file lists, with the same values. >> >> However, in the "ls", it makes a second call to getdents(): > > If this is Sun's cp, file a bug. It's failing to notic

Re: [zfs-discuss] missing files on copy

2008-01-29 Thread Carson Gaspar
Christopher Gorski wrote: > I noticed that the first calls in the "cp" and "ls" to getdents() return > similar file lists, with the same values. > > However, in the "ls", it makes a second call to getdents(): If this is Sun's cp, file a bug. It's failing to notice that it didn't provide a larg

Re: [zfs-discuss] ZIL controls in Solaris 10 U4?

2008-01-29 Thread Vincent Fox
As other poster noted, you can disable it completely for testing. >From my understanding though, it's not as "production-catastrophic" as it >sounds to delay or disable ZIL. Many people run Linux boxes with ext3 in the standard setting, which only journals metadata, not file content. So the pu

Re: [zfs-discuss] missing files on copy

2008-01-29 Thread Christopher Gorski
Christopher Gorski wrote: > Christopher Gorski wrote: >> Robert Milkowski wrote: >>> As Joerg suggested - please check getdents() - remember to use truss >>> -v getdents so you should see all directory listings. >>> >>> I would check both getdents and open - so if it appears in getdents >>>

Re: [zfs-discuss] Resizing a mirror

2008-01-29 Thread Andrew Gabriel
Tim Spriggs wrote: > Mike Gerdts wrote: >> On Jan 29, 2008 5:55 PM, Andrew Gabriel <[EMAIL PROTECTED]> wrote: >> >>> Having attached new bigger disks to a mirror, and detached all the >>> older >>> smaller disks, how to I tell ZFS to expand the size of the mirror to >>> match that of the bigger

Re: [zfs-discuss] missing files on copy

2008-01-29 Thread Christopher Gorski
Christopher Gorski wrote: > Robert Milkowski wrote: >> >> As Joerg suggested - please check getdents() - remember to use truss >> -v getdents so you should see all directory listings. >> >> I would check both getdents and open - so if it appears in getdents >> but is not opened later on... >> >> >

Re: [zfs-discuss] Block Pointer Rewrite status -also,

2008-01-29 Thread Anton B. Rang
To upgrade a zpool, use the 'zpool upgrade' command. Easy, isn't it? :-) 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] Resizing a mirror

2008-01-29 Thread Tim Spriggs
Mike Gerdts wrote: > On Jan 29, 2008 5:55 PM, Andrew Gabriel <[EMAIL PROTECTED]> wrote: > >> Having attached new bigger disks to a mirror, and detached all the older >> smaller disks, how to I tell ZFS to expand the size of the mirror to >> match that of the bigger disks? I had a look through th

Re: [zfs-discuss] Resizing a mirror

2008-01-29 Thread Mike Gerdts
On Jan 29, 2008 5:55 PM, Andrew Gabriel <[EMAIL PROTECTED]> wrote: > Having attached new bigger disks to a mirror, and detached all the older > smaller disks, how to I tell ZFS to expand the size of the mirror to > match that of the bigger disks? I had a look through the system admin > guide, but c

Re: [zfs-discuss] missing files on copy

2008-01-29 Thread Christopher Gorski
Robert Milkowski wrote: > > > As Joerg suggested - please check getdents() - remember to use truss > -v getdents so you should see all directory listings. > > I would check both getdents and open - so if it appears in getdents > but is not opened later on... > > I ran the copy procedure with

Re: [zfs-discuss] [Fwd: Re: Presales support on ZFS]

2008-01-29 Thread Richard Elling
Enrico Rampazzo wrote: >>> Hello >>> I'm offering a solution based on our disks where replication and >>> storage management should be made using only ZFS... >>> The test change few bytes on one file ( 10bytes ) and check how many >>> bytes the source sends to target. >>> The customer tried the r

Re: [zfs-discuss] ZIL controls in Solaris 10 U4?

2008-01-29 Thread Brian Hechinger
On Tue, Jan 29, 2008 at 08:28:42PM -0500, Jim Mauro wrote: > > As to the putpack schedule of recent ZFS features into Solaris 10, I'm > afraid I > don't have the information. Hopefully, someone else will know... I've got a box that I'm setting up soon (now, really) and I'd love to know when the

Re: [zfs-discuss] ZIL controls in Solaris 10 U4?

2008-01-29 Thread Jim Mauro
http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide#Disabling_the_ZIL_.28Don.27t.29 The above link shows how to disable to ZIL for testing purposes (it's not generally recommended to keep it disabled in production). As to the putpack schedule of recent ZFS features into Solari

[zfs-discuss] ZIL controls in Solaris 10 U4?

2008-01-29 Thread Jonathan Loran
Is it true that Solaris 10 u4 does not have any of the nice ZIL controls that exist in the various recent Open Solaris flavors? I would like to move my ZIL to solid state storage, but I fear I can't do it until I have another update. Heck, I would be happy to just be able to turn the ZIL off

[zfs-discuss] Resizing a mirror

2008-01-29 Thread Andrew Gabriel
Having attached new bigger disks to a mirror, and detached all the older smaller disks, how to I tell ZFS to expand the size of the mirror to match that of the bigger disks? I had a look through the system admin guide, but couldn't find this anywhere. In SVM, you just say metattach with no dev

Re: [zfs-discuss] ? Removing a disk from a ZFS Storage Pool

2008-01-29 Thread Dave Lowenstein
Couldn't we move fixing "panic the system if it can't find a lun" up to the front of the line? that one really sucks. John wrote: > I asked the question last week.. the reply i got from Matt was: > > It's still a high priority on our road map, just pushed back a bit. Our > current goal is to in

Re: [zfs-discuss] ZFS as cluster file system

2008-01-29 Thread Ricardo M. Correia
Mertol Ozyoney wrote: Hi;   I am regularly making ZFS presentations and everybody is asking for when they can use ZFS as a cluster file system.(active active at least 2 nodes) Any idea?  Hi Mertol, Lustre 1.8 is scheduled to be released this summer, and it will inclu

Re: [zfs-discuss] b77 v. Solaris 806 zfs create

2008-01-29 Thread Chris
I too am having a similar issue. It seems to increase as I add more filesystems. When i had less than ten it was .3 secs per filesystem. Now it is real5.3 user4.4 sys 0.5 On filesystem 1,040. This is much slower than in Solaris 10 08/07. Why is it so slow? I nee

[zfs-discuss] ZFS as cluster file system

2008-01-29 Thread Mertol Ozyoney
Hi; I am regularly making ZFS presentations and everybody is asking for when they can use ZFS as a cluster file system.(active active at least 2 nodes) Any idea? regards http://www.sun.com/emrkt/sigs/6g_top.gif Mertol Ozyoney Storage Practice - Sales Manager

[zfs-discuss] Block Pointer Rewrite status -also, zfs version upgrades

2008-01-29 Thread EchoB
hey all, :) I keep hearing about bp rewrites in the works - that sounds very exciting. Is there a status on that, how's it going? Also - I have an older version of zfs on a raid-z2 array and I was wondering if there was a clean upgrade path? I'm not going to have to destroy my array to upgrade

Re: [zfs-discuss] [Fwd: Re: Presales support on ZFS]

2008-01-29 Thread Jim Dunham
Enrico, > >>> Hello >>> I'm offering a solution based on our disks where replication and >>> storage management should be made using only ZFS... >>> The test change few bytes on one file ( 10bytes ) and check how many >>> bytes the source sends to target. >>> The customer tried the replication bet

Re: [zfs-discuss] missing files on copy

2008-01-29 Thread cgorski
On Tue, 29 Jan 2008 14:25:18 +0200 Marcus Sundman <[EMAIL PROTECTED]> wrote: > Mark Ashley <[EMAIL PROTECTED]> wrote: >> It's simply a shell grokking issue, when you allow your >>(l)users to >> self name your files then you will have spaces etc in >>the filename >> (breaks shell arguments). In

Re: [zfs-discuss] missing files on copy

2008-01-29 Thread Marcus Sundman
Mark Ashley <[EMAIL PROTECTED]> wrote: > It's simply a shell grokking issue, when you allow your (l)users to > self name your files then you will have spaces etc in the filename > (breaks shell arguments). In this case the '[E]' is breaking your > command line argument grokking. Can't be, because

Re: [zfs-discuss] ? Removing a disk from a ZFS Storage Pool

2008-01-29 Thread John
I asked the question last week.. the reply i got from Matt was: It's still a high priority on our road map, just pushed back a bit. Our current goal is to integrate into OpenSolaris sometime this summer. --matt This message posted from opensolaris.org _