Re: [RFC] Support firecracker

2019-01-04 Thread Pekka Enberg
On Sat, Jan 5, 2019 at 9:43 AM Waldek Kozaczuk wrote: > Indeed I have come across some incompatibility issues. Mostly around > configuration but nothing very fundamental. You can see in some of my > comments. > Right, I missed the comments because the diff is somewhat large. ;-) I would

Re: OSv boots on AWS firecracker in 7ms (seven)

2019-01-04 Thread Pekka Enberg
On Sat, Jan 5, 2019 at 9:04 AM Waldek Kozaczuk wrote: > And one more thing I forgot to mention. I do not know much about ARM > architecture but I think the patch I have just sent may help us provide > virtio implementation for ARM as well, no? > I think ARM64 also supports virtio-pci these

Re: [RFC] Support firecracker

2019-01-04 Thread Waldek Kozaczuk
Indeed I have come across some incompatibility issues. Mostly around configuration but nothing very fundamental. You can see in some of my comments. -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop

Re: [RFC] Support firecracker

2019-01-04 Thread Pekka Enberg
Hi Waldek, On Sat, Jan 5, 2019 at 8:47 AM Waldek Kozaczuk wrote: > Please bear in mind it is a RFC polluted with hacks and many TODO comments > that raise many questions. > > Feel free to review it especially if you have ideas on how to better > restructure the code (I left some comments about

OSv boots on AWS firecracker in 7ms (seven)

2019-01-04 Thread Waldek Kozaczuk
And one more thing I forgot to mention. I do not know much about ARM architecture but I think the patch I have just sent may help us provide virtio implementation for ARM as well, no? -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To

Re: [RFC] Support firecracker

2019-01-04 Thread Waldek Kozaczuk
Please bear in mind it is a RFC polluted with hacks and many TODO comments that raise many questions. Feel free to review it especially if you have ideas on how to better restructure the code (I left some comments about it) and if you see any obvious bugs. Regards, Waldek On Saturday,

[RFC] Support firecracker

2019-01-04 Thread Waldemar Kozaczuk
This patch provides all necessary changes to OSv to make it boot on AWS firecracker. The curl command exmaple to create and start instance with single block device: ./scripts/setup-block.sh && ./scripts/create-instance.sh && ./scripts/start-instance.sh where: curl --unix-socket

OSv boots on AWS firecracker in 7ms (seven)

2019-01-04 Thread Waldek Kozaczuk
Happy New Year everybody! I just wanted to share some exciting new about my experience getting OSv to boot on AWS firecracker. I will be sending a followup RFC patch. For those unfamiliar with firecracker, firecracker is a new very light and simple VMM (Virtual Machine Monitor) implemented in

Build failed in Jenkins: osv-build-nightly #1707

2019-01-04 Thread jenkins
See -- [...truncated 139.08 KB...] Adding /usr/lib/jvm/java/jre/lib/zi/America/Lima... Adding /usr/lib/jvm/java/jre/lib/management/jmxremote.password.template... Adding

Re: Problems with EC2?

2019-01-04 Thread Brian Ledbetter
Thanks for the reply, Waldek! For my use case, I do need to be able to provide application configuration via cloud-init, operating system configuration isn't necessarily required (as long as it can pick up all of the settings it needs while booting on EC2). When I put the build together for