Skip to content

Commit

Permalink
Merge PR ceph#48280 into main
Browse files Browse the repository at this point in the history
* refs/pull/48280/head:
	qa: test new client with old cluster

Reviewed-by: Xiubo Li <[email protected]>
Reviewed-by: Rishabh Dave <[email protected]>
Reviewed-by: Venky Shankar <[email protected]>
  • Loading branch information
vshankar committed Mar 10, 2023
2 parents f2709dd + 179e4bc commit bbdc17c
Show file tree
Hide file tree
Showing 26 changed files with 69 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions qa/suites/fs/upgrade/upgraded_client/bluestore-bitmap.yaml
File renamed without changes.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ tasks:
- python-rgw
- python-rbd
- python-cephfs
# For kernel_untar_build workunit
extra_system_packages:
- bison
- flex
- elfutils-libelf-devel
- openssl-devel
- NetworkManager
- iproute
- util-linux
- print: "**** done installing nautilus"
- ceph:
log-ignorelist:
Expand Down
53 changes: 53 additions & 0 deletions qa/suites/fs/upgrade/upgraded_client/tasks/0-from/0-pacific.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
meta:
- desc: |
install ceph/pacific latest
tasks:
- install:
branch: pacific
exclude_packages:
- cephadm
- ceph-mgr-cephadm
- ceph-immutable-object-cache
- python3-rados
- python3-rgw
- python3-rbd
- python3-cephfs
- ceph-volume
extra_packages:
- python-rados
- python-rgw
- python-rbd
- python-cephfs
# For kernel_untar_build workunit
extra_system_packages:
- bison
- flex
- elfutils-libelf-devel
- openssl-devel
- NetworkManager
- iproute
- util-linux
- print: "**** done installing pacific"
- ceph:
log-ignorelist:
- overall HEALTH_
- \(FS_
- \(MDS_
- \(OSD_
- \(MON_DOWN\)
- \(CACHE_POOL_
- \(POOL_
- \(MGR_DOWN\)
- \(PG_
- \(SMALLER_PGP_NUM\)
- Monitor daemon marked osd
- Behind on trimming
- Manager daemon
conf:
global:
mon warn on pool no app: false
ms bind msgr2: false
- exec:
osd.0:
- ceph osd set-require-min-compat-client pacific
- print: "**** done ceph"

0 comments on commit bbdc17c

Please sign in to comment.