With the -proposed package: (pass = 15, fail = 0, total = 15)
---

$ dpkg -s librados2 | grep ^Version:
Version: 14.2.11-0ubuntu0.19.10.1~cloud2

$ for i in $(seq 1 15); do
  sudo ceph tell 'mon.*' injectargs '--mon-allow-pool-delete=true'

  sudo LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ceph/ \
    ~/ceph_test_rados_api_misc-v14.2.11 \
    --gtest_filter=LibRadosMisc.ShutdownRace

  for test_pool in $(sudo ceph osd pool ls | grep '^test-rados-api'); do
    sudo ceph osd pool rm $test_pool $test_pool --yes-i-really-really-mean-it
  done
done 2>&1 | tee test.log

$ grep -c RUN test.log
15

$ grep -c PASSED test.log
15

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890334

Title:
  ceph: nautilus: backport fixes for msgr/eventcenter

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1890334/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to