Re: [zfs-discuss] ZFS & Lustre
Peter Braam's talk, which has more information related to ZFS/Lustre FS integration: https://hpc.sun.com/blog/richbruecknersuncom/video-lustre-file-system-presented-sun-hpc-consortium-reno "ZFS/DMU benchmarks": https://mail.clusterfs.com/pipermail/lustre-announce/2007-November/000147.html Rayson 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] ZFS metadata
Have you read the "ZFS On-Disk Specification"?? http://www.opensolaris.org/os/community/zfs/docs/ Or are you trying to find something specific?? Rayson On Dec 3, 2007 5:31 PM, Michael A Walters <[EMAIL PROTECTED]> wrote: > > > Can someone point me to a whitepaper, blog, or other document that > discusses ZFS' metadata structure and properties? > > Thanks, > Michael > > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > > ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
[zfs-discuss] ZFS & Lustre
First reported by a Sun blogger (http://blogs.sun.com/simons/), most of the HPC Consortium meeting in Reno presentations are now onlone: https://events-at-sun.com/hpcreno/presentations.html Some people on this list may be interested in this: "Lustre – CFS Update, Peter Braam, CEO, Cluster File System" In Lustre 1.8, ZFS will be available as an option for the disk filesystem - Lustre servers will be in user space - will have user space ZFS code – DMU I don't know enough about Lustre to comment on how this is done -- any volunteers?? :-) Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Status of Samba/ZFS integration
Does anyone know whether the following (copied from Wikipedia) is true or not?? "Solaris has a project called CIFS client for Solaris, based on the Mac OS X smbfs." Rayson On Nov 4, 2007 9:34 AM, Mark Shellenbaum <[EMAIL PROTECTED]> wrote: > Razvan Corneliu VILT wrote: > > Sounds like the right solution to my problem in it solves a few problems, > > but I am rather curious about how it would integrate with a potential Samba > > server running on the same system (in case someone needs a domain > > controller as well as a fileserver). > > > > 1 - Samba can store the DOS attributes of a file in an xattr. Can sharesmb > > do that? If so, is it compatible with Samba? > > 2 - Regarding that, are Resource_Forks/xattr/Alternate_data_streams > > supported? > > 3 - How do I set share ACLs (allowed users, and their rights)? > > 4 - How do I set the share name? > > 5 - Will it support the smb2 protocol? > > 5b - ill it work over IPv6? > > 6 - Is Shadow Copy supported (using zfs snapshots) ? > > 7 - How will it map nss users to domain users? Will it be able to connect > > to Winbind? > > 8 - Kerberos authentication support? > > 9 - Will it support the NT priviledges? I could select a normal user on my > > network, and with a simple net rpc rights grant SeBackupPrivilege, > > SeRestorePrivilege, ACLs can be overridden by that user in a Windows > > environment. A user of the sharesmb service might expect that. > > > > In my personal case, I need 1, 2, 3, 4, 6, 7, 8 and 9. And I am sure that > > more will come-up, as these are the ones that came to my mind right now. > > > > Anyway, congratulations on the sharesmb thing. If it has a > > flexible/configurable implementation (for the ones with complex rules in an > > environment), but with sane defaults (for normal, users), it will be a hit. > > > > Cheers, > > Razvan > > > > > You might find this presentation of interest. It was presented at the > CIFS workshop recently. > > http://us1.samba.org/samba/ftp/slides/cifs-workshop-2007/cifs_workshop_2007_09_27.pdf > > It would be best to ask questions about the features of the CIFS server > on [EMAIL PROTECTED] > >-Mark > > > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Direct I/O ability with zfs?
Hi Tony, John posted the URL to his article to the databases-discuss this morning, and I only took a very quick look. May be you can join that list and discuss further regarding the configurations? http://mail.opensolaris.org/mailman/listinfo/databases-discuss Rayson On 10/29/07, Tony Leone <[EMAIL PROTECTED]> wrote: > This is very interesting because it directly contradicts the results the ZFS > developers are posting on the OpenSolaris mailing list. I just scanned the > article, does he give his ZFS settings and is he separate ZIL devices? > > Tony Leone > > >>> "Rayson Ho" <[EMAIL PROTECTED]> 10/29/2007 11:39 AM >>> > Restarting this thread... I've just finished reading the article, "A > look at MySQL on ZFS": > http://dev.mysql.com/tech-resources/articles/mysql-zfs.html > > The section " MySQL Performance Comparison: ZFS vs. UFS on Open > Solaris" looks interesting... > > Rayson > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > > ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Direct I/O ability with zfs?
Restarting this thread... I've just finished reading the article, "A look at MySQL on ZFS": http://dev.mysql.com/tech-resources/articles/mysql-zfs.html The section " MySQL Performance Comparison: ZFS vs. UFS on Open Solaris" looks interesting... Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Direct I/O ability with zfs?
On 10/5/07, Robert Milkowski <[EMAIL PROTECTED]> wrote: > RH> 2) Also, direct I/O is faster because it avoids double buffering. > > I doubt its buying you much... We don't know how much the performance gain is until we get a prototype and benchmark it - the behavior is different with different DBMSs, OSes, workloads (ie. I/O rate, hit ratio) etc. > However on UFS if you go with direct IO, you allow concurent writes to > the same file and you disable read-aheads - I guess it's buying you > much more in most cases than eliminating double buffering. I really hope that someone can sit down and look at the database interface provided in all the filesystems. So far, there are Direct I/O, Concurrent I/O (AIX JFS2), and Quick I/O (VxFS) http://eval.veritas.com/webfiles/docs/qiowp.pdf Then a prototype for ZFS will help us understand how much we can get... Rayson > > Now the question is - if application is usingi directio() call - what > happens if underlying fs is zfs? ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Direct I/O ability with zfs?
On 10/3/07, Roch - PAE <[EMAIL PROTECTED]> wrote: > We do not retain 2 copies of the same data. > > If the DB cache is made large enough to consume most of memory, > the ZFS copy will quickly be evicted to stage other I/Os on > their way to the DB cache. > > What problem does that pose ? Hi Roch, 1) The memory copy operations are expensive... I think the following is a good intro to this problem: "Copying data in memory can be a serious bottleneck in DBMS software today. This fact is often a surprise to database students, who assume that main-memory operations are "free" compared to disk I/O. But in practice, a welltuned database installation is typically not I/O-bound." (section 3.2) http://mitpress.mit.edu/books/chapters/0262693143chapm2.pdf (Ch 2: Anatomy of a Database System, Readings in Database Systems, 4th Ed) 2) If you look at the TPC-C disclosure reports, you will see vendors using thousands of disks for the top 10 systems. With that many disks working in parallel, the I/O latencies are not as big as of a problem as systems with fewer disks. 3) Also interesting is Concurrent I/O, which was introduced in AIX 5.2: "Improving Database Performance With AIX Concurrent I/O" http://www-03.ibm.com/systems/p/os/aix/whitepapers/db_perf_aix.html "Improve database performance on file system containers in IBM DB2 UDB V8.2 using Concurrent I/O on AIX" http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0408lee/ Rayson > > -r > > > > > Thanks, > > - Ryan > > -- > > UNIX Administrator > > http://prefetch.net > > ___ > > zfs-discuss mailing list > > zfs-discuss@opensolaris.org > > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Direct I/O ability with zfs?
1) Modern DBMSs cache database pages in their own buffer pool because it is less expensive than to access data from the OS. (IIRC, MySQL's MyISAM is the only one that relies on the FS cache, but a lot of MySQL sites use INNODB which has its own buffer pool) 2) Also, direct I/O is faster because it avoid double buffering. Rayson On 10/2/07, eric kustarz <[EMAIL PROTECTED]> wrote: > Not yet, see: > 6429855 Need way to tell ZFS that caching is a lost cause > > Is there a specific reason why you need to do the caching at the DB > level instead of the file system? I'm really curious as i've got > conflicting data on why people do this. If i get more data on real > reasons on why we shouldn't cache at the file system, then this could > get bumped up in my priority queue. > > eric > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Trying to understand which kernel subsystem ZFS falls under.
On 7/30/07, Brian Gupta <[EMAIL PROTECTED]> wrote: > I would think that ZFS would lie in the VFS subsystem VFS is just an interface between a filesystem and the rest of the kernel. > Could someone point me to a doc/diagram that would help clarify this for > me? See Figure 3: Traditional file system block diagram, vs. the ZFS block diagram http://partneradvantage.sun.com/protected/solaris10/adoptionkit/tech/zfs/zfs_overview.pdf And ZFS Source Tour: http://opensolaris.org/os/community/zfs/source/;jsessionid=7F5AA4C2F86A8CEC671D7B582DBB68DD Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] chgrp -R hangs all writes to pool
I found a very nice doc. that describes the steps to create a kernel dump: "The Solaris Operating System on x86 Platforms - Crashdump Analysis Operating System Internals" http://opensolaris.org/os/community/documentation/files/book.pdf -> 7.2.2.Forcing system crashdumps Rayson On 7/17/07, James C. McPherson <[EMAIL PROTECTED]> wrote: > first, either boot with "-k" or shortly after you get to > multiuser, run "mdb -K" on the console (and hit :c ). > > Then you can use A to drop to kmdb, and then run > > ::systemdump > > or > > 0>rip > :c > :c > > or for 32bit mode > > 0>eip > :c > :c > > > cheers, > James C. McPherson > -- > Solaris kernel software engineer > Sun Microsystems > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS vs VXFS
Did you take a look at "Solaris ZFS and Vertias Storage Foundation File System Performance White Paper"?? It's more than just a presentation, but I guess you can extract the graphs from the paper: http://www.sun.com/software/whitepapers/solaris10/zfs_veritas.pdf Rayson On 7/13/07, Vishal Dhuru <[EMAIL PROTECTED]> wrote: > > Hi , > I am looking for customer shareable presentation on the ZFS vs VxFS , Any > pointers to URL or direct attached prezo is highly appreciated ! ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
[zfs-discuss] Porting ZFS file system to FreeBSD (BSDCan 2007)
http://www.bsdcan.org/2007/schedule/events/43.en.html Direct link to the presentation: http://www.bsdcan.org/2007/schedule/attachments/27-Porting_ZFS_file_system_to_FreeBSD_Pawel_Jakub_Dawidek.pdf And presentation for Asia BSDCon 2007: http://asiabsdcon.org/papers/P16-slides.pdf http://asiabsdcon.org/papers/P16-paper.pdf Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Filesystem Benchmark
Tried filebench before?? http://www.solarisinternals.com/wiki/index.php/FileBench Rayson On 5/9/07, cesare VoltZ <[EMAIL PROTECTED]> wrote: I used in the past iozone (http://www.iozone.org/) but I'm wondering if there are other tools. Thanks. Cesare ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Re: Re: gzip compression throttles system?
On 5/3/07, Frank Hofmann <[EMAIL PROTECTED]> wrote: I'm not quite sure what this test should show ? I didn't try the test myself... but I think what it shows is a possible problem that turning compression can hang a machine. Rayson Compressing random data is the perfect way to generate heat. After all, compression working relies on input entropy being low. But good random generators are characterized by the opposite - output entropy being high. Even a good compressor, if operated on a good random generator's output, will only end up burning cycles, but not reducing the data size. Hence, is the request here for the compressor module to 'adapt', kind of first-pass check the input data whether it's sufficiently low-entropy to warrant a compression attempt ? If not, then what ? FrankH. ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Very Large Filesystems
On 4/28/07, Brian Hechinger <[EMAIL PROTECTED]> wrote: So what you *really* want is TSM. I wonder if IBM would ever consider supporting ZFS. Just wondering, does Sun/STK have something similar to TSM?? Rayson -brian -- "Perl can be fast and elegant as much as J2EE can be fast and elegant. In the hands of a skilled artisan, it can and does happen; it's just that most of the shit out there is built by people who'd be better suited to making sure that my burger is cooked thoroughly." -- Jonathan Patschke ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Re: zfs performance on fuse (Linux) compared to other fs
On 4/24/07, Brian Hechinger <[EMAIL PROTECTED]> wrote: Also keep in mind that FUSE has the disadvantage of data needing to pass the userland/kernel barrier typically at least twice, so there will be some slowdown there most likely. I think it depends on how the Linux kernel handles the interface... Block size is always (at least for the ones that I know) a multiple of page size. So instead of copying data in and out of the kernel, the kernel can map the memory into the user-space FS daemon. I am not sure how FUSE handles it as I couldn't find any tech. doc on FUSE's homepage, but there are a lot of papers written in the past 20 years on efficient micro-kernel design... Here's a Minix paper with an interesting section: Disk I/O Test Results http://www.minix3.org/doc/reliable-os.pdf Rayson That doesn't mean ZFS on FUSE can't get faster, just that I doubt it will ever be as fast as "native" ZFS on Solaris and FreeBSD. I think someone needs to port ZFS to NetBSD, they are in dired need of a better filesystem. ;) -brian -- "Perl can be fast and elegant as much as J2EE can be fast and elegant. In the hands of a skilled artisan, it can and does happen; it's just that most of the shit out there is built by people who'd be better suited to making sure that my burger is cooked thoroughly." -- Jonathan Patschke ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] FYI: X4500 (aka thumper) sale
Also related to ZFS/X4500: 1) Sun Fire X4500 Data Server for Mainframes, ZFS for mainframe: http://www.luminex.com/about/press/pr070417.html 2) Written by Jim Gray and his co-workers: Performance of a Sun X4500 under Windows, NTFS and SQLserver 2005 http://research.microsoft.com/~Gray/papers/JHU_thumper.pdf Rayson On 4/23/07, Richard Elling <[EMAIL PROTECTED]> wrote: FYI, Sun is having a big, 25th Anniversary sale. X4500s are half price -- 24 TBytes for $24k. ZFS runs really well on a X4500. ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS on the desktop
On 4/17/07, Toby Thain <[EMAIL PROTECTED]> wrote: OS X tends to effectively elide the "book larning" part of using UNIX. I don't think ZFS would be any exception - they won't ship until "you don't even know it's there". But then, I have helped people "fixing" their computers by emptying the recycle bin!! Apple is integrating DTrace too, and yet I don't see more than 10% of the Mac users writing "D" programs. Rayson --Toby > > Rayson > > > >> (A close 2nd for me personally is the >> ease of creating mirrors, but granted that's on my servers rather >> than >> my desktop.) >> >> -- >> Rich Teer, SCSA, SCNA, SCSECA, OGB member >> >> CEO, >> My Online Home Inventory >> >> Voice: +1 (250) 979-1638 >> URLs: http://www.rite-group.com/rich >> http://www.myonlinehomeinventory.com >> ___ >> zfs-discuss mailing list >> zfs-discuss@opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >> > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS on the desktop
On 4/17/07, Rich Teer <[EMAIL PROTECTED]> wrote: Same here. I think anyone who dismisses ZFS as being inappropriate for desktop use ("who needs access to Petabytes of space in their desktop machine?!") doesn't get it. Well, for many of those who find it hard to upgrade Windows, I guess you will have a hard time teaching them how to use ZFS. Rayson (A close 2nd for me personally is the ease of creating mirrors, but granted that's on my servers rather than my desktop.) -- Rich Teer, SCSA, SCNA, SCSECA, OGB member CEO, My Online Home Inventory Voice: +1 (250) 979-1638 URLs: http://www.rite-group.com/rich http://www.myonlinehomeinventory.com ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Re: ZFS for Linux (NO LISCENCE talk, please)
On 4/17/07, David R. Litwin <[EMAIL PROTECTED]> wrote: > How about asking Microsoft to change Shared Source first?? Let's leave ms out of this, eh? :-) While ZFS is nice, I don't think it is a must for most desktop users. For servers and power users, yes. But most (over 90% of world population) people who just use the computers to browse the web, check emails, do word processing, etc... don't care. Even if they do care, I don't think those who do not backup their drive can really understand how to use ZFS. And, freeing the office file format is way more important than to port ZFS to Linux. I believe Sun has other important things to work on than to relicense Solaris to GPL. Rayson -- —A watched bread-crumb never boils. —My hover-craft is full of eels. —[...]and that's the he and the she of it. ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Re: ZFS for Linux (NO LISCENCE talk, please)
On 4/17/07, David R. Litwin <[EMAIL PROTECTED]> wrote: So that it can be used directly with the Linux kernel. On the flip side, why shouldn't it be? Do you want to spam *EVERY* open source project asking to change the license to GPL so that you can use it with Linux?? How about asking Microsoft to change Shared Source first?? Rayson -- —A watched bread-crumb never boils. —My hover-craft is full of eels. —[...]and that's the he and the she of it. ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS, Multiple Machines and NFS
Adrian, you can take a look at pNFS: http://opensolaris.org/os/community/os_user_groups/frosug/pNFS/FROSUG-pNFS.pdf Project homepage: http://opensolaris.org/os/project/nfsv41/ Rayson On 4/16/07, Jason A. Hoffman <[EMAIL PROTECTED]> wrote: On Apr 16, 2007, at 3:24 PM, Adrian Thompson wrote: > > Hi! > > I am very new to ZFS (never installed it), and I have a small > question. > > Is it possible with ZFS to merge multiple machines with NFS into > one ZFS filesystem so they look like one storage device? > > As I'm typing this I feel like a fool, but I'll ask anyway. :-) > > Thanks! > > -=//-\drian Thompson=- Not a foolish question at all, but the answer is "no". ZFS works with block devices. Regards, Jason ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Testing of UFS, VxFS and ZFS
On 4/16/07, Frank Cusack <[EMAIL PROTECTED]> wrote: but there is another article somewhere about tuning for t2000, related to PCI on the t2000, ie it is t2000-specific. This one?? http://blogs.sun.com/ValdisFilks/entry/improving_i_o_throughput_for Rayson -frank ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: Re[2]: [zfs-discuss] ZFS and Linux
On 4/13/07, Robert Milkowski <[EMAIL PROTECTED]> wrote: I definitely prefer CDDL or BSD license - they just offer more freedom. +1 The Linux community won't be happy unless they get anything and everything opensourced. And not only opensourced, it has to be under GPL. And not only under GPL, they want it to be version 2. They don't respect other projects. They just don't get it and they won't. To them, Microsoft = evil. Every line of code in the world has to be under GPL so that Microsoft won't be able to use it. To me, I just don't care who uses the code - Microsoft can use ZFS (and other components in Solaris or FreeBSD), it just need to respect CDDL or BSD license. But don't ask people to change the license to GPL!! Also, the *BSD projects wanted to get a journaling FS. Linux has a few - but then did anyone in the Linux community do anything to get a journaling *BSD a journaling filesystem?? Rayson -- Best regards, Robertmailto:[EMAIL PROTECTED] http://milek.blogspot.com ___ zfs-discuss mailing list [EMAIL PROTECTED] http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list [EMAIL PROTECTED] http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] How to dtrace which process is writting a veritas volume?
On 4/12/07, Chen, Robert <[EMAIL PROTECTED]> wrote: How to dtrace a who is writing a veritas volume? May be fuser or lsof is faster to provide the answer?? Rayson Thanks. ___ zfs-discuss mailing list [EMAIL PROTECTED] http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list [EMAIL PROTECTED] http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS and Linux
On 4/11/07, Toby Thain <[EMAIL PROTECTED]> wrote: I hope this isn't turning into a License flame war. But why do Linux contributors not deserve the right to retain their choice of license as equally as Sun, or any other copyright holder, does? Hey, then just don't *keep on* asking to relicense ZFS (and anything else) to GPL. I don't think a lot of Solaris users ask on the Linux kernel mailing list to relicense Linux kernel components to CDDL so that they can use the features on Solaris. Rayson The anti-GPL kneejerk just witnessed on this list is astonishing. The BSD license, for instance, is fundamentally undesirable to many GPL licensors (myself included). It seems Sun is internally divided on the GPL. Your CEO and Java division seem quite happy with it. > But enterprises that use Linux and Linux community in general still > need proper storage system, right? And they might still have perfectly > valid reasons not to switch to Solaris. If ZFS can't be ported and > writing binary compatible storage system is impossible or impractical > then ZFS alternative must and will be designed and implemented > sooner or > later. ZFS has value in and of itself as a differentiator in Solaris, which will drive adoption and satisfaction. Solaris may be the only credible competitor Linux has left, which will keep it honest. :) --T > > Sincerely yours, Max V. Yudin > > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS and Linux
On 4/11/07, Robert Milkowski <[EMAIL PROTECTED]> wrote: I'm looking closely to GPLv3 but maybe Linux should change it's license to actually provide more freedom and problem would disappear then. See ZFS being ported to FreeBSD. Agreed. Why does everyone need to be compatible with Linux?? Why not Linux changes its license and be compatible with *BSD and Solaris?? Rayson I really see no point wasting Open Solaris resources to keep ZFS dual licensed. And frankly, it would be mostly Sun's resources. I would rather like to spend those resources on something more important. -- Best regards, Robertmailto:[EMAIL PROTECTED] http://milek.blogspot.com ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS and Kstats
I like these articles at SDN: http://developers.sun.com/solaris/articles/kstatc.html http://developers.sun.com/solaris/articles/kstat_part2.html Rayson On 3/27/07, Sanjeev Bagewadi <[EMAIL PROTECTED]> wrote: Atul, libkstat(3LIB) is the library. "man -s 3KSTAT kstat" should give a good start. Regards, Sanjeev. Atul Vidwansa wrote: > Peter, >How do I get those stats programatically? Any clues? > Regards, > _Atul > > On 3/27/07, Peter Tribble <[EMAIL PROTECTED]> wrote: >> On 3/27/07, Atul Vidwansa <[EMAIL PROTECTED]> wrote: >> > Hi, >> >Does ZFS has support for kstats? If I want to extract information >> > like no of files commited to disk during an interval, no of >> > transactions performed, I/O bandwidth etc, how can I get that >> > information? >> >> From the command line, look at the fsstat utility. >> >> If you want the raw kstats then you need to look for ones >> of the form 'unix:0:vopstats_*' where there are two forms: >> with the name of the filesystem type (eg zfs or ufs) on the >> end, or the device id of the individual filesystem. >> >> -- >> -Peter Tribble >> http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ >> > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] 6410 expansion shelf
BTW, did anyone try this?? http://blogs.sun.com/ValdisFilks/entry/improving_i_o_throughput_for Rayson On 3/27/07, Wee Yeh Tan <[EMAIL PROTECTED]> wrote: As promised. I got my 6140 SATA delivered yesterday and I hooked it up to a T2000 on S10u3. The T2000 saw the disks straight away and is "working" for the last 1 hour. I'll be running some benchmarks on it. I'll probably have a week with it until our vendor comes around and steals it from me. ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] ZFS info
A good starting point: http://www.opensolaris.org/os/community/zfs/docs/ Rayson On 3/13/07, kanishk rastogi <[EMAIL PROTECTED]> wrote: i wanted to know in detail about the zfs.Like its physical disk structure. If u can point me the links, i did be greatful. regards kanishk ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] X2200-M2
So what is the progress of the SATA Framework integration?? http://www.opensolaris.org/os/community/on/flag-days/pages/2006011301/ I don't have an X2200-M2, but I would love to run my SATA drives in SATA mode :) Rayson On 3/12/07, Toby Thain <[EMAIL PROTECTED]> wrote: On 12-Mar-07, at 2:37 PM, Bart Smaalders wrote: > Jason J. W. Williams wrote: >> Hi Brian, >> To my understanding the X2100 M2 and X2200 M2 are basically the same >> board OEM'd from Quanta...except the 2200 M2 has two sockets. >> As to ZFS and their weirdness, it would seem to me that fixing it >> would be more an issue of the SATA/SCSI driver. I may be wrong here. > > Actually, what has to happen is that we stop using the SATA chipset > in IDE compat mode and write proper SATA drivers for it... and > manage the upgrade issues,driver name changes, etc. We X2100 owners will love you for it. --Toby > > - Bart > > > -- > Bart SmaaldersSolaris Kernel Performance > [EMAIL PROTECTED] http://blogs.sun.com/barts > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] Re: Cluster File System Use Cases
I read this paper on Sunday. Seems interesting: The Architecture of PolyServe Matrix Server: Implementing a Symmetric Cluster File System http://www.polyserve.com/requestinfo_formq1.php?pdf=2 What interested me the most is that the metadata and lock are spread across all the nodes. I read the "Parallel NFS (pNFS)" presentation, and seems like pNFS still has the metadata on one server... (Lisa, correct me if I am wrong). http://opensolaris.org/os/community/os_user_groups/frosug/pNFS/FROSUG-pNFS.pdf Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] File System Filter Driver??
On 2/26/07, Jim Dunham <[EMAIL PROTECTED]> wrote: The Availability Suite product set (http://www.opensolaris.org/os/project/avs/) offers both snapshot and data replication data services, both of which are built on top of a Solaris filter driver framework. Is the Solaris filter driver framework documented?? I read the Solaris Internals book a while ago but I don't think it is mentioned there... Rayson By not installing the two data services (II and SNDR), one is left with a filter driver framework, but of course with no filter drivers. If you are interested in developing an OpenSolaris project for either FS encryption or compression as a new set of filter drivers, I will post relevant information tomorrow in [EMAIL PROTECTED] Jim Dunham > > Rayson > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
[zfs-discuss] File System Filter Driver??
NT kernel has the filter driver framework: http://www.microsoft.com/whdc/driver/filterdrv/default.mspx It seems to be useful for things like FS encrytion and compression... is there any plan to implement something similar in Solaris?? Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Re: [zfs-discuss] How to download the source code?
1) Take a look at the "ZFS Source Tour": http://www.opensolaris.org/os/community/zfs/source/ 2) You may also want to talk to the FreeBSD zfs port maintainer: http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/pjd/zfs 3) The source of ZFS is in a few different directories: Main FS directory: http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/zfs/ zpool command: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/zpool/ zfs command: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/zfs/ libzfs: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libzfs/ Rayson On 2/23/07, Ludovic Gele <[EMAIL PROTECTED]> wrote: Hi folks, I want to try to port ZFS under OpenBSD, but I'm not able to find the archive of the source code of this filesystem. Please, how can I do? Thanks in advance This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
[zfs-discuss] RACF: SunFire x4500 Thumper Evaluation
Interesting... http://www.rhic.bnl.gov/RCF/LiaisonMeeting/20070118/Other/thumper-eval.pdf http://scalability.org/?p=202 Rayson ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss