Hi, I see one error line[1] that seems strange for an actual deployment, most probably you're running this with devstack and didn't run the stack script instead used git pull and cinder service restart to update your code in existing deployed system.
This should be fixed by running ``cinder-manage db sync`` command (which is always run when we upgrade to a new version). If the above isn't true, let me know your deployment type and also are you trying to delete the ``default_volume_type`` set in cinder.conf or the last volume type in the deployment (these cases seems unlikely seeing the error msg) [1] Oct 27 08:03:19 ERROR cinder.api.middleware.fault sqlalchemy.exc.ProgrammingError: (pymysql.err.ProgrammingError) (1146, "Table 'cinder.default_volume_types' doesn't exist") -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902521 Title: Issue while deleting volume-type To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1902521/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
