Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 13:45:29 +0200
From:      Ganael Laplanche <ganael.laplanche@corp.ovh.com>
To:        Eric McCorkle <eric@metricspace.net>
Cc:        <freebsd-hackers@freebsd.org>
Subject:   Re: EFI/ZFS Update: successful tests, need more complex vdevs
Message-ID:  <201510211345.29460.ganael.laplanche@corp.ovh.com>
In-Reply-To: <56211825.3080403@metricspace.net>
References:  <56211825.3080403@metricspace.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, October 16, 2015 05:30:45 PM Eric McCorkle wrote:

Hi Eric,

> In general, I need testing on ZFS setups with more complex vdevs (l2arc,=
=20
intent logs, mirroring, striping, raidz, etc.)

I have successfully run the following tests, on a server with 3 SSDs and=20
following the method I explained in my previous post (i.e. booting from=20
patched loader.efi, *not* boot1.efi), see:=20
https://lists.freebsd.org/pipermail/freebsd-hackers/2015-August/048141.html

1) Single disk + SLOG + L2ARC

# zpool status
  pool: zroot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          da0p3     ONLINE       0     0     0
        logs
          da2       ONLINE       0     0     0
        cache
          da1       ONLINE       0     0     0

errors: No known data errors

=3D> Boot OK, the pool is up and running with logs and cache online

2) Striping on 3 disks

# zpool status
  pool: zroot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          da0p3     ONLINE       0     0     0
          da1p3     ONLINE       0     0     0
          da2p3     ONLINE       0     0     0

errors: No known data errors

=3D> Boot OK

3) Mirroring on 3 disks

# zpool status
  pool: zroot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            da0p3   ONLINE       0     0     0
            da1p3   ONLINE       0     0     0
            da2p3   ONLINE       0     0     0

errors: No known data errors

=3D> Boot OK

4) Raidz on 3 disks

# zpool status
  pool: zroot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          raidz1-0  ONLINE       0     0     0
            da0p3   ONLINE       0     0     0
            da1p3   ONLINE       0     0     0
            da2p3   ONLINE       0     0     0

errors: No known data errors

=3D> Boot OK

As Andrew asked, do you have an updated patch ? Or is the code available on=
=20
some repository ?

Thanks again for your great work,
Regards,

=2D-=20
Gana=EBl LAPLANCHE <ganael.laplanche@corp.ovh.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510211345.29460.ganael.laplanche>