First of all, how can I check what kind of ZFS raid I'm using?
I just run:
...but I cannot understand what type is. Is it a raid0?
Then, how can I convert ZFS raid0 to a mirror type?
I just run:
Bash:
root@srv001:/backups# zpool status -v
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
nvme-eui.e8238fa6bf530001001b448b46ee3a39-part3 ONLINE 0 0 0
nvme-eui.e8238fa6bf530001001b448b46ee35bf ONLINE 0 0 0
errors: No known data errors
...but I cannot understand what type is. Is it a raid0?
Then, how can I convert ZFS raid0 to a mirror type?