summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/abort.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-03-19 20:14:27 +0000
committerpjd <pjd@FreeBSD.org>2010-03-19 20:14:27 +0000
commit96459d48e9a019676cb6cbcc686ba9d87ad18001 (patch)
tree54f4c48d20199f7638fda5a4c3a38d6cfdd50301 /lib/libc/stdlib/abort.c
parent102a1f8933fc21bc4d59fefc7cf937a79852efd3 (diff)
downloadFreeBSD-src-96459d48e9a019676cb6cbcc686ba9d87ad18001.zip
FreeBSD-src-96459d48e9a019676cb6cbcc686ba9d87ad18001.tar.gz
The same code is used to import and to create pool.
The order of operations is the following: 1. Try to open vdev by remembered path and guid. 2. If 1 failed, try to find vdev which guid matches and ignore the path. 3. If 2 failed this means either that the vdev we're looking for is gone or that pool is being created and vdev doesn't contain proper guid yet. To be able to handle pool creation we open vdev by path anyway. Because of 3 it is possible that we open wrong vdev on import which can lead to confusions. The solution for this is to check spa_load_state. On pool creation it will be equal to SPA_LOAD_NONE and we can open vdev only by path immediately and if it is not equal to SPA_LOAD_NONE we first open by path+guid and when that fails, we open by guid. We no longer open wrong vdev on import. MFC after: 2 weeks
Diffstat (limited to 'lib/libc/stdlib/abort.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud