/[sysadmin-cookbook]/recepies/zfs/enlarge-pool/2.attach-block-device-to-pool
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/zfs/enlarge-pool/2.attach-block-device-to-pool

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (hide annotations)
Fri May 1 15:50:04 2009 UTC (15 years ago) by dpavlin
File size: 1232 byte(s)
steps to enlarge pool

1 dpavlin 26
2     root@opl:/srv/sysadmin-cookbook/recepies/lvm# zpool status
3     pool: zfs
4     state: ONLINE
5     scrub: resilver completed after 0h45m with 0 errors on Fri May 1 01:56:58 2009
6     config:
7    
8     NAME STATE READ WRITE CKSUM
9     zfs ONLINE 0 0 0
10     mirror ONLINE 0 0 0
11     raid0/zfs ONLINE 0 0 0
12     nbd0p1 ONLINE 0 0 0
13    
14     root@opl:/srv/sysadmin-cookbook/recepies/lvm# zpool attach zfs /dev/raid0/zfs /dev/raid0/zfs-200
15    
16     root@opl:/srv/sysadmin-cookbook/recepies/zfs/enlarge-pool# zpool status zfs
17     pool: zfs
18     state: ONLINE
19     status: One or more devices is currently being resilvered. The pool will
20     continue to function, possibly in a degraded state.
21     action: Wait for the resilver to complete.
22     scrub: resilver in progress for 0h6m, 10.14% done, 1h0m to go
23     config:
24    
25     NAME STATE READ WRITE CKSUM
26     zfs ONLINE 0 0 0
27     mirror ONLINE 0 0 0
28     raid0/zfs ONLINE 0 0 0
29     nbd0p1 ONLINE 0 0 0
30     raid0/zfs-200 ONLINE 0 0 0
31    
32     errors: No known data errors

  ViewVC Help
Powered by ViewVC 1.1.26