StrayLightning

Results 10 comments of StrayLightning

I built from fe915debc1925397f78db8bbfc9f488b0ce4e009, following the instructions here: https://www.raspberrypi.org/documentation/linux/kernel/building.md The resultant image: Linux cluster0 4.19.127-v7l-ceph+ #1 SMP Thu Jul 9 15:18:05 BST 2020 armv7l GNU/Linux The kernel previously: Linux cluster1...

Using the modified config and building from the tag raspberrypi-kernel_1.20200601-1: -rwxr-xr-x 1 root root 5776216 Jul 9 21:50 kernel-ceph.img Linux cluster0 4.19.118-v7l-ceph+ #2 SMP Thu Jul 9 21:45:01 BST 2020...

Sorry, I forgot to include the sizes of the modules: -rw-r--r-- 1 root root 299404 Jul 9 21:50 /lib/modules/4.19.118-v7l-ceph+/kernel/fs/ceph/ceph.ko -rw-r--r-- 1 root root 302620 Jul 9 21:50 /lib/modules/4.19.118-v7l-ceph+/kernel/net/ceph/libceph.ko

I'm not saying you should :-) I happened to be building the Ceph modules to try them out, and noticed this issue with the last comment being a request for...

Interestingly, I notice that there's just shy of 8MiB of kernel modules for OCFS2 (https://en.wikipedia.org/wiki/OCFS2) support in the current Raspberry Pi OS image. Would that be because of this: https://blogs.oracle.com/developers/building-the-world%e2%80%99s-largest-raspberry-pi-cluster

Add to that another 2MiB for GFS2 (https://en.wikipedia.org/wiki/GFS2) support and 2MiB plus change for DRBD (https://en.wikipedia.org/wiki/Distributed_Replicated_Block_Device) support. At this point it is looking a bit strange that the Ceph modules...

The best way to approach this would probably be to add a module, say treemaps.py, which would sit alongside heatmaps.py and scorecards.py. Then the main program, generate.py, could then be...

I just discovered that plotly supports treemaps: https://plot.ly/python/treemaps/

The improve-caching branch contains a number of commits which improve the caching behaviour and adjust command-line options for more flexibility around caching and querying the server.