search for: yiel

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

Did you mean: yield
2017 Dec 18
2
interval or event to evaluate free disk space?
...e call (naturally) but at some interval or that some other event triggers this. i.e, if I write two files quickly (that together would fill a brick) I'd get a error message: dd if=/dev/zero of=a bs=1k count=15000 && sleep 1 && dd if=/dev/zero of=aa bs=1k count=15000 #yiels: dd: error writing ?aa?: No space left on device #(brick1 is full, but glusterd still tries to place file "aa" on the same brick dd if=/dev/zero of=a bs=1k count=15000 && sleep 60 && dd if=/dev/zero of=aa bs=1k count=15000 #this works.... #link file on brick1 t...
2008 Sep 17
2
Layouts and content_for
...des/8-layouts-and-content-for <!- projects/index.rhtml -> <% content_for :head do %> <= stylesheet_link_tag ‘projects’ %> < end %> <!- layouts/application.rhtml -> <head> <title>Todo List</title> <%= stylesheet_link_tag ‘application’ %> <%= yield :head %> </head> As per the tutorial they are calling the yiel:head & content_for :head has been written in index.html.erb. My question is if i want to call another yield such as yield :footer and if i write content_for :footer in some other file like footer.html.erb. Then in my lay...
2017 Dec 19
0
interval or event to evaluate free disk space?
...ked as part of the file create and mkdir calls. > > i.e, if I write two files quickly (that together would fill a brick) I'd > get a error message: > > dd if=/dev/zero of=a bs=1k count=15000 && sleep 1 && dd if=/dev/zero > of=aa bs=1k count=15000 > #yiels: dd: error writing ?aa?: No space left on device > #(brick1 is full, but glusterd still tries to place file "aa" on the same > brick > > dd if=/dev/zero of=a bs=1k count=15000 && sleep 60 && dd > if=/dev/zero of=aa bs=1k count=15000 > #this wor...
2004 Jul 16
12
OCFS Database too slow
Hi All, we are using Red Hat 2.1 Kernel e38 along with MSA 1000. ocfs version being used is $ rpm -qa | grep ocfs ocfs-tools-1.0.10-1 ocfs-2.4.9-e-enterprise-1.0.12-1 ocfs-support-1.0.10-1 Database Version is 9.2.0.5 However we find that the performance of the database on OCFS is too slow. even a select count(1) from all_tables takes like a while to complete. We initially assumed RAC is