Skip to content

Commit

Permalink
Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk
Browse files Browse the repository at this point in the history
  • Loading branch information
behlendorf committed Mar 20, 2009
2 parents 896eb67 + d83c361 commit 8448a02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Expand Up @@ -4,7 +4,7 @@

* : Rebased to ZFS b108 from OpenSolaris

* configure.ac, *Makefile.am: Build system updatei. This includes
* configure.ac, *Makefile.am: Build system update. This includes
resolving various build issues and adding support for the remaining
common build targets. Available targets now include:

Expand All @@ -26,7 +26,7 @@
This will produce two binary RPMs with correct 'requires'
dependencies for your kernel. One will contain all zfs modules
and support utilities, the other is a devel package for compiling
additional kernel modules which are dependant on the zfs.
additional kernel modules which are dependent on the zfs.

zfs-x.y.z-1_<kernel version>.x86_64.rpm
zfs-devel-x.y.2-1_<kernel version>.x86_64.rpm
Expand Down
6 changes: 3 additions & 3 deletions TODO
Expand Up @@ -5,7 +5,7 @@ SUMMARY OF MAJOR KNOWN PROBLEMS IN v0.4.3 (Development Release)

- Implement something similar to the Solaris devid support to ensure
ZFS properly locates your disks even when moved. The current port
is dependant on using something like udev to ensure this can never
is dependent on using something like udev to ensure this can never
happen but this is not a viable long term solution.

- Implement something like Solaris's sysevent support to detect when
Expand Down Expand Up @@ -33,7 +33,7 @@ SUMMARY OF MAJOR KNOWN PROBLEMS IN v0.4.3 (Development Release)
lt-ztest: ../../lib/libzpool/taskq.c:199: Assertion
`pthread_create(&tq->tq_threadlist[t], NULL, taskq_thread, tq) == 0' failed.

2) Reproducable on my RHEL5-x86_64 box after perhaps an hour:
2) Reproducible on my RHEL5-x86_64 box after perhaps an hour:

ztest -V -T 18000
5 vdevs, 7 datasets, 23 threads, 18000 seconds...
Expand All @@ -44,7 +44,7 @@ SUMMARY OF MAJOR KNOWN PROBLEMS IN v0.4.3 (Development Release)
dsl_dataset_hold_obj(dp, dsobj, ((char *)__func__), &ds) (0x0 == 0x2)' failed.
child died with signal 6

3) Reproducable on my RHEL5-x86_64 box after perhaps an hour:
3) Reproducible on my RHEL5-x86_64 box after perhaps an hour:

ztest -V -T 18000
5 vdevs, 7 datasets, 23 threads, 18000 seconds...
Expand Down

0 comments on commit 8448a02

Please sign in to comment.