Re: [zfs-discuss] ZFS - Sudden decrease in write performance

2010-11-20 Thread Richard L. Hamilton
arc-discuss doesn't have anything specifically to do with ZFS; in particular, it has nothing to do with the ZFS ARC. Just an unfortunate overlap of acronyms. Cross-posted to zfs-discuss, where this probably belongs. Hey all1 Recently I've decided to implement OpenSolaris as a target for

Re: [zfs-discuss] zfs under medium load causes SMB to delay writes

2010-11-07 Thread Richard L. Hamilton
This is not the appropriate group/list for this message. Crossposting to zfs-discuss (where it perhaps primarily belongs) and to cifs-discuss, which also relates. Hi, I have an I/O load issue and after days of searching wanted to know if anyone has pointers on how to approach this. My

Re: [zfs-discuss] sharesmb should be ignored if filesystem is not mounted

2010-11-04 Thread Richard L. Hamilton
On 10/28/10 08:40 AM, Richard L. Hamilton wrote: I have sharesmb=on set for a bunch of filesystems, including three that weren't mounted. Nevertheless, all of those are advertised. Needless to say, the one that isn't mounted can't be accessed remotely, even though since advertised

[zfs-discuss] sharesmb should be ignored if filesystem is not mounted

2010-10-28 Thread Richard L. Hamilton
I have sharesmb=on set for a bunch of filesystems, including three that weren't mounted. Nevertheless, all of those are advertised. Needless to say, the one that isn't mounted can't be accessed remotely, even though since advertised, it looks like it could be. # zfs list -o

Re: [zfs-discuss] sharesmb should be ignored if filesystem is not mounted

2010-10-28 Thread Richard L. Hamilton
PS obviously these are home systems; in a real environment, I'd only be sharing out filesystems with user or application data, and not local system filesystems! But since it's just me, I somewhat trust myself not to shoot myself in the foot. -- This message posted from opensolaris.org

Re: [zfs-discuss] tagged ACL groups: let's just keep digging until we come out the other side

2010-10-02 Thread Richard L. Hamilton
On Thu, Sep 30, 2010 at 08:14:24PM -0400, Miles Nordin wrote: Can the user in (3) fix the permissions from Windows? no, not under my proposal. Then your proposal is a non-starter. Support for multiple remote filesystem access protocols is key for ZFS and Solaris. The

Re: [zfs-discuss] Please warn a home user against OpenSolaris under VirtualBox under WinXP ; )

2010-10-01 Thread Richard L. Hamilton
Hmm...according to http://www.mail-archive.com/vbox-users-commun...@lists.sourceforge.net/msg00640.html that's only needed before VirtualBox 3.2, or for IDE. = 3.2, non-IDE should honor flush requests, if I read that correctly. Which is good, because I haven't seen an example of how to enabling

[zfs-discuss] fs root inode number?

2010-09-26 Thread Richard L. Hamilton
Typically on most filesystems, the inode number of the root directory of the filesystem is 2, 0 being unused and 1 historically once invisible and used for bad blocks (no longer done, but kept reserved so as not to invalidate assumptions implicit in ufsdump tapes). However, my observation seems

Re: [zfs-discuss] Debunking the dedup memory myth

2010-07-18 Thread Richard L. Hamilton
Even the most expensive decompression algorithms generally run significantly faster than I/O to disk -- at least when real disks are involved. So, as long as you don't run out of CPU and have to wait for CPU to be available for decompression, the decompression will win. The same concept

Re: [zfs-discuss] Legality and the future of zfs...

2010-07-16 Thread Richard L. Hamilton
Losing ZFS would indeed be disastrous, as it would leave Solaris with only the Veritas File System (VxFS) as a semi-modern filesystem, and a non-native FS at that (i.e. VxFS is a 3rd-party for-pay FS, which severely inhibits its uptake). UFS is just way to old to be competitive these

Re: [zfs-discuss] Legality and the future of zfs...

2010-07-16 Thread Richard L. Hamilton
On Tue, 13 Jul 2010, Edward Ned Harvey wrote: It is true there's no new build published in the last 3 months. But you can't use that to assume they're killing the community. Hmm, the community seems to think they're killing the community:

Re: [zfs-discuss] Legality and the future of zfs...

2010-07-16 Thread Richard L. Hamilton
never make it any better. Just for a record: Solaris 9 and 10 from Sun was a plain crap to work with, and still is inconvenient conservative stagnationware. They won't build a free cool tools Everybody but geeks _wants_ stagnationware, if you means something that just runs. Even my old Sun

Re: [zfs-discuss] Exporting iSCSI - it's still getting all the ZFS protect

2010-05-07 Thread Richard L. Hamilton
AFAIK, zfs should be able to protect against (if the pool is redundant), or at least detect, corruption from the point that it is handed the data, to the point that the data is written to permanent storage, _provided_that_ the system has ECC RAM (so it can detect and often correct random

Re: [zfs-discuss] why both dedup and compression?

2010-05-05 Thread Richard L. Hamilton
I've googled this for a bit, but can't seem to find the answer. What does compression bring to the party that dedupe doesn't cover already? Thank you for you patience and answers. That almost sounds like a classroom question. Pick a simple example: large text files, of which each is

Re: [zfs-discuss] why both dedup and compression?

2010-05-05 Thread Richard L. Hamilton
Another thought is this: _unless_ the CPU is the bottleneck on a particular system, compression (_when_ it actually helps) can speed up overall operation, by reducing the amount of I/O needed. But storing already-compressed files in a filesystem with compression is likely to result in wasted

Re: [zfs-discuss] zpool rename?

2010-05-04 Thread Richard L. Hamilton
[...] To answer Richard's question, if you have to rename a pool during import due to a conflict, the only way to change it back is to re-import it with the original name. You'll have to either export the conflicting pool, or (if it's rpool) boot off of a LiveCD which doesn't use an rpool

[zfs-discuss] zpool rename?

2010-05-02 Thread Richard L. Hamilton
One can rename a zpool on import zpool import -f pool_or_id newname Is there any way to rename it (back again, perhaps) on export? (I had to rename rpool in an old disk image to access some stuff in it, and I'd like to put it back the way it was so it's properly usable if I ever want to boot

Re: [zfs-discuss] Mapping inode numbers to file names

2010-04-28 Thread Richard L. Hamilton
[...] There is a way to do this kind of object to name mapping, though there's no documented public interface for it. See zfs_obj_to_path() function and ZFS_IOC_OBJ_TO_PATH ioctl. I think it should also be possible to extend it to handle multiple names (in case of multiple hardlinks) in

[zfs-discuss] customizing zfs list with less typing

2010-01-23 Thread Richard L. Hamilton
It might be nice if zfs list would check an environment variable for a default list of properties to show (same as the comma-separated list used with the -o option). If not set, it would use the current default list; if set, it would use the value of that environment variable as the list. I find

Re: [zfs-discuss] customizing zfs list with less typing

2010-01-23 Thread Richard L. Hamilton
Just make 'zfs' an alias to your version of it. A one-time edit of .profile can update that alias. Sure; write a shell function, and add an alias to it. And use a quoted command name (or full path) within the function to get to the real command. Been there, done that. But to do a good job

Re: [zfs-discuss] high read iops - more memory for arc?

2009-12-25 Thread Richard L. Hamilton
FYI, the arc and arc-discuss lists or forums are not appropriate for this. There are two arc acronyms: * Architecture Review Committee (arc list is for cases being considered, arc-discuss is for other discussion. Non-committee business is most unwelcome on the arc list.) * the ZFS Adaptive

[zfs-discuss] Why is st_size of a zfs directory equal to the number of entries?

2009-01-14 Thread Richard L. Hamilton
Cute idea, maybe. But very inconsistent with the size in blocks (reported by ls -dls dir). Is there a particular reason for this, or is it one of those just for the heck of it things? Granted that it isn't necessarily _wrong_. I just checked SUSv3 for stat() and sys/stat.h, and it appears

Re: [zfs-discuss] Why is st_size of a zfs directory equal to the

2009-01-14 Thread Richard L. Hamilton
Richard L. Hamilton rlha...@smart.net wrote: Cute idea, maybe. But very inconsistent with the size in blocks (reported by ls -dls dir). Is there a particular reason for this, or is it one of those just for the heck of it things? Granted that it isn't necessarily _wrong_. I just

Re: [zfs-discuss] Mac Mini (OS X 10.5.4) with globalSAN

2008-08-14 Thread Richard L. Hamilton
On Wed, 13 Aug 2008, Richard L. Hamilton wrote: Reasonable enough guess, but no, no compression, nothing like that; nor am I running anything particularly demanding most of the time. I did have the volblocksize set down to 512 for that volume, since I thought that for the purpose

Re: [zfs-discuss] memory hog

2008-06-13 Thread Richard L. Hamilton
Hmm...my SB2K, 2GB RAM, 2x 1050MHz UltraSPARC III Cu CPU, seems to freeze momentarily for a couple of seconds every now and then in a zfs root setup on snv_90, which it never did with mostly ufs on snv_81; that despite having much faster disks now (LSI SAS 3800X and a pair of Seagate 1TB SAS

Re: [zfs-discuss] Boot from mirrored vdev

2008-06-13 Thread Richard L. Hamilton
Are you using set md:mirrored_root_flag=1 in /etc/system? See the entry for md:mirrored_root_flag on http://docs.sun.com/app/docs/doc/819-2724/chapter2-156?a=view keeping in mind all the cautions... This message posted from opensolaris.org ___

Re: [zfs-discuss] Can't rm file when No space left on device...

2008-06-13 Thread Richard L. Hamilton
I wonder if one couldln't reduce (but probably not eliminate) the likelihood of this sort of situation by setting refreservation significantly lower than reservation? Along those lines, I don't see any property that would restrict the number of concurrent snapshots of a dataset :-( I think that

Re: [zfs-discuss] Filesystem for each home dir - 10,000 users?

2008-06-11 Thread Richard L. Hamilton
On Sat, 7 Jun 2008, Mattias Pantzare wrote: If I need to count useage I can use du. But if you can implement space usage info on a per-uid basis you are not far from quota per uid... That sounds like quite a challenge. UIDs are just numbers and new ones can appear at any time.

Re: [zfs-discuss] SSD reliability, wear levelling, warranty period

2008-06-11 Thread Richard L. Hamilton
btw: it's seems to me that this thread is a little bit OT. I don't think its OT - because SSDs make perfect sense as ZFS log and/or cache devices. If I did not make that clear in my OP then I failed to communicate clearly. In both these roles (log/cache) reliability is of the utmost

Re: [zfs-discuss] Growing root pool ?

2008-06-11 Thread Richard L. Hamilton
On Tue, Jun 10, 2008 at 11:33:36AM -0700, Wyllys Ingersoll wrote: Im running build 91 with ZFS boot. It seems that ZFS will not allow me to add an additional partition to the current root/boot pool because it is a bootable dataset. Is this a known issue that will be fixed or a

Re: [zfs-discuss] Growing root pool ?

2008-06-11 Thread Richard L. Hamilton
I'm not even trying to stripe it across multiple disks, I just want to add another partition (from the same physical disk) to the root pool. Perhaps that is a distinction without a difference, but my goal is to grow my root pool, not stripe it across disks or enable raid features (for now).

Re: [zfs-discuss] SATA controller suggestion

2008-06-06 Thread Richard L. Hamilton
I don't presently have any working x86 hardware, nor do I routinely work with x86 hardware configurations. But it's not hard to find previous discussion on the subject: http://www.opensolaris.org/jive/thread.jspa?messageID=96790 for example... Also, remember that SAS controllers can usually also

Re: [zfs-discuss] Can't rm file when No space left on device...

2008-06-06 Thread Richard L. Hamilton
On Thu, Jun 05, 2008 at 09:13:24PM -0600, Keith Bierman wrote: On Jun 5, 2008, at 8:58 PM 6/5/, Brad Diggs wrote: Hi Keith, Sure you can truncate some files but that effectively corrupts the files in our case and would cause more harm than good. The only files in our volume

Re: [zfs-discuss] zfs incremental-forever

2008-06-06 Thread Richard L. Hamilton
If I read the man page right, you might only have to keep a minimum of two on each side (maybe even just one on the receiving side), although I might be tempted to keep an extra just in case; say near current, 24 hours old, and a week old (space permitting for the larger interval of the last one).

Re: [zfs-discuss] Per-user home filesystems and OS-X Leopard anomaly

2008-06-06 Thread Richard L. Hamilton
I encountered an issue that people using OS-X systems as NFS clients need to be aware of. While not strictly a ZFS issue, it may be encounted most often by ZFS users since ZFS makes it easy to support and export per-user filesystems. The problem I encountered was when using ZFS to

Re: [zfs-discuss] Filesystem for each home dir - 10,000 users?

2008-06-06 Thread Richard L. Hamilton
[...] That's not to say that there might not be other problems with scaling to thousands of filesystems. But you're certainly not the first one to test it. For cases where a single filesystem must contain files owned by multiple users (/var/mail being one example), old fashioned

Re: [zfs-discuss] Filesystem for each home dir - 10,000 users?

2008-06-05 Thread Richard L. Hamilton
Hi All, I'm new to ZFS but I'm intrigued by the possibilities it presents. I'm told one of the greatest benefits is that, instead of setting quotas, each user can have their own 'filesystem' under a single pool. This is obviously great if you've got 10 users but what if you have

Re: [zfs-discuss] system backup and recovery

2008-06-05 Thread Richard L. Hamilton
Hi list, for windows we use ghost to backup system and recovery. can we do similar thing for solaris by ZFS? I want to create a image and install to another machine, So that the personal configuration will not be lost. Since I don't do Windows, I'm not familiar with ghost, but I gather

Re: [zfs-discuss] system backup and recovery

2008-06-05 Thread Richard L. Hamilton
On Thu, 2008-06-05 at 15:44 +0800, Aubrey Li wrote: for windows we use ghost to backup system and recovery. can we do similar thing for solaris by ZFS? How about flar ? http://docs.sun.com/app/docs/doc/817-5668/flash-24?a=v iew [ I'm actually not sure if it's supported for zfs root

Re: [zfs-discuss] More USB Storage Issues

2008-06-05 Thread Richard L. Hamilton
Nathan Kroenert wrote: For what it's worth, I started playing with USB + flash + ZFS and was most unhappy for quite a while. I was suffering with things hanging, going slow or just going away and breaking, and thought I was witnessing something zfs was doing as I was trying to

Re: [zfs-discuss] new install - when is zfs root offered? (snv_90)

2008-06-05 Thread Richard L. Hamilton
A Darren Dunham [EMAIL PROTECTED] writes: On Tue, Jun 03, 2008 at 05:56:44PM -0700, Richard L. Hamilton wrote: How about SPARC - can it do zfs install+root yet, or if not, when? Just got a couple of nice 1TB SAS drives, and I think I'd prefer to have a mirrored pool where zfs owns

Re: [zfs-discuss] new install - when is zfs root offered? (snv_90)

2008-06-04 Thread Richard L. Hamilton
On Tue, Jun 03, 2008 at 05:56:44PM -0700, Richard L. Hamilton wrote: How about SPARC - can it do zfs install+root yet, or if not, when? Just got a couple of nice 1TB SAS drives, and I think I'd prefer to have a mirrored pool where zfs owns the entire drives, if possible. (I'd also

Re: [zfs-discuss] new install - when is zfs root offered? (snv_90)

2008-06-04 Thread Richard L. Hamilton
P.S. the ST31000640SS drives, together with the LSI SAS 3800x controller (in a 64-bit 66MHz slot) gave me, using dd with a block size of either 1024k or 16384k (1MB or 16MB) and a count of 1024, a sustained read rate that worked out to a shade over 119MB/s, even better than the nominal sustained

Re: [zfs-discuss] new install - when is zfs root offered? (snv_90)

2008-06-03 Thread Richard L. Hamilton
How about SPARC - can it do zfs install+root yet, or if not, when? Just got a couple of nice 1TB SAS drives, and I think I'd prefer to have a mirrored pool where zfs owns the entire drives, if possible. (I'd also eventually like to have multiple bootable zfs filesystems in that pool, corresponding

Re: [zfs-discuss] The ZFS inventor and Linus sitting in a tree?

2008-05-20 Thread Richard L. Hamilton
On Mon, May 19, 2008 at 10:06 PM, Bill McGonigle [EMAIL PROTECTED] wrote: On May 18, 2008, at 14:01, Mario Goebbels wrote: I mean, if the Linux folks to want it, fine. But if Sun's actually helping with such a possible effort, then it's just shooting itself in the foot here, in my

Re: [zfs-discuss] ZFS for write-only media?

2008-04-24 Thread Richard L. Hamilton
Dana H. Myers [EMAIL PROTECTED] wrote: Bob Friesenhahn wrote: Are there any plans to support ZFS for write-only media such as optical storage? It seems that if mirroring or even zraid is used that ZFS would be a good basis for long term archival storage. I'm just going to

Re: [zfs-discuss] utf8only-property

2008-02-28 Thread Richard L. Hamilton
So, I set utf8only=on and try to create a file with a filename that is a byte array that can't be decoded to text using UTF-8. What's supposed to happen? Should fopen(), or whatever syscall 'touch' uses, fail? Should the syscall somehow escape utf8-incompatible bytes, or maybe replace

Re: [zfs-discuss] vxfs vs ufs vs zfs

2008-02-18 Thread Richard L. Hamilton
Hello, I have just done comparison of all the above filesystems using the latest filebench. If you are interested: http://przemol.blogspot.com/2008/02/zfs-vs-vxfs-vs-ufs -on-x4500-thumper.html Regards przemol I would think there'd be a lot more variation based on workload, such that

Re: [zfs-discuss] 'du' is not accurate on zfs

2008-02-18 Thread Richard L. Hamilton
On Sat, 16 Feb 2008, Richard Elling wrote: ls -l shows the length. ls -s shows the size, which may be different than the length. You probably want size rather than du. That is true. Unfortunately 'ls -s' displays in units of disk blocks and does not also consider the 'h' option

Re: [zfs-discuss] sharenfs with over 10000 file systems

2008-01-25 Thread Richard L. Hamilton
New, yes. Aware - probably not. Given cheap filesystems, users would create many filesystems was an easy guess, but I somehow don't think anybody envisioned that users would be creating tens of thousands of filesystems. ZFS - too good for it's own good :-p IMO (and given mails/posts

Re: [zfs-discuss] 7zip compression?

2007-07-31 Thread Richard L. Hamilton
Hello Marc, Sunday, July 29, 2007, 9:57:13 PM, you wrote: MB MC rac at eastlink.ca writes: Obviously 7zip is far more CPU-intensive than anything in use with ZFS today. But maybe with all these processor cores coming down the road, a high-end compression system is just the thing

Re: [zfs-discuss] Cluster File System Use Cases

2007-07-13 Thread Richard L. Hamilton
Bringing this back towards ZFS-land, I think that there are some clever things we can do with snapshots and clones. But the age-old problem of arbitration rears its ugly head. I think I could write an option to expose ZFS snapshots to read-only clients. But in doing so, I don't see how

[zfs-discuss] Re: Re: ZFS - SAN and Raid

2007-06-27 Thread Richard L. Hamilton
Victor Engle wrote: Roshan, As far as I know, there is no problem at all with using SAN storage with ZFS and it does look like you were having an underlying problem with either powerpath or the array. Correct. A write failed. The best practices guide on opensolaris does

[zfs-discuss] Re: Re: OT: extremely poor experience with Sun Download

2007-06-16 Thread Richard L. Hamilton
Well, I just grabbed the latest SXCE, and just for the heck of it, fooled around until I got the Java Web Start to work. Basically, one's browser needs to know the following (how to do that depends on the browser): MIME Type: application/x-java-jnlp-file File Extension: jnlp Open With:

[zfs-discuss] Re: OT: extremely poor experience with Sun Download

2007-06-14 Thread Richard L. Hamilton
Intending to experiment with ZFS, I have been struggling with what should be a simple download routine. Sun Download Manager leaves a great deal to be desired. In the Online Help for Sun Download Manager there's a section on troubleshooting, but if it causes *anyone* this much

[zfs-discuss] Re: Re: Re: Re: Re: ZFS consistency guarantee

2007-06-09 Thread Richard L. Hamilton
I wish there was a uniform way whereby applications could register their ability to achieve or release consistency on demand, and if registered, could also communicate back that they had either achieved consistency on-disk, or were unable to do so. That would allow backup procedures to

[zfs-discuss] Re: shareiscsi is cool, but what about sharefc or sharescsi?

2007-06-01 Thread Richard L. Hamilton
I'd love to be able to server zvols out as SCSI or FC targets. Are there any plans to add this to ZFS? That would be amazingly awesome. Can one use a spare SCSI or FC controller as if it were a target? Even if the hardware is capable, I don't see what you describe as a ZFS thing really; it

[zfs-discuss] Re: storage type for ZFS

2007-04-17 Thread Richard L. Hamilton
Well, no; his quote did say software or hardware. The theory is apparently that ZFS can do better at detecting (and with redundancy, correcting) errors if it's dealing with raw hardware, or as nearly so as possible. Most SANs _can_ hand out raw LUNs as well as RAID LUNs, the folks that run them

[zfs-discuss] Re: Testing of UFS, VxFS and ZFS

2007-04-17 Thread Richard L. Hamilton
# zfs create pool raidz d1 … d8 Surely you didn't create the zfs pool on top of SVM metadevices? If so, that's not useful; the zfs pool should be on top of raw devices. Also, because VxFS is extent based (if I understand correctly), not unlike how MVS manages disk space I might add, _it ought_

[zfs-discuss] Re: FreeBSD's system flags.

2007-04-14 Thread Richard L. Hamilton
So you're talking about not just reserving something for on-disk compatibility, but also maybe implementing these for Solaris? Cool. Might be fairly useful for hardening systems (although as long as someone had raw device access, or physical access, they could of course still get around it; that

[zfs-discuss] Re: ZFS and Linux

2007-04-14 Thread Richard L. Hamilton
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? The anti-GPL kneejerk just witnessed on this list is astonishing. The BSD license, for

[zfs-discuss] Re: Re: How big a write to a regular file is atomic?

2007-03-30 Thread Richard L. Hamilton
On Wed, Mar 28, 2007 at 06:55:17PM -0700, Anton B. Rang wrote: It's not defined by POSIX (or Solaris). You can rely on being able to atomically write a single disk block (512 bytes); anything larger than that is risky. Oh, and it has to be 512-byte aligned. File systems with

[zfs-discuss] How big a write to a regular file is atomic?

2007-03-28 Thread Richard L. Hamilton
and does it vary by filesystem type? I know I ought to know the answer, but it's been a long time since I thought about it, and I must not be looking at the right man pages. And also, if it varies, how does one tell? For a pipe, there's fpathconf() with _PC_PIPE_BUF, but how about for a regular

[zfs-discuss] missing features?Could/should zfs support a new ioctl, constrained if neede

2007-03-24 Thread Richard L. Hamilton
_FIOSATIME - why doesn't zfs support this (assuming I didn't just miss it)? Might be handy for backups. Could/should zfs support a new ioctl, constrained if needed to files of zero size, that sets an explicit (and fixed) blocksize for a particular file? That might be useful for performance in

[zfs-discuss] mirror question

2007-03-23 Thread Richard L. Hamilton
If I create a mirror, presumably if possible I use two or more identically sized devices, since it can only be as large as the smallest. However, if later I want to replace a disk with a larger one, and detach the mirror (and anything else on the disk), replace the disk (and if applicable

[zfs-discuss] Re: UFS on zvol: volblocksize and maxcontig

2007-02-01 Thread Richard L. Hamilton
I hope there will be consideration given to providing compatibility with UFS quotas (except that inode limits would be ignored). At least to the point of having edquota(1m) quot(1m) quota(1m) quotactl(7i) repquota(1m) rquotad(1m) and possibly quotactl(7i) work with zfs (with the exception

[zfs-discuss] Re: zpool split

2007-01-24 Thread Richard L. Hamilton
...such that a snapshot (cloned if need be) won't do what you want? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: A versioning FS

2006-10-06 Thread Richard L. Hamilton
What would a version FS buy us that cron+ zfs snapshots doesn't? Some people are making money on the concept, so I suppose there are those who perceive benefits: http://en.wikipedia.org/wiki/Rational_ClearCase (I dimly remember DSEE on the Apollos; also some sort of versioning file type on

[zfs-discuss] Re: ZFS + rsync, backup on steroids.

2006-08-31 Thread Richard L. Hamilton
Are both of you doing a umount/mount (or export/import, I guess) of the source filesystem before both first and second test? Otherwise, there might still be a fair bit of cached data left over from the first test, which would give the 2nd an unfair advantage. I'm fairly sure unmounting a

[zfs-discuss] Re: Re: Re: SCSI synchronize cache cmd

2006-08-22 Thread Richard L. Hamilton
Filed as 6462690. If our storage qualification test suite doesn't yet check for support of this bit, we might want to get that added; it would be useful to know (and gently nudge vendors who don't yet support it). Is either the test suite, or at least a list of what it tests (which it