Displaying 1 result from an estimated 1 matches for "disk20gb".
Did you mean:
disk10gb
2008 May 04
3
Some bugs/inconsistencies.
...eady, so I''ll share them while I''m working on the rest.
1. Inconsistent behaviour for ''zpool create'' and ''zpool add'' when
handling mirror vdevs and log mirror vdevs.
Different disk sizes:
# zpool create test mirror <disk10GB> <disk20GB>
invalid vdev specification
use ''-f'' to override the following errors:
mirror contains devices of different sizes
# zpool create test <disk> log mirror <disk10GB> <disk20GB>
# echo $?
0
# zpool status -x test
pool ''test'' is healthy...