Activity log for bug #1335804

Date Who What changed Old value New value Message
2014-06-30 09:58:39 Sergey Murashov bug added bug
2014-06-30 09:58:39 Sergey Murashov attachment added fuel-snapshot-2014-06-30_09-56-28.tgz https://bugs.launchpad.net/bugs/1335804/+attachment/4142440/+files/fuel-snapshot-2014-06-30_09-56-28.tgz
2014-06-30 09:59:11 Timur Nurlygayanov fuel: status New Confirmed
2014-06-30 09:59:16 Timur Nurlygayanov fuel: importance Undecided High
2014-06-30 09:59:19 Timur Nurlygayanov fuel: milestone 5.0.1
2014-06-30 10:03:10 Sergey Murashov description Steps to reproduce: 2 nodes(Controller+Mongo, Compute+CEPH-OSD), 77 iso(5.0), CentOS+GRE+MURANO+SAVANNA+Ceilometer Actual result: Deployment fails Steps to reproduce: 2 nodes(Controller+Mongo, Compute+CEPH-OSD), 77 iso(5.0), CentOS+GRE+MURANO+SAVANNA+Ceilometer Actual result: Deployment fails nova-manage db sync returned 1 instead of one of [0]
2014-06-30 10:06:53 Timur Nurlygayanov description Steps to reproduce: 2 nodes(Controller+Mongo, Compute+CEPH-OSD), 77 iso(5.0), CentOS+GRE+MURANO+SAVANNA+Ceilometer Actual result: Deployment fails nova-manage db sync returned 1 instead of one of [0] Note: 77 iso(Fuel 5.0.1), VirtualBox Steps To Reproduce: 1. Create new environment with the following configuration: 2 nodes (Controller+Mongo, Compute+CEPH-OSD), CentOS with Neutron GRE, install MURANO, SAVANNA and Ceilometer. 2. Start deployment. Actual result: Deployment fails with error (please see attached snapshot): nova-manage db sync returned 1 instead of one of [0]
2014-06-30 10:15:15 Nastya Urlapova fuel: assignee Fuel Library Team (fuel-library)
2014-06-30 10:24:00 Timur Nurlygayanov description Note: 77 iso(Fuel 5.0.1), VirtualBox Steps To Reproduce: 1. Create new environment with the following configuration: 2 nodes (Controller+Mongo, Compute+CEPH-OSD), CentOS with Neutron GRE, install MURANO, SAVANNA and Ceilometer. 2. Start deployment. Actual result: Deployment fails with error (please see attached snapshot): nova-manage db sync returned 1 instead of one of [0] Note: 77 iso(Fuel 5.0.1), VirtualBox Steps To Reproduce: 1. Create new environment with the following configuration: 2 nodes (Controller+Mongo, Compute+CEPH-OSD), CentOS with Neutron GRE, install MURANO, SAVANNA and Ceilometer. 2. Start deployment. Actual result: Deployment fails with error (please see attached snapshot, localhost/var/log/remote/node-5.domain.tld/puppet-apply.log): nova-manage db sync returned 1 instead of one of [0] and ----------- 2014-06-30T09:45:28.358521+00:00 notice: (/Stage[main]/Nova::Api/Exec[nova-db-sync]/returns) IntegrityError: (IntegrityError) (1062, "Duplicate entry 'node-5-conductor-0' for key 'uniq_services0host0topic0deleted'") 'ALTER TABLE services ADD CONSTRAINT uniq_services0host0topic0deleted UNIQUE (host, topic, deleted)' () 2014-06-30T09:45:28.359332+00:00 notice: (/Stage[main]/Nova::Api/Exec[nova-db-sync]/returns) nova-nova CRITICAL: IntegrityError: (IntegrityError) (1062, "Duplicate entry 'node-5-conductor-0' for key 'uniq_services0host0topic0deleted'") 'ALTER TABLE services ADD CONSTRAINT uniq_services0host0topic0deleted UNIQUE (host, topic, deleted)' () ----------- and ___________ 2014-06-30T09:47:39.229728+00:00 notice: (/Stage[main]/Nova::Api/Exec[nova-db-sync]/returns) OperationalError: (OperationalError) (1050, "Table 'instances' already exists") "\nCREATE TABLE instances (\n\tcreated_at DATETIME, \n\tupdated_at DATETIME, \n\tdeleted_at DATETIME, \n\tid INTEGER NOT NULL AUTO_INCREMENT, \n\tinternal_id INTEGER, \n\tuser_id VARCHAR(255), \n\tproject_id VARCHAR(255), \n\timage_ref VARCHAR(255), \n\tkernel_id VARCHAR(255), \n\tramdisk_id VARCHAR(255), \n\tlaunch_index INTEGER, \n\tkey_name VARCHAR(255), \n\tkey_data MEDIUMTEXT, \n\tpower_state INTEGER, \n\tvm_state VARCHAR(255), \n\tmemory_mb INTEGER, \n\tvcpus INTEGER, \n\thostname VARCHAR(255), \n\thost VARCHAR(255), \n\tuser_data MEDIUMTEXT, \n\treservation_id VARCHAR(255), \n\tscheduled_at DATETIME, \n\tlaunched_at DATETIME, \n\tterminated_at DATETIME, \n\tdisplay_name VARCHAR(255), \n\tdisplay_description VARCHAR(255), \n\tavailability_zone VARCHAR(255), \n\tlocked BOOL, \n\tos_type VARCHAR(255), \n\tlaunched_on MEDIUMTEXT, \n\tinstance_type_id INTEGER, \n\tvm_mode VARCHAR(255), \n\tuuid VARCHAR(36), \n\tarchitecture VARCHAR(255), \n\troot_device_name VARCHAR(255), \n\taccess_ip_v4 VARCHAR(39), \n\taccess_ip_v6 VARCHAR(39), \n\tconfig_drive VARCHAR(255), \n\ttask_state VARCHAR(255), \n\tdefault_ephemeral_device VARCHAR(255), \n\tdefault_swap_device VARCHAR(255), \n\tprogress INTEGER, \n\tauto_disk_config BOOL, \n\tshutdown_terminate BOOL, \n\tdisable_terminate BOOL, \n\troot_gb INTEGER, \n\tephemeral_gb INTEGER, \n\tcell_name VARCHAR(255), \n\tnode VARCHAR(255), \n\tdeleted INTEGER, \n\tlocked_by ENUM('owner','admin'), \n\tcleaned INTEGER, \n\tPRIMARY KEY (id), \n\tCHECK (locked IN (0, 1)), \n\tCHECK (auto_disk_config IN (0, 1)), \n\tCHECK (shutdown_terminate IN (0, 1)), \n\tCHECK (disable_terminate IN (0, 1))\n)ENGINE=InnoDB CHARSET=utf8\n\n" () 2014-06-30T09:47:39.248732+00:00 err: /usr/bin/nova-manage db sync returned 1 instead of one of [0] 2014-06-30T09:47:39.248732+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util/errors.rb:97:in `fail' 2014-06-30T09:47:39.248732+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/type/exec.rb:120:in `sync' ___________
2014-06-30 10:26:29 Timur Nurlygayanov tags ceph nova
2014-06-30 12:04:46 Vladimir Kuklin fuel: status Confirmed Incomplete
2014-07-11 11:03:05 Timur Nurlygayanov fuel: status Incomplete Invalid
2014-07-11 11:03:11 Timur Nurlygayanov fuel: milestone 5.0.1
2014-07-14 07:34:14 Artem Panchenko attachment added fuel-snapshot-2014-07-14_07-29-55.tgz https://bugs.launchpad.net/fuel/+bug/1335804/+attachment/4152140/+files/fuel-snapshot-2014-07-14_07-29-55.tgz
2014-07-14 07:36:48 Artem Panchenko fuel: status Invalid New
2014-07-14 07:36:57 Artem Panchenko fuel: milestone 5.0.1
2014-07-14 08:44:49 Vladimir Kuklin fuel: assignee Fuel Library Team (fuel-library) MOS Nova (mos-nova)
2014-07-14 09:29:34 Roman Podoliaka fuel: status New Invalid
2014-07-14 09:30:00 Roman Podoliaka fuel: status Invalid Triaged
2014-07-14 09:30:34 Roman Podoliaka bug task added mos
2014-07-14 09:30:41 Roman Podoliaka mos: status New Invalid
2014-07-14 09:30:45 Roman Podoliaka mos: assignee Roman Podoliaka (rpodolyaka)
2014-07-14 09:30:48 Roman Podoliaka mos: importance Undecided High
2014-07-14 09:30:52 Roman Podoliaka mos: milestone 5.0.1
2014-07-14 09:31:23 Roman Podoliaka tags ceph nova db nova
2014-07-14 09:31:51 Roman Podoliaka mos: assignee Roman Podoliaka (rpodolyaka) MOS Nova (mos-nova)
2014-07-14 14:43:01 Vladimir Kuklin nominated for series fuel/5.1.x
2014-07-14 14:43:01 Vladimir Kuklin bug task added fuel/5.1.x
2014-07-14 14:43:19 Vladimir Kuklin fuel/5.1.x: milestone 5.0.1 5.1
2014-07-14 14:43:56 Vladimir Kuklin nominated for series fuel/5.0.x
2014-07-14 14:43:56 Vladimir Kuklin bug task added fuel/5.0.x
2014-07-14 14:44:08 Vladimir Kuklin fuel/5.0.x: milestone 5.0.1
2014-07-14 14:44:13 Vladimir Kuklin fuel/5.0.x: assignee Vladimir Kuklin (vkuklin)
2014-07-14 14:44:20 Vladimir Kuklin fuel/5.1.x: assignee MOS Nova (mos-nova) Fuel Library Team (fuel-library)
2014-07-14 14:44:24 Vladimir Kuklin fuel/5.0.x: importance Undecided High
2014-07-14 14:44:28 Vladimir Kuklin fuel/5.0.x: status New Triaged
2014-07-14 14:45:58 OpenStack Infra fuel: status Triaged In Progress
2014-07-14 14:45:58 OpenStack Infra fuel: assignee Fuel Library Team (fuel-library) Vladimir Kuklin (vkuklin)
2014-07-14 22:27:59 Dmitry Borodaenko fuel/5.0.x: status Triaged In Progress
2014-07-15 13:43:10 Vladimir Kuklin fuel/5.0.x: status In Progress Won't Fix
2014-07-15 15:03:13 Dmitry Pyzhov bug task deleted fuel/5.1.x
2014-07-21 12:25:21 Vladimir Kuklin fuel: assignee Vladimir Kuklin (vkuklin) MOS Nova (mos-nova)
2014-07-21 12:25:27 Vladimir Kuklin fuel/5.0.x: assignee Vladimir Kuklin (vkuklin) MOS Nova (mos-nova)
2014-07-21 12:25:33 Vladimir Kuklin bug task deleted fuel
2014-07-21 12:25:42 Vladimir Kuklin bug task deleted fuel/5.0.x
2014-07-21 12:25:53 Vladimir Kuklin nominated for series mos/5.1.x
2014-07-21 12:25:53 Vladimir Kuklin bug task added mos/5.1.x
2014-07-21 12:26:02 Vladimir Kuklin mos/5.1.x: milestone 5.0.1 5.1
2014-07-21 12:26:07 Vladimir Kuklin nominated for series mos/5.0.x
2014-07-21 12:26:07 Vladimir Kuklin bug task added mos/5.0.x
2014-07-21 12:26:20 Vladimir Kuklin mos/5.0.x: importance Undecided High
2014-07-21 12:26:20 Vladimir Kuklin mos/5.0.x: milestone 5.0.1
2014-07-21 12:26:43 Vladimir Kuklin mos/5.0.x: assignee MOS Nova (mos-nova)
2014-07-21 12:26:45 Vladimir Kuklin mos/5.0.x: status New Confirmed
2014-07-21 12:26:50 Vladimir Kuklin mos/5.1.x: status Invalid Confirmed
2014-07-24 08:53:33 Roman Podoliaka mos/5.0.x: status Confirmed Invalid
2014-07-24 08:53:37 Roman Podoliaka mos/5.1.x: status Confirmed Invalid
2014-08-26 15:42:29 Dmitry Mescheryakov mos/5.0.x: status Invalid Confirmed
2014-08-26 15:42:32 Dmitry Mescheryakov mos/5.1.x: status Invalid Confirmed
2014-08-26 15:42:39 Dmitry Mescheryakov mos/5.0.x: milestone 5.0.1 5.0.2
2014-08-27 08:56:13 Roman Podoliaka mos/5.0.x: assignee MOS Nova (mos-nova) Fuel Library Team (fuel-library)
2014-08-27 08:56:20 Roman Podoliaka mos/5.1.x: assignee MOS Nova (mos-nova) Fuel Library Team (fuel-library)
2014-08-27 08:59:10 Roman Podoliaka summary OS deployment fail: nova-manage db sync returned 1 instead of one of [0] nova-manage db sync fails due to nova-api/nova-conductor being running before the migration scripts have been applied
2014-08-27 08:59:46 Roman Podoliaka bug task added fuel
2014-08-27 08:59:56 Roman Podoliaka fuel: status New Triaged
2014-08-27 08:59:58 Roman Podoliaka fuel: importance Undecided High
2014-08-27 09:00:08 Roman Podoliaka fuel: assignee Fuel Library Team (fuel-library)
2014-08-27 09:00:15 Roman Podoliaka fuel: milestone 5.1
2014-08-27 09:00:28 Roman Podoliaka nominated for series fuel/5.0.x
2014-08-27 09:00:28 Roman Podoliaka bug task added fuel/5.0.x
2014-08-27 09:00:40 Roman Podoliaka fuel/5.0.x: status New Triaged
2014-08-27 09:00:42 Roman Podoliaka fuel/5.0.x: importance Undecided High
2014-08-27 09:00:50 Roman Podoliaka fuel/5.0.x: assignee Fuel Library Team (fuel-library)
2014-08-27 09:00:53 Roman Podoliaka fuel/5.0.x: milestone 5.0.2
2014-08-27 09:01:02 Roman Podoliaka nominated for series fuel/5.1.x
2014-08-27 09:01:02 Roman Podoliaka bug task added fuel/5.1.x
2014-08-27 09:27:19 Vladimir Kuklin fuel/5.0.x: status Triaged Incomplete
2014-08-27 09:27:21 Vladimir Kuklin fuel/5.1.x: status Triaged Incomplete
2014-08-27 11:07:37 Roman Podoliaka summary nova-manage db sync fails due to nova-api/nova-conductor being running before the migration scripts have been applied nova-manage db sync fails due to nova-api/nova-conductor being run before the migration scripts have been applied
2014-08-27 11:18:03 Vladimir Kuklin bug task deleted mos
2014-08-27 11:19:22 Bogdan Dobrelya fuel/5.0.x: status Incomplete Fix Committed
2014-08-27 11:19:26 Bogdan Dobrelya fuel/5.1.x: status Incomplete Fix Committed
2014-08-27 11:19:35 Bogdan Dobrelya bug task deleted mos/5.0.x
2014-08-27 11:19:42 Bogdan Dobrelya bug task deleted mos/5.1.x
2014-08-27 11:19:56 Bogdan Dobrelya fuel/5.0.x: status Fix Committed Triaged
2014-08-27 11:20:02 Bogdan Dobrelya fuel/5.0.x: assignee Fuel Library Team (fuel-library) Bogdan Dobrelya (bogdando)
2014-08-27 11:25:03 Bogdan Dobrelya fuel/5.0.x: status Triaged In Progress
2014-08-28 10:26:21 Dmitry Pyzhov bug task deleted fuel/5.1.x
2014-08-28 10:26:50 Dmitry Pyzhov fuel: assignee Fuel Library Team (fuel-library) Bogdan Dobrelya (bogdando)
2014-08-28 14:26:17 Vladimir Kuklin fuel/5.0.x: status In Progress Fix Committed