Project

General

Profile

Bug #49638

Updated by Kefu Chai about 3 years ago

<pre> 
 2021-03-06T15:05:23.848 INFO:tasks.workunit:Running workunit cephadm/create_iscsi_disks.sh... 
 2021-03-06T15:05:23.849 DEBUG:teuthology.orchestra.run.smithi196:workunit test cephadm/create_iscsi_disks.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.1/client.1/tmp && cd -- /home/ubuntu/cephtest/mnt.1/client.1/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=6b3e04b8dd541fff121 
 604ff3067f02940b7b8c2 TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="1" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.1 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.1 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/cover 
 age timeout 3h /home/ubuntu/cephtest/clone.client.1/qa/workunits/cephadm/create_iscsi_disks.sh 
 2021-03-06T15:05:23.863 INFO:tasks.workunit.client.1.smithi196.stderr:+ grep -q rhel /etc/lsb-release /etc/os-release 
 2021-03-06T15:05:23.864 INFO:tasks.workunit.client.1.smithi196.stderr:+ echo 'The script only supports CentOS.' 
 2021-03-06T15:05:23.865 INFO:tasks.workunit.client.1.smithi196.stdout:The script only supports CentOS. 
 2021-03-06T15:05:23.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 
 </pre> 

 <pre> 
 rados/cephadm/dashboard/{0-distro/ubuntu_20.04_kubic_testing task/test_e2e} 
 </pre> 

 <pre> 
 2021-03-06T14:52:28.869 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 
 2021-03-06T14:52:28.876 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 
 2021-03-06T14:52:28.876 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 
 2021-03-06T14:52:28.928 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Ubuntu" 
 </pre> 

 it's a regression introduced by https://github.com/ceph/ceph/pull/39817/commits/93e77ac3c81b5e6fc363786429b7eee0ac8567c3  

 which replaces replace CentOS with ubuntu when testing with podman. for the PR introducing this change, see https://github.com/ceph/ceph/pull/39817 

 the e2e tests were added in https://github.com/ceph/ceph/pull/36365. i cannot find the reason why create_iscsi_disks.sh only supports CentOS in the commit message or the related tracker ticket at #44637 

 /a//kchai-2021-03-06_09:19:54-rados-wip-kefu-testing-2021-03-06-1553-distro-basic-smithi/5942026/

Back