Displaying 1 result from an estimated 1 matches for "raid_par".
Did you mean:
raid_map
2013 May 24
0
zpool resource fails with incorrect error
...s returned stderr is not what I get if I
copy/paste the command given by the debug output.
# 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 d...