version 1.34, 2021/02/17 17:34:51
|
version 1.35, 2021/02/17 17:40:26
|
Line 117 Information about created or imported po
|
Line 117 Information about created or imported po
|
|
|
While one can "zpool pool0 /dev/wd0f" and have a working pool, this |
While one can "zpool pool0 /dev/wd0f" and have a working pool, this |
pool cannot be exported and imported straigthforwardly. "zpool |
pool cannot be exported and imported straigthforwardly. "zpool |
export" works fine, and deletes zpool.cache. |
export" works fine, and deletes zpool.cache. "zpool import", however, |
|
only looks at entire disks (e.g. /dev/wd0), and might look at slices |
"zpool import", however, only looks at entire disks (e.g. /dev/wd0), |
(e.g. /dev/dk0). It does not look at partitions like /dev/wd0f, and |
and might look at slices (e.g. /dev/dk0). It does not look at |
there is no way on the command line to ask that specific devices be |
partitions like /dev/wd0f, and there is no way on the command line to |
examined. Thus, export/import fails for pools with disklabel |
ask that specific devices be examined. Thus, export/import fails for |
partitions. |
pools with disklabel partitions. |
|
|
|
One can make wd0 be a link to wd0f temporarily, and the pool will then |
One can make wd0 be a link to wd0f temporarily, and the pool will then |
be importable. However, "wd0" is stored in zpool.cache and on the |
be importable. However, "wd0" is stored in zpool.cache and on the |