HomePhorge

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

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
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUe9797eac5240: Merge branch 'pr/3311'
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUaca6c7b380f4: (PUP-3388) Differentiate between single and multi mirror and raidz pools (authored by Josh Cooper <josh@puppetlabs.com>).Nov 15 2014, 12:09 AM