Activity log for bug #1673578

Date Who What changed Old value New value Message
2017-03-16 19:08:57 Erol Guzoglu bug added bug
2017-03-16 19:08:57 Erol Guzoglu attachment added fuel-agent.log https://bugs.launchpad.net/bugs/1673578/+attachment/4839056/+files/fuel-agent.log
2017-03-16 19:11:51 Erol Guzoglu attachment added provision.json https://bugs.launchpad.net/fuel/+bug/1673578/+attachment/4839057/+files/provision.json
2017-03-16 19:15:44 Erol Guzoglu description Detailed bug description: When I create baremetal instance, getting error during provision. Ramdisk image succesfully booting and then /usr/bin/provision proccess starting When do_copyimage() is working getting error like that: Unexpected error while running command. Command: mount -t ext4 /dev/sda3 /tmp/tmpPTn6BP When I check the partition table, parted shows me sda3 has no filesystem. Number Start End Size File system Name Flags 1 262kB 26.2MB 26.0MB primary bios_grub 2 27.3MB 237MB 210MB primary 3 238MB 33.9GB 33.6GB primary 4 33.9GB 146GB 112GB ext4 primary Full fuel-agent.log attached. Also fuel_disk_info of instance image added additional information section. Steps to reproduce: 1. Hit instance create button Expected results: Baremetal instance provisioned Actual result: Getting error: Output: http://paste.openstack.org/show/603012/ Reproducibility: Every time i created instance Workaround: Nope Impact: Can not create baremetal instance Description of the environment: Operation system: Ubuntu 14.04 Versions of components: Openstack Mitaka Fuel 9.2 ironic --version 1.3.0 ironic-conductor --version 5.1.2 Reference architecture: Network model: Related projects installed: Ironic Additional information: fuel_disk_info = [{ "name": "sda", "extra": [], "volumes": [{ "size": 32091, "type": "partition", "mount": "/", "file_system": "ext4", "keep_data": false }, { "size": 107260, "type": "partition", "mount": "/userdata", "file_system": "ext4", "keep_data": false }], "id": "disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0", "type": "disk", "size": 139351, "free_space": 139351 }] Detailed bug description: When I create baremetal instance, getting error during provision. Ramdisk image succesfully booting and then /usr/bin/provision proccess starting When fuel_agent.manager.Manager#do_copyimage is working getting error like that: Unexpected error while running command. Command: mount -t ext4 /dev/sda3 /tmp/tmpPTn6BP When I check the partition table, parted shows me sda3 has no filesystem. Number Start End Size File system Name Flags  1 262kB 26.2MB 26.0MB primary bios_grub  2 27.3MB 237MB 210MB primary  3 238MB 33.9GB 33.6GB primary  4 33.9GB 146GB 112GB ext4 primary Full fuel-agent.log attached. Also fuel_disk_info of instance image added additional information section. Steps to reproduce: 1. Hit instance create button Expected results: Baremetal instance provisioned Actual result: Getting error: Output: http://paste.openstack.org/show/603012/ Reproducibility:  Every time i created instance Workaround:  Nope Impact:  Can not create baremetal instance Description of the environment:  Operation system: Ubuntu 14.04  Versions of components:    Openstack Mitaka    Fuel 9.2    ironic --version 1.3.0    ironic-conductor --version 5.1.2  Reference architecture:  Network model:  Related projects installed: Ironic  Additional information: fuel_disk_info = [{  "name": "sda",  "extra": [],  "volumes": [{   "size": 32091,   "type": "partition",   "mount": "/",   "file_system": "ext4",   "keep_data": false  }, {   "size": 107260,   "type": "partition",   "mount": "/userdata",   "file_system": "ext4",   "keep_data": false  }],  "id": "disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0",  "type": "disk",  "size": 139351,  "free_space": 139351 }]
2017-03-16 19:16:39 Erol Guzoglu description Detailed bug description: When I create baremetal instance, getting error during provision. Ramdisk image succesfully booting and then /usr/bin/provision proccess starting When fuel_agent.manager.Manager#do_copyimage is working getting error like that: Unexpected error while running command. Command: mount -t ext4 /dev/sda3 /tmp/tmpPTn6BP When I check the partition table, parted shows me sda3 has no filesystem. Number Start End Size File system Name Flags  1 262kB 26.2MB 26.0MB primary bios_grub  2 27.3MB 237MB 210MB primary  3 238MB 33.9GB 33.6GB primary  4 33.9GB 146GB 112GB ext4 primary Full fuel-agent.log attached. Also fuel_disk_info of instance image added additional information section. Steps to reproduce: 1. Hit instance create button Expected results: Baremetal instance provisioned Actual result: Getting error: Output: http://paste.openstack.org/show/603012/ Reproducibility:  Every time i created instance Workaround:  Nope Impact:  Can not create baremetal instance Description of the environment:  Operation system: Ubuntu 14.04  Versions of components:    Openstack Mitaka    Fuel 9.2    ironic --version 1.3.0    ironic-conductor --version 5.1.2  Reference architecture:  Network model:  Related projects installed: Ironic  Additional information: fuel_disk_info = [{  "name": "sda",  "extra": [],  "volumes": [{   "size": 32091,   "type": "partition",   "mount": "/",   "file_system": "ext4",   "keep_data": false  }, {   "size": 107260,   "type": "partition",   "mount": "/userdata",   "file_system": "ext4",   "keep_data": false  }],  "id": "disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0",  "type": "disk",  "size": 139351,  "free_space": 139351 }] Detailed bug description: When I create baremetal instance, getting error during provision. Ramdisk image succesfully booting and then /usr/bin/provision proccess starting When fuel_agent.manager.Manager#do_copyimage works, I am getting error like that: Unexpected error while running command. Command: mount -t ext4 /dev/sda3 /tmp/tmpPTn6BP When I check the partition table, parted shows me sda3 has no filesystem. Number Start End Size File system Name Flags  1 262kB 26.2MB 26.0MB primary bios_grub  2 27.3MB 237MB 210MB primary  3 238MB 33.9GB 33.6GB primary  4 33.9GB 146GB 112GB ext4 primary Full fuel-agent.log attached. Also fuel_disk_info of instance image added additional information section. Steps to reproduce: 1. Hit instance create button Expected results: Baremetal instance provisioned Actual result: Getting error: Output: http://paste.openstack.org/show/603012/ Reproducibility:  Every time i created instance Workaround:  Nope Impact:  Can not create baremetal instance Description of the environment:  Operation system: Ubuntu 14.04  Versions of components:    Openstack Mitaka    Fuel 9.2    ironic --version 1.3.0    ironic-conductor --version 5.1.2  Reference architecture:  Network model:  Related projects installed: Ironic  Additional information: fuel_disk_info = [{  "name": "sda",  "extra": [],  "volumes": [{   "size": 32091,   "type": "partition",   "mount": "/",   "file_system": "ext4",   "keep_data": false  }, {   "size": 107260,   "type": "partition",   "mount": "/userdata",   "file_system": "ext4",   "keep_data": false  }],  "id": "disk/by-path/pci-0000:03:00.0-scsi-0:1:0:0",  "type": "disk",  "size": 139351,  "free_space": 139351 }]
2017-03-21 09:47:59 Oleksiy Molchanov nominated for series fuel/mitaka
2017-03-21 09:47:59 Oleksiy Molchanov bug task added fuel/mitaka
2017-03-21 09:47:59 Oleksiy Molchanov nominated for series fuel/newton
2017-03-21 09:47:59 Oleksiy Molchanov bug task added fuel/newton
2017-03-21 09:47:59 Oleksiy Molchanov nominated for series fuel/ocata
2017-03-21 09:48:08 Oleksiy Molchanov fuel: assignee Fuel Sustaining (fuel-sustaining-team)
2017-03-21 09:48:12 Oleksiy Molchanov fuel/mitaka: assignee Fuel Sustaining (fuel-sustaining-team)
2017-03-21 09:48:16 Oleksiy Molchanov fuel/newton: assignee Fuel Sustaining (fuel-sustaining-team)
2017-03-21 09:48:18 Oleksiy Molchanov fuel: milestone 11.0
2017-03-21 09:48:21 Oleksiy Molchanov fuel/mitaka: milestone 9.x-updates
2017-03-21 09:48:23 Oleksiy Molchanov fuel/newton: milestone 10.x-updates
2017-03-21 09:48:24 Oleksiy Molchanov fuel: importance Undecided High
2017-03-21 09:48:27 Oleksiy Molchanov fuel/mitaka: importance Undecided High
2017-03-21 09:48:30 Oleksiy Molchanov fuel: status New Confirmed
2017-03-21 09:48:32 Oleksiy Molchanov fuel/newton: importance Undecided High
2017-03-21 09:48:33 Oleksiy Molchanov fuel/newton: status New Confirmed
2017-03-21 09:48:37 Oleksiy Molchanov fuel/mitaka: status New Confirmed