Yes, it's nova regression. Sorry, I have no idea when it was passed last time because I did StarlingX regression first time. Best, Yvonne On 2021-04-27 11:32 p.m., zhipeng liu wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Is it a regression? which version we pass last time. > > Thanks! > Zhipeng > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1921934 > > Title: > Nova VM can't reach verify_resize state after resize > > Status in StarlingX: > New > > Bug description: > Brief Description > ----------------- > VM can't reach to VERIFY_RESIZE state after resize. > > Severity > -------- > Major > > Steps to Reproduce > ------------------ > 1. Create origin flavor > openstack --os-username 'admin' --os-password 'Li69nux*' --os-project-name admin --os-auth-url http://keystone.openstack.svc.cluster.local/v3 --os-user-domain-name Default --os-project-domain-name Default --os-identity-api-version 3 --os-interface internal --os-region-name RegionOne flavor create --ephemeral=1 --swap=512 --disk=4 --ram=1024 --vcpus=1 flavor > 2. Boot a vm with given flavor > nova --os-username 'tenant1' --os-password 'Li69nux*' --os-project-name tenant1 --os-auth-url http://keystone.openstack.svc.cluster.local/v3 --os-user-domain-name Default --os-project-domain-name Default --os-endpoint-type internalURL --os-region-name RegionOne boot --flavor=af508fb0-da99-489a-a568-3ad877cfbced --image=d49cf512-91fe-4b05-9fea-55f4a7352b60 --key-name=keypair-tenant1 --availability-zone=cgcsauto:compute-1 --poll --nic net-id=124197db-317e-4913-acd5-9a74ec5709b2 --nic net-id=0d0dd7dc-ea0a-4b44-a5ca-0749541604cc tenant1-vm-2 > 3. Auto mount non-root disk(s) > sudo mount | grep --color=never /dev/vdb > sudo mount | grep --color=never /dev/vdc > 4. Create files under vm disks: ['/', '/mnt'] > sudo mkdir -p /; touch /test_file.txt > sudo echo "I'm a test file" >> /test_file.txt > sudo mount | grep vd > 5. Check initial disk usage > 6. Create destination flavor > openstack --os-username 'admin' --os-password 'Li69nux*' --os-project-name admin --os-auth-url http://keystone.openstack.svc.cluster.local/v3 --os-user-domain-name Default --os-project-domain-name Default --os-identity-api-version 3 --os-interface internal --os-region-name RegionOne flavor create --ephemeral=2 --swap=1024 --disk=5 --ram=1024 --vcpus=1 flavor-2 > > openstack --os-username 'admin' --os-password 'Li69nux*' --os-project-name admin --os-auth-url http://keystone.openstack.svc.cluster.local/v3 --os-user-domain-name Default --os-project-domain-name Default --os-identity-api-version 3 --os-interface internal --os-region-name RegionOne flavor set --property hw:mem_page_size=large 94ceb824-d2eb-4b9a-851f-04cbc99a67cd > 7. Resize vm to dest flavor and revert > openstack --os-username 'admin' --os-password 'Li69nux*' --os-project-name admin --os-auth-url http://keystone.openstack.svc.cluster.local/v3 --os-user-domain-name Default --os-project-domain-name Default --os-identity-api-version 3 --os-interface internal --os-region-name RegionOne server resize --wait --flavor 94ceb824-d2eb-4b9a-851f-04cbc99a67cd 3ee2e240-d033-4382-a774-44cccd0ebdc6 > > TC-name: > TestResizeSameHost::test_resize_vm_positive[local_image-4_0_0-5_1_512-image] > TestResizeSameHost::test_resize_vm_positive[local_image-4_1_512-5_2_1024-image] > > Expected Behavior > ------------------ > VM reach to VERIFY_RESIZE state > > Actual Behavior > ---------------- > VM keep at Active state > > Reproducibility > --------------- > reproducible > > System Configuration > -------------------- > Regular standard 2+2 > > Branch/Pull Time/Commit > ----------------------- > OS="centos" > SW_VERSION="21.05" > BUILD_TARGET="Host Installer" > BUILD_TYPE="Formal" > BUILD_ID="20210327T013338Z" > >