summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/cephadm/renamevolume/1-rename.yaml
blob: 7f9bc890617a76759180589748684ec97bc7383f (plain)
1
2
3
4
5
6
7
8
9
10
11
tasks:
- cephadm.shell:
    host.a:
      - ceph fs volume rename foo bar --yes-i-really-mean-it
- fs.ready:
    timeout: 300
- cephadm.shell:
    host.a:
      - |
        set -ex
        ceph orch ls mds --format=json | jq ".[] | .service_name" | grep "mds.bar"