File: vps.yaml

package info (click to toggle)
ceph 10.2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84,660 kB
  • sloc: cpp: 851,974; ansic: 54,245; python: 45,589; sh: 30,008; java: 20,516; asm: 10,148; perl: 8,435; makefile: 5,956; php: 909
file content (16 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
overrides:
  ceph:
    conf:
      global:
        osd heartbeat grace: 100
        # this line to address issue #1017 
        mon lease: 15
        mon lease ack timeout: 25
  rgw:
    default_idle_timeout: 1200
  s3tests:
    idle_timeout: 1200
  ceph-fuse:
    client.0:
       mount_wait: 60
       mount_timeout: 120