<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 12/08/2013 12:52 PM, xiao_s_yuan
wrote:<br>
</div>
<blockquote
cite="mid:6ff1b36a.efd1.142d20d6611.Coremail.xiao_s_yuan@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">I
do some research on one computer , there are 10 storage nodes,
after upload a file on the grid , the file distribute on the 10
nodes,then I run the rm -r 'u2' delete the share of the file ,
only left three shares,I think the system will do some work to
increase the shares of the file to make it reliable,but after
two days later,I run the linux command ' find /storage -name u2
' and only find three shares,this means the grid do nothing
after the file lost some shares,why will these happen ,can you
help me ?</div>
<br>
</blockquote>
Hi Xiao,<br>
<br>
This does not happen automagically, you need to run:<br>
tahoe check --repair <br>
on the uri of the file.<br>
And running find /storage -name u will not tell you how many shares
there are, the shares can be placed on other nodes.<br>
so run tahoe check on the uri, that will give you info about how
many shares there are.<br>
<br>
Kind regards,<br>
Ed<br>
<br>
</body>
</html>