projects
/
zfs-ubuntu
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a8e63
)
Removed import command
author
Alan J. Pippin
<ajp@pippins.net>
Mon, 12 Jan 2009 05:26:05 +0000
(22:26 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Mon, 12 Jan 2009 05:26:05 +0000
(22:26 -0700)
zfs-scrub
patch
|
blob
|
history
diff --git
a/zfs-scrub
b/zfs-scrub
index 5d2fadde353aa8c1aa8948d7cee8ff16fd80c5ad..b4f0874212d1df6b6239905c64e8d22f8db6aa46 100755
(executable)
--- a/
zfs-scrub
+++ b/
zfs-scrub
@@
-36,7
+36,6
@@
do
date=`date`
echo "$date: Scrub started for zfs pool $i"
- zpool import $i
zpool scrub $i
# Wait until the scrub completes, and check for any errors