ZFS - list of disks used in a pool

Hi guys,

We had created a pool as follows:

zpool create filing_pool raidz c1t2d0 c1t3d0 ........

Due to some requirement, we need to destroy the pool and re-create another one. We wish to know now which disks have been included in the filing_pool, how do we list the disks used to create the above pool?

Any suggestion would do. Thanks and regards.

read the manpage of zpool... the command you need should be something like:

# zpool status
# zpool list

yes indeed

I also typed zpool history, it gives all zpool or zfs commands previously typed. So it helps.