Skip to content

Commit 022595c

Browse files
docs(recovery): document spacemap/import recovery (Fixes #16461)
1 parent 5d33801 commit 022595c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Recovering an “ONLINE but Cannot Import” Pool
2+
3+
If `zpool import` lists a pool as ONLINE but it fails to import, the metadata or spacemap may be corrupted.
4+
5+
## Recovery Procedure
6+
7+
```bash
8+
zpool import -Fn <pool>
9+
zpool import -F <pool>
10+
zpool import -FX <pool>
11+
zpool import -o readonly=on <pool>

0 commit comments

Comments
 (0)