Skip to content

Commit 2a9f92f

Browse files
committed
qa/suites/krbd: override extra_system_packages directly on install task
Follow commit c61cb16 ("qa/suites/rbd: override extra_system_packages directly on install task"). Signed-off-by: Ilya Dryomov <[email protected]>
1 parent 8fee41d commit 2a9f92f

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

qa/suites/krbd/mirror/tasks/compare-mirror-image-alternate-primary.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
overrides:
22
install:
3-
ceph:
4-
extra_system_packages:
5-
- pv
3+
extra_system_packages:
4+
- pv
65
tasks:
76
- workunit:
87
clients:

qa/suites/krbd/mirror/tasks/compare-mirror-images.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
overrides:
22
install:
3-
ceph:
4-
extra_system_packages:
5-
- pv
3+
extra_system_packages:
4+
- pv
65
tasks:
76
- workunit:
87
clients:

qa/suites/krbd/thrash/workloads/krbd_diff_continuous.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
overrides:
22
install:
3-
ceph:
4-
extra_system_packages:
5-
- pv
3+
extra_system_packages:
4+
- pv
65
tasks:
76
- workunit:
87
clients:

0 commit comments

Comments
 (0)