Skip to content

Commit

Permalink
removed "zpool import -a" from init script.
Browse files Browse the repository at this point in the history
  • Loading branch information
shrirang committed Dec 11, 2010
1 parent 8df15a8 commit 5be4800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions etc/init.d/initd.debian
Expand Up @@ -25,9 +25,8 @@ lockfile=/var/lock/subsys/$prog

start () {
modprobe lzfs
zpool import -a
zfs mount -a
return $RETVAL
zfs mount -a
return $RETVAL
}

stop () {
Expand Down
3 changes: 1 addition & 2 deletions etc/init.d/initd.redhat
Expand Up @@ -24,8 +24,7 @@ lockfile=/var/lock/subsys/$prog

start () {
modprobe lzfs
zpool import -a
zfs mount -a
zfs mount -a
return $RETVAL
}

Expand Down

0 comments on commit 5be4800

Please sign in to comment.