Nodes: mira026

Description: rados/singleton-nomsgr/{rados.yaml all/cache-fs-trunc.yaml}

Log: http://qa-proxy.ceph.com/teuthology/kchai-2016-10-24_03:13:40-rados-wip-kefu-testing---basic-mira/492398/teuthology.log

  • log_href: http://qa-proxy.ceph.com/teuthology/kchai-2016-10-24_03:13:40-rados-wip-kefu-testing---basic-mira/492398/teuthology.log
  • archive_path: /home/teuthworker/archive/kchai-2016-10-24_03:13:40-rados-wip-kefu-testing---basic-mira/492398
  • description: rados/singleton-nomsgr/{rados.yaml all/cache-fs-trunc.yaml}
  • duration: 0:15:01
  • email: tchaikov@gmail.com
  • failure_reason:
  • flavor: basic
  • job_id: 492398
  • kernel:
  • last_in_suite: False
  • machine_type: mira
  • name: kchai-2016-10-24_03:13:40-rados-wip-kefu-testing---basic-mira
  • nuke_on_error: True
  • os_type:
  • os_version:
  • overrides:
    • ceph:
      • log-whitelist:
        • slow request
      • conf:
        • mon:
          • debug mon: 20
          • debug paxos: 20
          • debug ms: 1
        • osd:
          • osd op queue cut off: debug_random
          • debug ms: 1
          • debug journal: 20
          • debug osd: 25
          • osd debug verify missing on start: True
          • osd op queue: debug_random
          • debug filestore: 20
      • sha1: 8f3e541ba68eec18e3d0ff6a622a776dddd5c0a5
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
          • debug mon: 1
          • debug paxos: 20
          • debug ms: 20
    • workunit:
      • sha1: 8f3e541ba68eec18e3d0ff6a622a776dddd5c0a5
    • install:
      • ceph:
        • sha1: 8f3e541ba68eec18e3d0ff6a622a776dddd5c0a5
    • admin_socket:
      • branch: wip-kefu-testing
  • owner: scheduled_kchai@teuthology
  • pid:
  • roles:
    • ['mon.0', 'mds.a', 'osd.0', 'osd.1', 'osd.2', 'client.0', 'client.1']
  • sentry_event:
  • status: pass
  • success: True
  • branch: wip-kefu-testing
  • seed:
  • sha1: 8f3e541ba68eec18e3d0ff6a622a776dddd5c0a5
  • subset:
  • suite:
  • suite_branch: master
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: 9a30b55f4628335e998b72db8839a1510eb7a07e
  • targets:
    • ubuntu@mira026.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXhZNgGi+6IVzb2fgqDufm5hqTSA1YDmoYx1kRvHdEeH4aW4gUECWMtxv2ETLnVrWBy3HeQcksbM/LYsuWmWPomTZQLeMpsmjb4bRLvpxJj9A674eyDwK8RW2E8pb2eczMxPYzEUAjIIlR/9WqadfQP13qrkt7PEHPkK6vU9ZNWhRpJdUN/HK8dRWYFaxOY3/B0S/aMmdrlKKYpQFzfz5ZU0WT0r+dg2ud+lWkgvxjCikYBt/d6+hzlxhZSt4fP8QaKNiU64vx6MplC8VFY7OppfLfniLp2qU47+hne77U7v2XniEDhD7T2yMvRcrDVCzSbkX5DlLKP+JUtnxboRTh
  • tasks:
    • internal.check_packages:
    • internal.buildpackages_prep:
    • internal.lock_machines:
      • 1
      • mira
    • internal.save_config:
    • internal.check_lock:
    • internal.add_remotes:
    • console_log:
    • internal.connect:
    • internal.push_inventory:
    • internal.serialize_remote_roles:
    • internal.check_conflict:
    • internal.check_ceph_data:
    • internal.vm_setup:
    • internal.base:
    • internal.archive_upload:
    • internal.archive:
    • internal.coredump:
    • internal.sudo:
    • internal.syslog:
    • internal.timer:
    • pcp:
    • selinux:
    • ansible.cephlab:
    • clock.check:
    • install:
    • ceph:
      • cluster: ceph
      • log-whitelist:
        • slow request
      • conf:
        • global:
          • osd max object namespace len: 64
          • osd max object name len: 460
        • mon:
          • debug mon: 20
          • debug paxos: 20
          • debug ms: 1
        • osd:
          • osd op queue cut off: debug_random
          • debug ms: 1
          • debug journal: 20
          • debug osd: 25
          • osd debug verify missing on start: True
          • osd op queue: debug_random
          • debug filestore: 20
      • sha1: 8f3e541ba68eec18e3d0ff6a622a776dddd5c0a5
    • exec:
      • client.0:
        • ceph osd pool create data_cache 4
        • ceph osd tier add cephfs_data data_cache
        • ceph osd tier cache-mode data_cache writeback
        • ceph osd tier set-overlay cephfs_data data_cache
        • ceph osd pool set data_cache hit_set_type bloom
        • ceph osd pool set data_cache hit_set_count 8
        • ceph osd pool set data_cache hit_set_period 3600
        • ceph osd pool set data_cache min_read_recency_for_promote 0
    • ceph-fuse:
    • exec:
      • client.0:
        • sudo chmod 777 $TESTDIR/mnt.0/
        • dd if=/dev/urandom of=$TESTDIR/mnt.0/foo bs=1M count=5
        • ls -al $TESTDIR/mnt.0/foo
        • truncate --size 0 $TESTDIR/mnt.0/foo
        • ls -al $TESTDIR/mnt.0/foo
        • dd if=/dev/urandom of=$TESTDIR/mnt.0/foo bs=1M count=5
        • ls -al $TESTDIR/mnt.0/foo
        • cp $TESTDIR/mnt.0/foo /tmp/foo
        • sync
        • rados -p data_cache ls -
        • sleep 10
        • rados -p data_cache ls -
        • rados -p data_cache cache-flush-evict-all
        • rados -p data_cache ls -
        • sleep 1
    • exec:
      • client.1:
        • hexdump -C /tmp/foo | head
        • hexdump -C $TESTDIR/mnt.1/foo | head
        • cmp $TESTDIR/mnt.1/foo /tmp/foo
  • teuthology_branch: master
  • verbose: False
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2016-10-24 03:14:53
  • started: 2016-10-24 03:15:06
  • updated: 2016-10-24 03:32:55
  • status_class: success
  • runtime: 0:17:49
  • wait_time: 0:02:48