HomePhorge

(PUP-3388) Differentiate between single and multi mirror and raidz pools
a907ddd8b867Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3388) Differentiate between single and multi mirror and raidz pools

Previously, the acceptance test attempted to create a single mirrored
pool with 3 virtual devices, and a single raidz with 3 virtual devices.
The syntax does not match the type specification, which says:

List of all the devices to mirror for this pool. Each mirror should be a
space separated string.

And the same thing for raidz.

This commit modifies the acceptance test so that it uses valid mirror
and raidz syntax. It can either be a single pool with multiple devices,
e.g. mirror => ['a b'], or multiple pools each with multiple devices,
e.g. mirror => ['a b', 'c d'].

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
Will Hopper <whopper@puppetlabs.com>Committed on Apr 2 2015, 12:33 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU91243475dd06: (PUP-3388) Add tests for creating mirror and raidz virtual devices
Branches
Unknown
Tags
Unknown

Event Timeline

Will Hopper <whopper@puppetlabs.com> committed rPUa907ddd8b867: (PUP-3388) Differentiate between single and multi mirror and raidz pools (authored by Josh Cooper <josh@puppetlabs.com>).Apr 2 2015, 12:33 AM