Nodes: smithi116

Description: rados/singleton-nomsgr/{rados.yaml all/export-after-evict.yaml}

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2016-09-29_22:00:04-rados-jewel-distro-basic-smithi/443844/teuthology.log

Performance graphs: http://pcp.front.sepia.ceph.com:44323/grafana/index.html#/dashboard/script/index.js?time_to=2016-10-03T18%3A35%3A48&time_from=2016-10-03T18%3A28%3A11&hosts=smithi116

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2016-09-29_22:00:04-rados-jewel-distro-basic-smithi/443844/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2016-09-29_22:00:04-rados-jewel-distro-basic-smithi/443844
  • description: rados/singleton-nomsgr/{rados.yaml all/export-after-evict.yaml}
  • duration: 0:07:47
  • email: ceph-qa@ceph.com
  • failure_reason:
  • flavor: basic
  • job_id: 443844
  • kernel:
    • sha1: distro
    • kdb: True
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2016-09-29_22:00:04-rados-jewel-distro-basic-smithi
  • 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 op queue: debug_random
          • debug filestore: 20
      • sha1: 9c464a55c8ffe7278450c88cc208f2f2e7bce1a0
    • 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: 9c464a55c8ffe7278450c88cc208f2f2e7bce1a0
    • install:
      • ceph:
        • sha1: 9c464a55c8ffe7278450c88cc208f2f2e7bce1a0
    • admin_socket:
      • branch: jewel
  • owner: scheduled_teuthology@teuthology
  • pid:
  • roles:
    • ['mon.a', 'osd.0', 'osd.1', 'osd.2', 'client.0']
  • sentry_event:
  • status: pass
  • success: True
  • branch: jewel
  • seed:
  • sha1: 9c464a55c8ffe7278450c88cc208f2f2e7bce1a0
  • subset:
  • suite:
  • suite_branch: jewel
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: 9d2af1dc4d9c812774170824b71fbf4bd824e91d
  • targets:
    • ubuntu@smithi116.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBpMsZW1eAIyXVi4NAwI5oJmT/vEcMYNVWcSMxjUESEEGrknY7jbeW1T6tdeVc3fr0gqTq8nC8fesy0lJLHFOKiIxiMeF/hv1EQb79670Ws274HtJ3xA73jHIxaqCjiErvPldp/QZZRmoTdlahhrkF34kZ7T/08gLaK9H9zPuYGeqo2Qpop68RQ9KJkCmggrmeSyPRMIwy+uTHJ7BzOT8+7BJKsNR04zwCNirspw3IOCqXuhA8ehxXFazxFY1O9x18zWHAy+aYQtG85fQJJtsuX+OQHFcT1GGH+iGN6gftT/E8PYE+T5X2ISbDCeUBFDEQUjAM6fFhaHJ5004Lu3wn
  • tasks:
    • internal.check_packages:
    • internal.buildpackages_prep:
    • internal.lock_machines:
      • 1
      • smithi
    • 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:
    • kernel:
      • sha1: distro
      • kdb: True
    • 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 op queue: debug_random
          • debug filestore: 20
      • sha1: 9c464a55c8ffe7278450c88cc208f2f2e7bce1a0
    • exec:
      • client.0:
        • ceph osd pool create base-pool 4
        • ceph osd pool create cache-pool 4
        • ceph osd tier add base-pool cache-pool
        • ceph osd tier cache-mode cache-pool writeback
        • ceph osd tier set-overlay base-pool cache-pool
        • dd if=/dev/urandom of=$TESTDIR/foo bs=1M count=1
        • rbd import --image-format 2 $TESTDIR/foo base-pool/bar
        • rbd snap create base-pool/bar@snap
        • rados -p base-pool cache-flush-evict-all
        • rbd export base-pool/bar $TESTDIR/bar
        • rbd export base-pool/bar@snap $TESTDIR/snap
        • cmp $TESTDIR/foo $TESTDIR/bar
        • cmp $TESTDIR/foo $TESTDIR/snap
        • rm $TESTDIR/foo $TESTDIR/bar $TESTDIR/snap
  • teuthology_branch: master
  • verbose: True
  • pcp_grafana_url: http://pcp.front.sepia.ceph.com:44323/grafana/index.html#/dashboard/script/index.js?time_to=2016-10-03T18%3A35%3A48&time_from=2016-10-03T18%3A28%3A11&hosts=smithi116
  • priority:
  • user:
  • queue:
  • posted: 2016-09-29 22:02:32
  • started: 2016-10-03 18:26:23
  • updated: 2016-10-03 18:36:22
  • status_class: success
  • runtime: 0:09:59
  • wait_time: 0:02:12