Fix typo
This commit is contained in:

committed by
Michael Hoang

parent
85555d27de
commit
490c0d6bd1
@@ -244,7 +244,7 @@
|
|||||||
type = "topology";
|
type = "topology";
|
||||||
vdev = [
|
vdev = [
|
||||||
{
|
{
|
||||||
# This syntax expects a disk called 'data3' with a gpt partition called 'zfs'.
|
# This syntax expects a disk called 'data1' with a gpt partition called 'zfs'.
|
||||||
members = [ "data1" ];
|
members = [ "data1" ];
|
||||||
# It's also possible to use the full path of the device or partition
|
# It's also possible to use the full path of the device or partition
|
||||||
# members = [ "/dev/disk/by-id/wwn-0x5000c500af8b2a14" ];
|
# members = [ "/dev/disk/by-id/wwn-0x5000c500af8b2a14" ];
|
||||||
|
Reference in New Issue
Block a user