summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/valgrind/mirror/clients/mirror.yaml
blob: 1a68fea8bc9f3debd80fbf823f8614b8891c30d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
meta:
- desc: configure the permissions for client.mirror
overrides:
  ceph:
    conf:
      client:
        debug cephfs_mirror: 20
        log to stderr: false
      # make these predictable
      client.mirror:
        admin socket: /var/run/ceph/cephfs-mirror.asok
        pid file: /var/run/ceph/cephfs-mirror.pid
tasks:
- exec:
    client.mirror:
      - "sudo ceph auth caps client.mirror mon 'profile cephfs-mirror' mds 'allow r' osd 'allow rw tag cephfs metadata=*, allow r tag cephfs data=*' mgr 'allow r'"
    client.mirror_remote:
      - "sudo ceph auth caps client.mirror_remote mon 'allow r' mds 'allow rwps' osd 'allow rw tag cephfs *=*' mgr 'allow r'"