From 2d8665f3a7809f97dd21beaac60947994f63053d Mon Sep 17 00:00:00 2001 From: jordan-mcgillivray005 <120522382+jordan-mcgillivray005@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:56:49 -0400 Subject: [PATCH] update estimated raw capacity values --- test_data/create-data-pool.csv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_data/create-data-pool.csv b/test_data/create-data-pool.csv index 50ee2998..263ae433 100644 --- a/test_data/create-data-pool.csv +++ b/test_data/create-data-pool.csv @@ -1,6 +1,6 @@ pool-name,pool-layout,disk-width,pool-data,raw-capacity,data-vdefs,pool-type,cmd-pool-type -my_stripe_pool,Stripe,3,1 × STRIPE | 3 × 20 GiB (HDD),54 GiB,3 x DISK | 1 wide | 20 GiB,DISK,NA +my_stripe_pool,Stripe,3,1 × STRIPE | 3 × 20 GiB (HDD),60 GiB,3 x DISK | 1 wide | 20 GiB,DISK,NA my_mirror_pool,Mirror,4,1 × MIRROR | 4 × 20 GiB (HDD),20 GiB,1 x MIRROR | 4 wide | 20 GiB,MIRROR,mirror-0 -my_raidz1_pool,RAIDZ1,3,1 × RAIDZ1 | 3 × 20 GiB (HDD),36 GiB,1 x RAIDZ1 | 3 wide | 20 GiB,RAIDZ1,raidz1-0 -my_raidz2_pool,RAIDZ2,4,1 × RAIDZ2 | 4 × 20 GiB (HDD),36 GiB,1 x RAIDZ2 | 4 wide | 20 GiB,RAIDZ2,raidz2-0 -my_raidz3_pool,RAIDZ3,5,1 × RAIDZ3 | 5 × 20 GiB (HDD),36 GiB,1 x RAIDZ3 | 5 wide | 20 GiB,RAIDZ3,raidz3-0 \ No newline at end of file +my_raidz1_pool,RAIDZ1,3,1 × RAIDZ1 | 3 × 20 GiB (HDD),40 GiB,1 x RAIDZ1 | 3 wide | 20 GiB,RAIDZ1,raidz1-0 +my_raidz2_pool,RAIDZ2,4,1 × RAIDZ2 | 4 × 20 GiB (HDD),40 GiB,1 x RAIDZ2 | 4 wide | 20 GiB,RAIDZ2,raidz2-0 +my_raidz3_pool,RAIDZ3,5,1 × RAIDZ3 | 5 × 20 GiB (HDD),40 GiB,1 x RAIDZ3 | 5 wide | 20 GiB,RAIDZ3,raidz3-0 \ No newline at end of file