Skip to content

Commit

Permalink
1778 Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libz…
Browse files Browse the repository at this point in the history
…fs_import.c, line 1077, function zpool_open_func

Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Approved by: Gordon Ross <[email protected]>
  • Loading branch information
andy-js authored and ahrens committed May 29, 2015
1 parent 24218be commit bd0f709
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions usr/src/lib/libzfs/common/libzfs_import.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Copyright 2015 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013 by Delphix. All rights reserved.
* Copyright 2015 RackTop Systems.
*/

/*
Expand Down Expand Up @@ -1079,11 +1080,7 @@ zpool_open_func(void *arg)
}
(void) close(fd);


rn->rn_config = config;
if (config != NULL) {
assert(rn->rn_nozpool == B_FALSE);
}
}

/*
Expand Down

0 comments on commit bd0f709

Please sign in to comment.