diff options
author | Mohammed Rafi KC <rkavunga@redhat.com> | 2015-04-24 15:33:25 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-05-05 09:01:59 -0700 |
commit | 1306237c092ee8f927f16cae1b2b430a13e0a34f (patch) | |
tree | 8d0666f697fb1c692f655e3ffb1b9e26480856fa /tests/bugs/tier | |
parent | 3bbca6b368782b99b80558841894942f802a44a2 (diff) |
tiering: Send both attach-tier and tier-start together
After attaching tier, we have to start tier rebalance process.
This patch is to trigger tier start along with attch-tier.
Change-Id: I39380f95123f0087a82213ef263f9f33adcc5adc
BUG: 1214222
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: http://review.gluster.org/10363
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Dan Lambright <dlambrig@redhat.com>
Diffstat (limited to 'tests/bugs/tier')
-rw-r--r-- | tests/bugs/tier/bug-1205545-CTR-and-trash-integration.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/tier/bug-1205545-CTR-and-trash-integration.t b/tests/bugs/tier/bug-1205545-CTR-and-trash-integration.t index 979c3e8c83a..dc16fed0052 100644 --- a/tests/bugs/tier/bug-1205545-CTR-and-trash-integration.t +++ b/tests/bugs/tier/bug-1205545-CTR-and-trash-integration.t @@ -15,12 +15,12 @@ TEST pidof glusterd # Set-up tier cluster [3-4] TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{0..$LAST_BRICK} +TEST $CLI volume start $V0 TEST $CLI volume attach-tier $V0 replica 2 $H0:$B0/${V0}$CACHE_BRICK_FIRST $H0:$B0/${V0}$CACHE_BRICK_LAST # Start and mount the volume after enabling CTR and trash [5-8] TEST $CLI volume set $V0 features.ctr-enabled on TEST $CLI volume set $V0 features.trash on -TEST $CLI volume start $V0 TEST $GFS --volfile-id=/$V0 --volfile-server=$H0 $M0; # Create an empty file |