diff options
| author | Don Delmar Davis <don@suspectdevices.com> | 2021-01-25 09:15:56 -0800 |
|---|---|---|
| committer | Don Delmar Davis <don@suspectdevices.com> | 2021-01-25 09:15:56 -0800 |
| commit | bdc9d28fcc7725209f2880cbcae802790c133845 (patch) | |
| tree | 8140828218620eb035ac1f3866f5b2a297032ece /README.md | |
| parent | 533eb2fa2a129275d7c66860db83154d38b1d637 (diff) | |
Don't forget to wait for the reslivers.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
