Skip to content

Commit aacb91f

Browse files
authored
Merge pull request ceph#52815 from adk3798/upgrade-nfs-migration-check
qa/cephadm: mgr-nfs-upgrade, match any migration > 2 Reviewed-by: Michael Fritch <[email protected]>
2 parents 71f706d + df2e42c commit aacb91f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

qa/suites/orch/cephadm/mgr-nfs-upgrade/4-final.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ tasks:
77
- ceph nfs cluster ls | grep foo
88
- ceph nfs export ls foo --detailed
99
- rados -p .nfs --all ls -
10-
- ceph config get mgr mgr/cephadm/migration_current | grep 6
10+
- cephadm.shell:
11+
host.a:
12+
- |
13+
set -ex
14+
[[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]]

0 commit comments

Comments
 (0)