aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Delmar Davis <don@suspectdevices.com>2021-01-25 09:15:56 -0800
committerDon Delmar Davis <don@suspectdevices.com>2021-01-25 09:15:56 -0800
commitbdc9d28fcc7725209f2880cbcae802790c133845 (patch)
tree8140828218620eb035ac1f3866f5b2a297032ece /README.md
parent533eb2fa2a129275d7c66860db83154d38b1d637 (diff)
Don't forget to wait for the reslivers.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b539e29..0a3eccc 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,8 @@ zpool export oldrpool
ls -ls /dev/disk/by-partuuid/|grep sde6
zpool attach bpool ata-TEAML5Lite3D240G_AB20190109A0101064-part6
zpool status bpool
+(... wait for resliver to complete ...)
zpool detach bpool d3bff208-06
-update-grub
-fdisk -l
```
##### copy partitions from edited disk
```
@@ -79,6 +78,8 @@ ls -ls /dev/disk/by-partuuid/|grep sdc7
zpool attach rpool ata-TEAML5Lite3D240G_AB20190109A0101064-part7 ata-Crucial_CT240M500SSD1_132909461FE4-part7 -o ashift=9
zpool export rpool
zpool import -R/ rpool
+zpool status
+(... wait for reslivers to complete ...)
update-grub
reboot