Nachtrag, nachdem ich nun einige Server bereits auf V8 habe. Kann der ZFS Pool 'rpool' nicht mehr geladen werden.
1 |
Begin: Importing FS root pool ‘rpool’ … Begin: Importing pool ‘rpool’ using defaults … Failure: 1
|
2 |
Failure: 1
|
3 |
|
4 |
Command: /sbin/zpool import -N ‘rpool’
|
5 |
Message: cannot import ‘rpool’: pool was previously in use from another system.
|
6 |
Last access by xxxxx (hostid=xxxxx) at xxxxxxxxxxxxx
|
7 |
The pool can be imported, use zpool import -f to import the pool.
|
8 |
Error: 1
|
9 |
|
10 |
Failed to import pool ‘rpool’
|
11 |
Manually import the pool and exit.
|
Ein Workaround dafür ist dann folgendes auf der (initramfs):
1 |
zpool import -N rpool -f
|
2 |
exit
|