search for: show_node

Displaying 4 results from an estimated 4 matches for "show_node".

2006 Jun 13
0
Mixing dynamic and static content in routing
...hich acts_as_tree and use polymorphic associations to "link" differend resources (a free form page, a course description and so on) to the nodes. In my routes.conf I have map.connect ''/homepage/*path_info'', :controller => "index", :action => "show_node" and path_to_chain(path) and chain_to_path(ary) methods in the node class for generating a hierarchy of nodes from a path and a path from a hierarchy of nodes respectively. The node hierarchy is completely configurable by the user (adding and removing nodes, turning node visibility on...
2006 Jun 16
0
Overwriting catch all routes
Hi all, I have set up the following catch all route: map.connect ''/homepage/*path_info'', :controller => "index", :action => "show_node" Now I can access url like /homepage, /homepage/company/history and so on. I want to add a search action at /homepage/search. Adding map.connect ''/homepage/search'', :controller => "index", :action => "search" before (or after) the catch all...
2016 Feb 16
3
[PATCH 0/2] export 'available' memory to virtio balloon statistics
Add a new field, VIRTIO_BALLOON_S_AVAIL, to virtio_balloon memory statistics protocol, corresponding to 'Available' in /proc/meminfo. It indicates to the hypervisor how big the balloon can be inflated without pushing the guest system to swap. This metric would be very useful in VM orchestration software to improve memory management of different VMs under overcommit. Signed-off-by: Igor
2016 Feb 16
3
[PATCH 0/2] export 'available' memory to virtio balloon statistics
Add a new field, VIRTIO_BALLOON_S_AVAIL, to virtio_balloon memory statistics protocol, corresponding to 'Available' in /proc/meminfo. It indicates to the hypervisor how big the balloon can be inflated without pushing the guest system to swap. This metric would be very useful in VM orchestration software to improve memory management of different VMs under overcommit. Signed-off-by: Igor