Activity log for bug #1311987

Date Who What changed Old value New value Message
2014-04-24 04:44:41 Adam Gandelman bug added bug
2014-04-24 04:45:58 Adam Gandelman description The default ubuntu release for ramdisks was bumped to Trusty https://review.openstack.org/#/c/88384/ Ironic + devstack deployments stopped functioning. The ramdisk fails to run init, crashing with the following error: [ 23.154016] Failed to execute /init (error -28) [ 23.154909] Starting init: /sbin/init exists but couldn't execute it (error -28) [ 23.156388] Starting init: /bin/init exists but couldn't execute it (error -28) [ 23.157490] Starting init: /bin/sh exists but couldn't execute it (error -28) [ 23.160313] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] 0000000000000000 ffff88001a3a9ec0 ffffffff81715a64 ffffffff81a39f38 [ 23.164146] ffff88001a3a9f38 ffffffff8170ec65 0000000000000008 ffff88001a3a9f48 [ 23.164146] ffff88001a3a9ee8 ffffffff81a39a38 0000000013981396 0000000000001396 [ 23.164146] Call Trace: [ 23.164146] [<ffffffff81715a64>] dump_stack+0x45/0x56 [ 23.164146] [<ffffffff8170ec65>] panic+0xc8/0x1d7 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] [<ffffffff81704062>] kernel_init+0x122/0x130 [ 23.164146] [<ffffffff8172637c>] ret_from_fork+0x7c/0xb0 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] general protection fault: fff2 [#1] SMP [ 23.164146] Modules linked in: [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] task: ffff88001a3a0000 ti: ffff88001a3a8000 task.ti: ffff88001a3a8000 [ 23.164146] RIP: 0010:[<ffffffff8170ed30>] [<ffffffff8170ed30>] panic+0x193/0x1d7 [ 23.164146] RSP: 0000:ffff88001a3a9ed0 EFLAGS: 00000246 [ 23.164146] RAX: 0000000014a814a8 RBX: ffffffff81a39f38 RCX: 0000000000000854 [ 23.164146] RDX: 00000000000014a8 RSI: 0000000000000000 RDI: 0000000000000046 #define ENOSPC 28 /* No space left on device */ The default ubuntu release for ramdisks was bumped to Trusty https://review.openstack.org/#/c/88384/ Ironic + devstack deployments stopped functioning. The ramdisk fails to run init, crashing with the following error: [ 23.154016] Failed to execute /init (error -28) [ 23.154909] Starting init: /sbin/init exists but couldn't execute it (error -28) [ 23.156388] Starting init: /bin/init exists but couldn't execute it (error -28) [ 23.157490] Starting init: /bin/sh exists but couldn't execute it (error -28) [ 23.160313] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] 0000000000000000 ffff88001a3a9ec0 ffffffff81715a64 ffffffff81a39f38 [ 23.164146] ffff88001a3a9f38 ffffffff8170ec65 0000000000000008 ffff88001a3a9f48 [ 23.164146] ffff88001a3a9ee8 ffffffff81a39a38 0000000013981396 0000000000001396 [ 23.164146] Call Trace: [ 23.164146] [<ffffffff81715a64>] dump_stack+0x45/0x56 [ 23.164146] [<ffffffff8170ec65>] panic+0xc8/0x1d7 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] [<ffffffff81704062>] kernel_init+0x122/0x130 [ 23.164146] [<ffffffff8172637c>] ret_from_fork+0x7c/0xb0 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] general protection fault: fff2 [#1] SMP [ 23.164146] Modules linked in: [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] task: ffff88001a3a0000 ti: ffff88001a3a8000 task.ti: ffff88001a3a8000 [ 23.164146] RIP: 0010:[<ffffffff8170ed30>] [<ffffffff8170ed30>] panic+0x193/0x1d7 [ 23.164146] RSP: 0000:ffff88001a3a9ed0 EFLAGS: 00000246 [ 23.164146] RAX: 0000000014a814a8 RBX: ffffffff81a39f38 RCX: 0000000000000854 [ 23.164146] RDX: 00000000000014a8 RSI: 0000000000000000 RDI: 0000000000000046 #define ENOSPC 28 /* No space left on device */ Setting DIB_RELEASE=saucy fixes the issue. Perhaps the disk size needs to be bumped to accommodate trusty?
2014-04-24 05:02:45 Adam Gandelman description The default ubuntu release for ramdisks was bumped to Trusty https://review.openstack.org/#/c/88384/ Ironic + devstack deployments stopped functioning. The ramdisk fails to run init, crashing with the following error: [ 23.154016] Failed to execute /init (error -28) [ 23.154909] Starting init: /sbin/init exists but couldn't execute it (error -28) [ 23.156388] Starting init: /bin/init exists but couldn't execute it (error -28) [ 23.157490] Starting init: /bin/sh exists but couldn't execute it (error -28) [ 23.160313] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] 0000000000000000 ffff88001a3a9ec0 ffffffff81715a64 ffffffff81a39f38 [ 23.164146] ffff88001a3a9f38 ffffffff8170ec65 0000000000000008 ffff88001a3a9f48 [ 23.164146] ffff88001a3a9ee8 ffffffff81a39a38 0000000013981396 0000000000001396 [ 23.164146] Call Trace: [ 23.164146] [<ffffffff81715a64>] dump_stack+0x45/0x56 [ 23.164146] [<ffffffff8170ec65>] panic+0xc8/0x1d7 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] [<ffffffff81704062>] kernel_init+0x122/0x130 [ 23.164146] [<ffffffff8172637c>] ret_from_fork+0x7c/0xb0 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] general protection fault: fff2 [#1] SMP [ 23.164146] Modules linked in: [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] task: ffff88001a3a0000 ti: ffff88001a3a8000 task.ti: ffff88001a3a8000 [ 23.164146] RIP: 0010:[<ffffffff8170ed30>] [<ffffffff8170ed30>] panic+0x193/0x1d7 [ 23.164146] RSP: 0000:ffff88001a3a9ed0 EFLAGS: 00000246 [ 23.164146] RAX: 0000000014a814a8 RBX: ffffffff81a39f38 RCX: 0000000000000854 [ 23.164146] RDX: 00000000000014a8 RSI: 0000000000000000 RDI: 0000000000000046 #define ENOSPC 28 /* No space left on device */ Setting DIB_RELEASE=saucy fixes the issue. Perhaps the disk size needs to be bumped to accommodate trusty? The default ubuntu release for ramdisks was bumped to Trusty https://review.openstack.org/#/c/88384/ Ironic + devstack deployments stopped functioning. The ramdisk fails to run init, crashing with the following error: [ 23.154016] Failed to execute /init (error -28) [ 23.154909] Starting init: /sbin/init exists but couldn't execute it (error -28) [ 23.156388] Starting init: /bin/init exists but couldn't execute it (error -28) [ 23.157490] Starting init: /bin/sh exists but couldn't execute it (error -28) [ 23.160313] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] 0000000000000000 ffff88001a3a9ec0 ffffffff81715a64 ffffffff81a39f38 [ 23.164146] ffff88001a3a9f38 ffffffff8170ec65 0000000000000008 ffff88001a3a9f48 [ 23.164146] ffff88001a3a9ee8 ffffffff81a39a38 0000000013981396 0000000000001396 [ 23.164146] Call Trace: [ 23.164146] [<ffffffff81715a64>] dump_stack+0x45/0x56 [ 23.164146] [<ffffffff8170ec65>] panic+0xc8/0x1d7 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] [<ffffffff81704062>] kernel_init+0x122/0x130 [ 23.164146] [<ffffffff8172637c>] ret_from_fork+0x7c/0xb0 [ 23.164146] [<ffffffff81703f40>] ? rest_init+0x80/0x80 [ 23.164146] general protection fault: fff2 [#1] SMP [ 23.164146] Modules linked in: [ 23.164146] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-24-generic #46-Ubuntu [ 23.164146] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 23.164146] task: ffff88001a3a0000 ti: ffff88001a3a8000 task.ti: ffff88001a3a8000 [ 23.164146] RIP: 0010:[<ffffffff8170ed30>] [<ffffffff8170ed30>] panic+0x193/0x1d7 [ 23.164146] RSP: 0000:ffff88001a3a9ed0 EFLAGS: 00000246 [ 23.164146] RAX: 0000000014a814a8 RBX: ffffffff81a39f38 RCX: 0000000000000854 [ 23.164146] RDX: 00000000000014a8 RSI: 0000000000000000 RDI: 0000000000000046 #define ENOSPC 28 /* No space left on device */ Setting DIB_RELEASE=saucy fixes the issue. A saucy ramdisk is 83M compressed, 238M decompressed. trusty ramdisk is 87M compressed, 245M decompressed.
2014-04-25 21:15:53 Ben Nemec diskimage-builder: status New Triaged
2014-04-25 21:15:57 Ben Nemec diskimage-builder: importance Undecided Medium
2014-04-27 08:03:58 Adam Gandelman bug task added linux (Ubuntu)
2014-04-27 08:30:11 Brad Figg linux (Ubuntu): status New Incomplete
2014-04-27 08:30:14 Brad Figg tags trusty
2014-04-27 08:40:52 Adam Gandelman linux (Ubuntu): status Incomplete Confirmed
2014-04-28 18:57:06 Adam Gandelman bug task added devstack
2014-04-28 18:57:21 Adam Gandelman linux (Ubuntu): status Confirmed Invalid
2014-05-02 08:22:21 Openstack Gerrit devstack: status New Fix Released
2014-06-18 18:52:31 OpenStack Infra tags trusty in-stable-icehouse trusty
2014-06-30 03:07:40 gustavo panizzo bug added subscriber gustavo panizzo
2014-07-02 05:29:10 Amit bug added subscriber Amit
2014-11-15 00:45:03 subair diskimage-builder: assignee subair (muhsubair74)
2014-11-15 16:33:07 Clint Byrum diskimage-builder: assignee subair (muhsubair74)
2016-10-14 16:00:03 Gregory Haynes diskimage-builder: status Triaged Fix Released