blog.bisect.de
Danny's Blog: Update: OpenStack Summit Paris 2014 - CFS
http://blog.bisect.de/2014/08/update-openstack-summit-paris-2014-cfs.html
Sunday, August 24, 2014. Update: OpenStack Summit Paris 2014 - CFS. An update on my talk submission for the OpenStack summit this year in Paris: my speech about Ceph performance analysis. Was not chosen by the committee for the official agenda. But at least one piece of good news: Marc's talk. Will be part of the OpenStack QA track. Posted by Danny Al-Gaaf. Ricardo J. Barberis. FYI: The link to Marks talk is broken. Thanks for the hint, fixed with correct link. Subscribe to: Post Comments (Atom).
blog.bisect.de
Danny's Blog: August 2014
http://blog.bisect.de/2014_08_01_archive.html
Sunday, August 24, 2014. Update: OpenStack Summit Paris 2014 - CFS. An update on my talk submission for the OpenStack summit this year in Paris: my speech about Ceph performance analysis. Was not chosen by the committee for the official agenda. But at least one piece of good news: Marc's talk. Will be part of the OpenStack QA track. Posted by Danny Al-Gaaf. Links to this Post. Saturday, August 02, 2014. OpenStack Summit Paris 2014 - CFS. The Call for Speakers period for the OpenStack Summit.
blog.bisect.de
Danny's Blog: CDS Giant and Hammer
http://blog.bisect.de/2014/06/cds-giant-and-hammer.html
Thursday, June 26, 2014. CDS Giant and Hammer. Today is the second day of the Ceph Developer Summit (CDS) for the Giant and Hammer release. We had already several interesting topics and discussions yesterday on the first day. It's 01:00 in CEST, so now is the time for you to join if you are interested! Find all information and the link to the video conference. Posted by Danny Al-Gaaf. Subscribe to: Post Comments (Atom). View my complete profile. CDS Giant and Hammer.
blog.bisect.de
Danny's Blog: Vote for Presentations: OpenStack Summit Vancouver 2015
http://blog.bisect.de/2015/02/vote-for-presentations-openstack-summit.html
Tuesday, February 17, 2015. Vote for Presentations: OpenStack Summit Vancouver 2015. The next OpenStack summit is planed to take place in Vancouver from 18 - 22 May 2015. The "Call for Speakers" ended last week. The vote for presentation. Period started today and will end 23. February, 23:00 UTC (00:00 CEST, 05:00 CST. This year I've submitted, together with Sage Weil, a talk to the "Cloud Security" track with the title: " Storage security in a critical enterprise OpenStack environment.
blog.bisect.de
Danny's Blog: Update: OpenStack Summit Vancouver Presentation
http://blog.bisect.de/2015/03/update-openstack-summit-vancouver.html
Friday, March 27, 2015. Update: OpenStack Summit Vancouver Presentation. For the upcoming OpenStack Summit 2015 in Vancouver is finally available. Sage and I submitted a presentation about " Storage security in a critical enterprise OpenStack environment. The submission was accepted and the talk is scheduled for Monday, May 18th, 15:40 - 16:20. There are also some other talks related to Ceph available:. Ceph and OpenStack: current integration and roadmap. Josh Durgin, Sébastien Han). Dan van der Ster).
blog.bisect.de
Danny's Blog: March 2015
http://blog.bisect.de/2015_03_01_archive.html
Friday, March 27, 2015. Update: OpenStack Summit Vancouver Presentation. For the upcoming OpenStack Summit 2015 in Vancouver is finally available. Sage and I submitted a presentation about " Storage security in a critical enterprise OpenStack environment. The submission was accepted and the talk is scheduled for Monday, May 18th, 15:40 - 16:20. There are also some other talks related to Ceph available:. Ceph and OpenStack: current integration and roadmap. Josh Durgin, Sébastien Han). Dan van der Ster).
blog.bisect.de
Danny's Blog: October 2014
http://blog.bisect.de/2014_10_01_archive.html
Tuesday, October 28, 2014. Ceph Developer Summit 2014 - Hammer. The Ceph Developer Summit (CDS) for the next major Ceph release called Hammer started today some hours ago (2014/10/28). It's again a virtual summit via video conference calls. I've submitted three blueprints:. How to make Ceph enterprise ready. Rados: improve ex-/import functionality. There will be a second track with a lot of interesting discussions tomorrow. Posted by Danny Al-Gaaf. Links to this Post. Subscribe to: Posts (Atom).
blog.bisect.de
Danny's Blog: December 2011
http://blog.bisect.de/2011_12_01_archive.html
Friday, December 16, 2011. Pandaboard ES: How to get 1 GByte RAM. Some colleagues told me they have only 750 MByte RAM available on their PandaBoards. So I checked my PandaBoard ES and it was the same there. As first I tried to set mem=1024M in boot.scr, but this didn't help. After some research I found that our kernel from the openSUSE:Factory:ARM. Repository wasn't build with HIGHMEM support. But the kernel need HIGHMEM-support to access the memory above 768MB on ARM/OMAP. Swap: 0 0 0. And the machine ...
blog.bisect.de
Danny's Blog: January 2012
http://blog.bisect.de/2012_01_01_archive.html
Friday, January 20, 2012. PandaBoard: get persistent MAC address by default. The PandaBoard/PandaBoard ES, as the BeagleBoard too, don't have a EEPROM on the (USB-) network card to store the MAC address. That's why you get a new MAC and subsequently a new IP address with each boot. You can set the MAC manually via e.g. '. Ifconfig eth0 hw ether 01:23:45:67:78:01. Or also automatically via the network scripts. While investigating how u-boot handle the no-EEPROM problem, I've found out that the u-boot code...
blog.bisect.de
Danny's Blog: February 2012
http://blog.bisect.de/2012_02_01_archive.html
Tuesday, February 07, 2012. PandaBoard: persistant MAC address via initrd. I worked out a solution to replace the random MAC address set by the smsc95xx kernel module with the MAC address generated by u-boot on the PandaBoard(ES). It should also work on the BeagleBoard. As first you need. To fix isses with exporting the assign type (PERM, RANDOM, STOLEN) to. Correctly if the smsc95xx driver generate a random MAC address. Build your kernel, if you use openSUSE:Factory:ARM you can get RPMs. Mkimage -A arm ...