Displaying 1 result from an estimated 1 matches for "log_mirror".
Did you mean:
log_error
2013 May 24
0
zpool resource fails with incorrect error
...cat /etc/puppet/manifests/zpool_raidz2.pp
zpool { ''tank'':
ensure => present,
raidz => [ ''d01 d02 d03 d04'', ''d05 d06 d07 d08'' ],
raid_parity => ''raidz2'',
pool => ''tank'',
log_mirror => ''d09 d10'',
force => true,
}
I''ve put the full trace/debug in pastebin [1].
You''ll have to excuse the extra debug lines, as I''m trying to do a few
things.
* Add logged mirror support
* Figure out and fix the inability to create strip...