summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/new_ops/0-clients/fuse-upgrade.yaml
blob: 34c85a00eb5f09bba5926986108fb06819bdf555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
teuthology:
  postmerge:
    - if not is_fuse() then reject() end
tasks:
- ceph-fuse:
    client.0:
      mounted: false
- print: "**** done unmount client.0"
- install.upgrade:
    client.0:
- print: "**** done install.upgrade on client.0"
- ceph-fuse:
    client.0:
- print: "**** done remount client"