Displaying 4 results from an estimated 4 matches for "yiels".
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 to...
2008 Sep 17
2
Layouts and content_for
when i studied the tutorial about layouts & content_for from railscast.I
need a clarification as per their tutorial.
url:http://railscasts.com/episodes/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>
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 work...
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