更新履歴

icon
 古場 正行   2023/08/16 9:43

現在との差分
History → Now CHANGED
@@ -200,12 +200,12 @@
200
200
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da0
201
201
```
202
202
203
203
## ⑦ リプレースの進行状況の確認
204
- - `zpool status` を実行する。
204
+ - `zpool status` (もしくは `zpool status -x`) を実行する。
205
205
206
206
```
207
- # zpool status (もしくは zpool status -x)
207
+ # zpool status
208
208
pool: zroot
209
209
state: DEGRADED
210
210
status: One or more devices is currently being resilvered. The pool will
211
211
continue to function, possibly in a degraded state.
@@ -232,12 +232,12 @@
232
232
- 現在 0.03% done で、完了までに 3 days 01:56:53 to go と表示されているが、実は5時間半弱でリプレースは完了した。
233
233
- ちなみに、リプレース中もファイルシステムは普通に利用できる。
234
234
235
235
## ⑧ リプレース完了の確認
236
- - `zpool status` を実行する。
236
+ - `zpool status` (もしくは `zpool status -x`) を実行する。
237
237
238
238
```
239
- # zpool status (もしくは zpool status -x)
239
+ # zpool status
240
240
pool: zroot
241
241
state: ONLINE
242
242
scan: resilvered 1.18T in 0 days 05:22:19 with 0 errors on Mon Oct 28 00:00:36 2019
243
243
config:

過去のナレッジの内容

現在のナレッジの内容
 戻る